3v4l.org

run code in 500+ PHP versions simultaneously
<?php class ClassName { public $entry_name; public function __constuct() { $this->entry_name = t('Name'); } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1f7rN
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   11     0  E > > RETURN                                                       1

Class ClassName:
Function __constuct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1f7rN
function name:  __constuct
number of ops:  6
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    9     0  E >   INIT_FCALL_BY_NAME                                           't'
          1        SEND_VAL_EX                                                  'Name'
          2        DO_FCALL                                          0  $1      
          3        ASSIGN_OBJ                                                   'entry_name'
          4        OP_DATA                                                      $1
   10     5      > RETURN                                                       null

End of function __constuct

End of class ClassName.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
155.72 ms | 2325 KiB | 13 Q