php-src/ext/reflection/tests/reflectionClass_getName_error1.phpt
2008-05-27 13:16:27 +00:00

9 lines
221 B
PHP

--TEST--
ReflectionClass::getName - forbid static invocation
--FILE--
<?php
ReflectionClass::getName();
?>
--EXPECTF--
Fatal error: Non-static method ReflectionClass::getName() cannot be called statically in %s on line 2