diff options
Diffstat (limited to 'ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter1.phpt')
| -rw-r--r-- | ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter1.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter1.phpt b/ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter1.phpt index dcf43e21f2..c8254e74c6 100644 --- a/ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter1.phpt +++ b/ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter1.phpt @@ -19,9 +19,9 @@ foreach($data_provider as $input) { ?> --EXPECTF-- -Warning: SplObjectStorage::unserialize() expects parameter 1 to be %binary_string_optional%, array given in %s on line %d +Warning: SplObjectStorage::unserialize() expects parameter 1 to be string, array given in %s on line %d NULL -Warning: SplObjectStorage::unserialize() expects parameter 1 to be %binary_string_optional%, object given in %s on line %d +Warning: SplObjectStorage::unserialize() expects parameter 1 to be string, object given in %s on line %d NULL |
