Skip to content

Commit c1095cf

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: fix test
2 parents 26f98ec + 5c8d69b commit c1095cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ext/standard/tests/general_functions/var_export-locale_32.phpt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -917,12 +917,12 @@ string(41) "array (
917917
*** Output for objects ***
918918

919919
Iteration 1
920-
stdClass::__set_state(array(
921-
))
922-
stdClass::__set_state(array(
923-
))
924-
string(31) "stdClass::__set_state(array(
925-
))"
920+
(object) array(
921+
)
922+
(object) array(
923+
)
924+
string(17) "(object) array(
925+
)"
926926

927927

928928
Iteration 2

0 commit comments

Comments
 (0)