Skip to content

Commit 6be47a4

Browse files
committed
dump just with dump function
1 parent 558bf45 commit 6be47a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bbc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function file_cache_content( $url ) {
1515
echo "\n";
1616
echo $p->document->find("description",0)->html();
1717
echo "\n";
18-
\Pejman\DomParser\dump( $p->document->find("link", 0) );
18+
dump( $p->document->find("link", 0) );
1919

2020
echo "\n";
2121
exit();

0 commit comments

Comments
 (0)