php-src/ext/reflection/tests/reflectionClass_getName_error1.phpt

11 lines
336 B
Plaintext
Raw Normal View History

2007-07-11 20:16:43 +00:00
--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
--UEXPECTF--
Fatal error: Non-static method ReflectionClass::getName() cannot be called statically in %s on line 2