mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
9 lines
209 B
PHP
9 lines
209 B
PHP
--TEST--
|
|
Bug #69805 (null ptr deref and seg fault in zend_resolve_class_name)
|
|
--FILE--
|
|
<?php
|
|
class p{public function c(){(0)::t;}}?>
|
|
?>
|
|
--EXPECTF--
|
|
Fatal error: Illegal class name in %sbug69805.php on line %d
|