Skip to content

Commit 491793a

Browse files
committed
Fixed test
1 parent bd44c56 commit 491793a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/opcache/tests/jit/assign_obj_op_001.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ $test = new Test;
1414
(function(){$this->y.=[];})->call($test);
1515
?>
1616
--EXPECTF--
17+
Deprecated: Creation of dynamic property Test::$y is deprecated in %sassign_obj_op_001.php on line 6
18+
1719
Warning: Undefined property: Test::$y in %sassign_obj_op_001.php on line 6
1820

1921
Warning: Array to string conversion in %sassign_obj_op_001.php on line 6

0 commit comments

Comments
 (0)