3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
233.29 ms | 3347 KiB | 14 Q