3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace A { class B { public function foo() {} } function test() { } } namespace { $ref = new \ReflectionFunction('A\B::foo'); var_dump($ref->getNamespaceName(), $ref->inNamespace()); }
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught ReflectionException: Function A\B::foo() does not exist in /in/4ATJr:14 Stack trace: #0 /in/4ATJr(14): ReflectionFunction->__construct('A\\B::foo') #1 {main} thrown in /in/4ATJr on line 14
Process exited with code 255.
Output for 5.4.27 - 5.4.45, 5.5.11 - 5.5.38, 5.6.0 - 5.6.40
Fatal error: Uncaught exception 'ReflectionException' with message 'Function A\B::foo() does not exist' in /in/4ATJr:14 Stack trace: #0 /in/4ATJr(14): ReflectionFunction->__construct('A\\B::foo') #1 {main} thrown in /in/4ATJr on line 14
Process exited with code 255.
Output for 5.4.0 - 5.4.26, 5.5.0 - 5.5.10
Fatal error: Uncaught exception 'ReflectionException' with message 'Function A\B::foo() does not exist' in /in/4ATJr:14 Stack trace: #0 /in/4ATJr(14): ReflectionFunction->__construct('A\B::foo') #1 {main} thrown in /in/4ATJr on line 14
Process exited with code 255.

preferences:
278.08 ms | 402 KiB | 376 Q