summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionClass_getName_error1.phpt
blob: dcdfcdf98f6a81915377ae9128f88fc7331c816d (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
ReflectionClass::getName - forbid static invocation
--FILE--
<?php
ReflectionClass::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