3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(T_DNUMBER, T_LNUMBER); var_dump(token_name(T_DNUMBER), token_name(T_LNUMBER)); var_dump(token_get_name(431)); var_dump(token_get_all('<?php 18446744073709551615; 0xFFFFFFFFFFFFFFFF; 01777777777777777777777; 0177777777777777777777787; 0b1111111111111111111111111111111111111111111111111111111111111111;'));
Output for git.master, git.master_jit, rfc.property-hooks
int(312) int(311) string(9) "T_DNUMBER" string(9) "T_LNUMBER" Fatal error: Uncaught Error: Call to undefined function token_get_name() in /in/Eqc9E:5 Stack trace: #0 {main} thrown in /in/Eqc9E on line 5
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:
33.28 ms | 401 KiB | 8 Q