3v4l.org

run code in 500+ PHP versions simultaneously
<?php class PhpQuiz { public function function() { echo 'Hello world'; } } (new PhpQuiz)->function();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7ORPh
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   11     0  E >   NEW                                                  $0      'PhpQuiz'
          1        DO_FCALL                                          0          
          2        INIT_METHOD_CALL                                             $0, 'function'
          3        DO_FCALL                                          0          
          4      > RETURN                                                       1

Class PhpQuiz:
Function function:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7ORPh
function name:  function
number of ops:  2
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    7     0  E >   ECHO                                                         'Hello+world'
    8     1      > RETURN                                                       null

End of function function

End of class PhpQuiz.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
220.48 ms | 3280 KiB | 13 Q