diff options
-rw-r--r-- | ext/standard/tests/general_functions/var_export-locale_32.phpt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/standard/tests/general_functions/var_export-locale_32.phpt b/ext/standard/tests/general_functions/var_export-locale_32.phpt index 39efdec7df..af9efd9e24 100644 --- a/ext/standard/tests/general_functions/var_export-locale_32.phpt +++ b/ext/standard/tests/general_functions/var_export-locale_32.phpt @@ -917,12 +917,12 @@ string(41) "array ( *** Output for objects *** Iteration 1 -stdClass::__set_state(array( -)) -stdClass::__set_state(array( -)) -string(31) "stdClass::__set_state(array( -))" +(object) array( +) +(object) array( +) +string(17) "(object) array( +)" Iteration 2 |