3v4l.org

run code in 300+ PHP versions simultaneously
<?php $valueOfTrue = 0; // this was coming from config in real-world. $valueOfFalse = 1; // Same here. ^ define('TRUE', $valueOfTrue, true); define('FALSE', $valueOfFalse, true); var_dump(TRUE, FALSE); // Happy debugging...

preferences:
40.9 ms | 402 KiB | 5 Q