mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
|
--TEST--
|
||
|
Bug #70183 (null pointer deref (segfault) in zend_eval_const_expr)
|
||
|
--FILE--
|
||
|
<?php
|
||
|
[[][]]
|
||
|
?>
|
||
|
--EXPECTF--
|
||
|
Fatal error: Cannot use [] for reading in %sbug70183.php on line %d
|