1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/Zend/tests/bug69905.phpt

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