| Current Path : /hdd/hdd12/install/php/php-7.4.32/ext/reflection/tests/ |
| Current File : //hdd/hdd12/install/php/php-7.4.32/ext/reflection/tests/ReflectionClass_getName_error1.phpt |
--TEST--
ReflectionClass::getName - forbid static invocation
--FILE--
<?php
ReflectionClass::getName();
?>
--EXPECTF--
Fatal error: Uncaught Error: Non-static method ReflectionClass::getName() cannot be called statically in %s:2
Stack trace:
#0 {main}
thrown in %s on line 2