Skip to content

Commit e2b96e2

Browse files
committed
Add backslash to test expectation for var_export change
1 parent 54ec504 commit e2b96e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/spl/tests/gh8044.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ call_user_func(function () {
1111
?>
1212
--EXPECTF--
1313
Warning: var_export does not handle circular references in %s on line 5
14-
SplFixedArray::__set_state(array(
14+
\SplFixedArray::__set_state(array(
1515
0 => NULL,
1616
))
1717
object(SplFixedArray)#2 (1) refcount(4){

0 commit comments

Comments
 (0)