mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
12 lines
284 B
PHP
12 lines
284 B
PHP
--TEST--
|
|
Bug #69905 (null ptr deref and segfault in ZEND_FETCH_DIM_RW_SPEC_VAR_UNUSED_HANDLER)
|
|
--FILE--
|
|
<?php
|
|
md5(0)[]--;
|
|
?>
|
|
--EXPECTF--
|
|
Fatal error: Uncaught Error: [] operator not supported for strings in %sbug69905.php:2
|
|
Stack trace:
|
|
#0 {main}
|
|
thrown in %sbug69905.php on line 2
|