3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace App\Mail\Public; class U { public function me() { var_dump(__CLASS__); } } $u = new U(); $u->me();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bclN8
function name:  (null)
number of ops:  6
compiled vars:  !0 = $u
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   NEW                                              $1      'App%5CMail%5CPublic%5CU'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
   12     3        INIT_METHOD_CALL                                         !0, 'me'
          4        DO_FCALL                                      0          
          5      > RETURN                                                   1

Class App\Mail\Public\U:
Function me:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bclN8
function name:  me
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_NS_FCALL_BY_NAME                                    'App%5CMail%5CPublic%5Cvar_dump'
          1        SEND_VAL_EX                                              'App%5CMail%5CPublic%5CU'
          2        DO_FCALL                                      0          
          3      > RETURN                                                   null

End of function me

End of class App\Mail\Public\U.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.93 ms | 939 KiB | 16 Q