3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = "foo"; $b = "bar"; echo $a .(print("baz") && flush()) . $b.PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3CIbh
function name:  (null)
number of ops:  11
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'foo'
    5     1        ASSIGN                                                   !1, 'bar'
    8     2        INIT_FCALL                                               'flush'
          3        DO_ICALL                                         $4      
          4        BOOL                                             ~5      $4
          5        ECHO                                                     ~5
          6        CONCAT                                           ~6      !0, '1'
          7        CONCAT                                           ~7      ~6, !1
          8        CONCAT                                           ~8      ~7, '%0A'
          9        ECHO                                                     ~8
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.75 ms | 1394 KiB | 15 Q