blob: 26c342d7f46b209a64f00f20cb0571c1912297d3 (
plain)
1
2
3
4
5
6
7
8
|
--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
|