3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = arrray("a", "b"); $s = 'asdfg'. $a . 'boot'; echo $s;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/paQru
function name:  (null)
number of ops:  10
compiled vars:  !0 = $a, !1 = $s
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'arrray'
          1        SEND_VAL_EX                                              'a'
          2        SEND_VAL_EX                                              'b'
          3        DO_FCALL                                      0  $2      
          4        ASSIGN                                                   !0, $2
    3     5        CONCAT                                           ~4      'asdfg', !0
          6        CONCAT                                           ~5      ~4, 'boot'
          7        ASSIGN                                                   !1, ~5
    4     8        ECHO                                                     !1
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.65 ms | 1392 KiB | 13 Q