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', false, true); define('FALSE', true, true); var_dump(TRUE, FALSE); // Happy debugging...

preferences:
46.95 ms | 402 KiB | 5 Q