3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "0 to string comparison: " . PHP_EOL; var_dump(array( '0 == "str"' => (0 == "str"), '0 == "1"' => (0 == "1"), '0 == "0"' => (0 == "0"), '0 == ""' => (0 == ""), ));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lf9BZ
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     '0+to+string+comparison%3A+%0A'
    4     1        INIT_FCALL                                               'var_dump'
    5     2        SEND_VAL                                                 <array>
          3        DO_ICALL                                                 
    9     4      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.26 ms | 1398 KiB | 15 Q