3v4l.org

run code in 300+ PHP versions simultaneously
<?php // wrong echo '-'.true ? 'yes' : 'no'.'-'; // right echo PHP_EOL.'-'.(true ? 'yes' : 'no').'-'.PHP_EOL; // wrong echo PHP_EOL.'-'.true ? 'regionobj' : true ? 'cityObj' : null.'-'; // right echo PHP_EOL.'-'.(true ? 'regionobj' : (true ? 'cityObj' : null)).'-';

This is an error 404

There are `0` results


preferences:
152.58 ms | 1403 KiB | 7 Q