mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
d30cd7d7e7
Closes GH-5590
12 lines
250 B
PHP
12 lines
250 B
PHP
--TEST--
|
|
Bug #74546 (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER())
|
|
--FILE--
|
|
<?php
|
|
"000000"[0]::d;
|
|
?>
|
|
--EXPECTF--
|
|
Fatal error: Uncaught Error: Class "0" not found in %s:%d
|
|
Stack trace:
|
|
#0 {main}
|
|
thrown in %sbug74546.php on line %d
|