3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
184.72 ms | 1402 KiB | 16 Q