3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(TRUE,FALSE,NULL); // they have data types and what has data types? variables and constants but keywords are all text function true(){ return 'The truth ...'; } function false(){ return 'Do not be false...'; } function null(){ return 't\'is nothing at all...'; } echo true(); echo false(); echo null(); // if TRUE, FALSE and NULL are keywords then these functions will not execute.
Output for git.master, git.master_jit, rfc.property-hooks
bool(true) bool(false) NULL The truth ...Do not be false...t'is nothing at all...

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:
43.59 ms | 401 KiB | 8 Q