mirror of
https://github.com/php/php-src.git
synced 2024-12-17 22:09:12 +08:00
9 lines
224 B
PHP
9 lines
224 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
|