1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/ext/reflection/tests/reflectionObject_getName_error1.phpt
2007-07-12 21:08:02 +00:00

11 lines
339 B
PHP

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