3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Formatter { public function format($string) {} } $formatter = new Formatter(); $formatter->formar($string);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Erbd9
function name:  (null)
number of ops:  7
compiled vars:  !0 = $formatter, !1 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   NEW                                              $2      'Formatter'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $2
   10     3        INIT_METHOD_CALL                                         !0, 'formar'
          4        SEND_VAR_EX                                              !1
          5        DO_FCALL                                      0          
          6      > RETURN                                                   1

Class Formatter:
Function format:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Erbd9
function name:  format
number of ops:  2
compiled vars:  !0 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
    6     1      > RETURN                                                   null

End of function format

End of class Formatter.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.23 ms | 1393 KiB | 13 Q