3v4l.org

run code in 300+ PHP versions simultaneously
12 <?php $a='01a'; $b='01b'; var_dump($a==$b);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/V7gBK
function name:  (null)
number of ops:  8
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '12%0A+'
    3     1        ASSIGN                                                   !0, '01a'
    4     2        ASSIGN                                                   !1, '01b'
    5     3        INIT_FCALL                                               'var_dump'
          4        IS_EQUAL                                         ~4      !0, !1
          5        SEND_VAL                                                 ~4
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.89 ms | 1385 KiB | 15 Q