Skip to content

Commit 3450329

Browse files
committed
fixed test
1 parent ce09822 commit 3450329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/serialize/serialization_error_002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ echo "Done";
4343
*** Testing unserialize() error/boolean distinction ***
4444
string(4) "b:0;"
4545

46-
Notice: unserialize(): Error at offset 0 of 27 bytes in %s/serialization_error_002.php on line 20
46+
Notice: unserialize(): Error at offset 0 of 27 bytes in %s%eserialization_error_002.php on line 20
4747
bool(false)
4848
bool(false)
4949
unserialize error and deserialized false are identical? 1

0 commit comments

Comments
 (0)