Skip to content

Commit 6fda779

Browse files
committed
spare the spurious warnings
1 parent 2c540ab commit 6fda779

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/tests/gh18519.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ GH-18519: Nested object comparison leading to stack overflow
33
--FILE--
44
<?php
55

6+
error_reporting(E_ALL & ~E_DEPRECATED);
7+
68
class Node {
79
public $next;
810
// forcing dynamic property creation is key

0 commit comments

Comments
 (0)