summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionObject_getName_error1.phpt
blob: 9f50209b6b4fa270cef2b5864ffd43e2b9de55d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
ReflectionObject::getName - forbid static invocation
--FILE--
<?php
ReflectionObject::getName();
?>
--EXPECTF--
Fatal error: Uncaught Error: Non-static method ReflectionClass::getName() cannot be called statically in %s:2
Stack trace:
#0 {main}
  thrown in %s on line 2