3v4l.org

run code in 300+ PHP versions simultaneously
<?php function __callStatic($n,array$p) { echo __METHOD__.' says: '.$n; } function Launch() { debug_print_backtrace(); } $x = 'Launch'; $x(); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/s1DlW
function name:  (null)
number of ops:  4
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   ASSIGN                                                   !0, 'Launch'
   15     1        INIT_DYNAMIC_CALL                                        !0
          2        DO_FCALL                                      0          
   17     3      > RETURN                                                   1

Function __callstatic:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/s1DlW
function name:  __callStatic
number of ops:  5
compiled vars:  !0 = $n, !1 = $p
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    5     2        CONCAT                                           ~2      '__callStatic+says%3A+', !0
          3        ECHO                                                     ~2
    6     4      > RETURN                                                   null

End of function __callstatic

Function launch:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/s1DlW
function name:  Launch
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   INIT_FCALL                                               'debug_print_backtrace'
          1        DO_ICALL                                                 
   11     2      > RETURN                                                   null

End of function launch

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.91 ms | 1395 KiB | 15 Q