3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test ($str) { echo $str; } $a = 'st'; te.$a('hello');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4a1Jq
function name:  (null)
number of ops:  8
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ASSIGN                                                   !0, 'st'
    6     1        FETCH_CONSTANT                                   ~2      'te'
          2        INIT_DYNAMIC_CALL                                        !0
          3        SEND_VAL_EX                                              'hello'
          4        DO_FCALL                                      0  $3      
          5        CONCAT                                           ~4      ~2, $3
          6        FREE                                                     ~4
          7      > RETURN                                                   1

Function test:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4a1Jq
function name:  test
number of ops:  3
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
    3     1        ECHO                                                     !0
    4     2      > RETURN                                                   null

End of function test

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
194.41 ms | 1384 KiB | 13 Q