diff options
Diffstat (limited to 'Zend/tests/bug70912.phpt')
-rw-r--r-- | Zend/tests/bug70912.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug70912.phpt b/Zend/tests/bug70912.phpt index 3d6d4303a6..912ffc601e 100644 --- a/Zend/tests/bug70912.phpt +++ b/Zend/tests/bug70912.phpt @@ -3,7 +3,7 @@ Bug #70912 (Null ptr dereference when class property is initialised to a derefer --FILE-- <?php class A { - public $a=[][]; + public $a=[][]; } ?> --EXPECTF-- |