Skip to content

Commit

Permalink
Merge pull request #83 from billortell/master
Browse files Browse the repository at this point in the history
simple change in examples/techniques.php file
  • Loading branch information
technosophos committed Apr 10, 2012
2 parents f44eeba + 9636fcb commit de16896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/techniques.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

// Iterate over elements as DOMNodes:
foreach ($qp->get() as $li_ele) {
print $li->tagName . PHP_EOL; // Prints 'li' five times.
print $li_ele->tagName . PHP_EOL; // Prints 'li' five times.
}

// Iterate over elements as QueryPath objects
Expand Down

0 comments on commit de16896

Please sign in to comment.