]> granicus.if.org Git - php/commitdiff
fixed test
authorAnatol Belski <ab@php.net>
Thu, 21 Nov 2013 20:24:47 +0000 (21:24 +0100)
committerAnatol Belski <ab@php.net>
Thu, 21 Nov 2013 20:24:47 +0000 (21:24 +0100)
ext/standard/tests/serialize/serialization_error_002.phpt

index 6b4f6e376b7477270bfd0f668777a15f952ab25a..70f35e4f3b8660aedf967cfbc619617ed1fc4449 100644 (file)
@@ -43,7 +43,7 @@ echo "Done";
 *** Testing unserialize() error/boolean distinction ***
 string(4) "b:0;"
 
-Notice: unserialize(): Error at offset 0 of 27 bytes in %s/serialization_error_002.php on line 20
+Notice: unserialize(): Error at offset 0 of 27 bytes in %s%eserialization_error_002.php on line 20
 bool(false)
 bool(false)
 unserialize error and deserialized false are identical? 1