3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public $name; public function __construct($name) { $this->name = $name; } } // create two Foo objects: $foo = new Foo('Foo 1'); echo $foo->name;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mRhD5
function name:  (null)
number of ops:  7
compiled vars:  !0 = $foo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   17     0  E >   NEW                                              $1      'Foo'
          1        SEND_VAL_EX                                              'Foo+1'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !0, $1
   20     4        FETCH_OBJ_R                                      ~4      !0, 'name'
          5        ECHO                                                     ~4
          6      > RETURN                                                   1

Class Foo:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mRhD5
function name:  __construct
number of ops:  4
compiled vars:  !0 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   RECV                                             !0      
    8     1        ASSIGN_OBJ                                               'name'
          2        OP_DATA                                                  !0
    9     3      > RETURN                                                   null

End of function __construct

End of class Foo.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.93 ms | 1384 KiB | 13 Q