3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump(false == 0); var_dump(0 == "0.0"); var_dump("0.0" == true); var_dump(false == true);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dISMi
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'var_dump'
          1        SEND_VAL                                                     <true>
          2        DO_ICALL                                                     
    4     3        INIT_FCALL                                                   'var_dump'
          4        SEND_VAL                                                     <true>
          5        DO_ICALL                                                     
    5     6        INIT_FCALL                                                   'var_dump'
          7        SEND_VAL                                                     <true>
          8        DO_ICALL                                                     
    7     9        INIT_FCALL                                                   'var_dump'
         10        SEND_VAL                                                     <false>
         11        DO_ICALL                                                     
         12      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
154.37 ms | 1522 KiB | 14 Q