3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace crm; class et{ protected $table = "b"; public $field = "d"; private $x = "private!"; public function dump(){ $get_object_vars = 'get_object_vars'; var_dump( $get_object_vars($this) ); } } $et = new et(); $et->dump();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bL349
function name:  (null)
number of ops:  6
compiled vars:  !0 = $et
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   19     0  E >   NEW                                              $1      'crm%5Cet'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
   20     3        INIT_METHOD_CALL                                         !0, 'dump'
          4        DO_FCALL                                      0          
          5      > RETURN                                                   1

Class crm\et:
Function dump:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bL349
function name:  dump
number of ops:  9
compiled vars:  !0 = $get_object_vars
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   ASSIGN                                                   !0, 'get_object_vars'
   13     1        INIT_NS_FCALL_BY_NAME                                    'crm%5Cvar_dump'
          2        INIT_DYNAMIC_CALL                                        !0
          3        FETCH_THIS                                       $2      
          4        SEND_VAR_EX                                              $2
          5        DO_FCALL                                      0  $3      
          6        SEND_VAR_NO_REF_EX                                       $3
          7        DO_FCALL                                      0          
   15     8      > RETURN                                                   null

End of function dump

End of class crm\et.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
187.01 ms | 1386 KiB | 15 Q