3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.44 ms | 1394 KiB | 15 Q