3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "0 to string comparison: " . PHP_EOL; var_dump(array( '0 == "one"' => (0 == "one"), '0 == "null"' => (0 == "null"), '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/PFk6k
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                                                 
   10     4      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.43 ms | 1393 KiB | 15 Q