Browse Source

We're testing stripCslashes() here :)

migration/unlabaled-1.29.2
Sander Roobol 24 years ago
parent
commit
00a2715eda
  1. 2
      ext/standard/tests/strings/add-and-stripcslashes.phpt

2
ext/standard/tests/strings/add-and-stripcslashes.phpt

@ -13,7 +13,7 @@ echo @addcslashes("zoo['.']", 'z..A')."\n";
echo addcslashes('abcdefghijklmnopqrstuvwxyz', "a\145..\160z")."\n";
echo "\n\r" == stripcslashes('\n\r'),"\n";
echo stripcslashes('\065\x64')."\n";
echo stripslashes('')."\n";
echo stripcslashes('')."\n";
?>
--EXPECT--

Loading…
Cancel
Save