xref: /PHP-7.2/Zend/tests/bug69805.phpt (revision 49a8f801)
1--TEST--
2Bug #69805 (null ptr deref and seg fault in zend_resolve_class_name)
3--FILE--
4<?php
5class p{public function c(){(0)::t;}}?>
6?>
7--EXPECTF--
8Fatal error: Illegal class name in %sbug69805.php on line %d
9