Skip to content

Commit

Permalink
- Document were the first test came from.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Oct 11, 2002
1 parent 764df05 commit f43e4cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/standard/tests/strings/explode.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ explode() function
error_reporting=2047
--FILE--
<?php
/* From http://bugs.php.net/19865 */
echo md5(var_export(explode("\1", "a". chr(1). "b". chr(0). "d" . chr(1) . "f" . chr(1). "1" . chr(1) . "d"), TRUE));
echo "\n";
var_dump(@explode("", ""));
Expand Down

0 comments on commit f43e4cc

Please sign in to comment.