3v4l.org

run code in 300+ PHP versions simultaneously
<?php testMe($testing = "Hello World"); var_dump($testing); function testMe($var) { var_dump($var); } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gFOFB
function name:  (null)
number of ops:  8
compiled vars:  !0 = $testing
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   INIT_FCALL_BY_NAME                                       'testMe'
          1        ASSIGN                                           ~1      !0, 'Hello+World'
          2        SEND_VAL_EX                                              ~1
          3        DO_FCALL                                      0          
    7     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
   14     7      > RETURN                                                   1

Function testme:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gFOFB
function name:  testMe
number of ops:  5
compiled vars:  !0 = $var
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   RECV                                             !0      
   11     1        INIT_FCALL                                               'var_dump'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                                 
   12     4      > RETURN                                                   null

End of function testme

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.53 ms | 1394 KiB | 15 Q