mattwil Mon May 12 05:06:53 2008 UTC
Modified files:
/php-src/ext/standard/tests/strings stripslashes_variation2.phpt
Log:
Fixed test after fixing bug #44830
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/stripslashes_variation2.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/strings/stripslashes_variation2.phpt
diff -u php-src/ext/standard/tests/strings/stripslashes_variation2.phpt:1.2
php-src/ext/standard/tests/strings/stripslashes_variation2.phpt:1.3
--- php-src/ext/standard/tests/strings/stripslashes_variation2.phpt:1.2 Fri Sep
7 14:03:33 2007
+++ php-src/ext/standard/tests/strings/stripslashes_variation2.phpt Mon May
12 05:06:53 2008
@@ -229,9 +229,9 @@
-- Iteration 21 --
string(31) "The string after addslashes is:"
-string(2) "\0"
+string(2) "\\"
string(33) "The string after stripslashes is:"
-string(1) "+string(1) "\"
-- Iteration 22 --
string(31) "The string after addslashes is:"
@@ -457,9 +457,9 @@
-- Iteration 21 --
unicode(31) "The string after addslashes is:"
-unicode(2) "\0"
+unicode(2) "\\"
unicode(33) "The string after stripslashes is:"
-unicode(1) "+unicode(1) "\"
-- Iteration 22 --
unicode(31) "The string after addslashes is:"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php