3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Hail{ public $hello_monday; public $monday; public function __construct() { $this->monday = function(){ return "monday"; }; $this->hello_monday = function(){ "what a beautiful ".$this->monday()."!"; }; } } $hoi = new Hail(); $hoi->{"hello_monday"}();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4ZjB8
function name:  (null)
number of ops:  6
compiled vars:  !0 = $hoi
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   19     0  E >   NEW                                              $1      'Hail'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
   20     3        INIT_METHOD_CALL                                         !0, 'hello_monday'
          4        DO_FCALL                                      0          
          5      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2F4ZjB8%3A8%240:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4ZjB8
function name:  {closure}
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E > > RETURN                                                   'monday'
   10     1*     > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2F4ZjB8%3A8%240

Function %00%7Bclosure%7D%2Fin%2F4ZjB8%3A12%241:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4ZjB8
function name:  {closure}
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   FETCH_THIS                                       $0      
          1        INIT_METHOD_CALL                                         $0, 'monday'
          2        DO_FCALL                                      0  $1      
          3        CONCAT                                           ~2      'what+a+beautiful+', $1
          4        CONCAT                                           ~3      ~2, '%21'
          5        FREE                                                     ~3
   14     6      > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2F4ZjB8%3A12%241

Class Hail:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4ZjB8
function name:  __construct
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2F4ZjB8%3A8%240'
          1        ASSIGN_OBJ                                               'monday'
   10     2        OP_DATA                                                  ~1
   12     3        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2F4ZjB8%3A12%241'
          4        ASSIGN_OBJ                                               'hello_monday'
   14     5        OP_DATA                                                  ~3
   15     6      > RETURN                                                   null

End of function __construct

End of class Hail.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.63 ms | 1395 KiB | 13 Q