3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = "test"; function testFunktion() { echo 'Der Test war erfolgreich'; } $test . "Funktion"();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/V9JQM
function name:  (null)
number of ops:  6
compiled vars:  !0 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'test'
    9     1        INIT_FCALL_BY_NAME                                       'Funktion'
          2        DO_FCALL                                      0  $2      
          3        CONCAT                                           ~3      !0, $2
          4        FREE                                                     ~3
          5      > RETURN                                                   1

Function testfunktion:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/V9JQM
function name:  testFunktion
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   ECHO                                                     'Der+Test+war+erfolgreich'
    7     1      > RETURN                                                   null

End of function testfunktion

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.12 ms | 1392 KiB | 13 Q