3v4l.org

run code in 300+ PHP versions simultaneously
<?php $truths = [ '0 === 0' '0 === 0.0', '0 == 0', '0 === 0.0', ]; foreach ($truths as $truth) { echo $truth . ': ' . eval($truth); }
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
Parse error: syntax error, unexpected ''0 === 0.0'' (T_CONSTANT_ENCAPSED_STRING), expecting ']' in /in/VmSgb on line 5
Process exited with code 255.

preferences:
170.47 ms | 1395 KiB | 36 Q