We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c540ab commit 6fda779Copy full SHA for 6fda779
Zend/tests/gh18519.phpt
@@ -3,6 +3,8 @@ GH-18519: Nested object comparison leading to stack overflow
3
--FILE--
4
<?php
5
6
+error_reporting(E_ALL & ~E_DEPRECATED);
7
+
8
class Node {
9
public $next;
10
// forcing dynamic property creation is key
0 commit comments