3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Tester { public function parseFull() { echo "parse"; } } $t = new Tester(); $t->parseFull(); $T->PARSEFULL();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kO5R4
function name:  (null)
number of ops:  8
compiled vars:  !0 = $t, !1 = $T
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   NEW                                              $2      'Tester'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $2
   11     3        INIT_METHOD_CALL                                         !0, 'parseFull'
          4        DO_FCALL                                      0          
   12     5        INIT_METHOD_CALL                                         !1, 'PARSEFULL'
          6        DO_FCALL                                      0          
          7      > RETURN                                                   1

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

End of function parsefull

End of class Tester.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.54 ms | 1393 KiB | 13 Q