3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); error_reporting(-1); class Crasse { public $xuplau = "xupleto"; } $bejeto = new Crasse; function haxuflex(Crasse &$a = null) { $b = &$a; } haxuflex($bejeto); haxuflex();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/D3l53
function name:  (null)
number of ops:  12
compiled vars:  !0 = $bejeto
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 -1
          2        DO_ICALL                                                 
    9     3        NEW                                              $2      'Crasse'
          4        DO_FCALL                                      0          
          5        ASSIGN                                                   !0, $2
   15     6        INIT_FCALL                                               'haxuflex'
          7        SEND_REF                                                 !0
          8        DO_FCALL                                      0          
   16     9        INIT_FCALL                                               'haxuflex'
         10        DO_FCALL                                      0          
         11      > RETURN                                                   1

Function haxuflex:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/D3l53
function name:  haxuflex
number of ops:  3
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   RECV_INIT                                        !0      null
   12     1        ASSIGN_REF                                               !1, !0
   13     2      > RETURN                                                   null

End of function haxuflex

Class Crasse: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.87 ms | 1012 KiB | 16 Q