3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); final class C { public const VALUE = [] & 'str'; } var_dump((new ReflectionClassConstant(C::class, 'VALUE'))->getValue());
Output for git.master_jit, git.master, rfc.property-hooks
Fatal error: Uncaught TypeError: Unsupported operand types: array & string in /in/1vZ7H:7 Stack trace: #0 /in/1vZ7H(10): [constant expression]() #1 /in/1vZ7H(10): ReflectionClassConstant->getValue() #2 {main} thrown in /in/1vZ7H on line 7
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
18.22 ms | 405 KiB | 5 Q