3v4l.org

run code in 500+ PHP versions simultaneously
<?php class TestClass { public function __construct() { return new stdClass(); } public function __destruct() { echo 'Destructor for ', __CLASS__, PHP_EOL; } } $o = new TestClass(20); var_dump($o);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CHps3
function name:  (null)
number of ops:  8
compiled vars:  !0 = $o
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   12     0  E >   NEW                                                  $1      'TestClass'
          1        SEND_VAL_EX                                                  20
          2        DO_FCALL                                          0          
          3        ASSIGN                                                       !0, $1
   13     4        INIT_FCALL                                                   'var_dump'
          5        SEND_VAR                                                     !0
          6        DO_ICALL                                                     
          7      > RETURN                                                       1

Class TestClass:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CHps3
function name:  __construct
number of ops:  4
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    5     0  E >   NEW                                                  $0      'stdClass'
          1        DO_FCALL                                          0          
          2      > RETURN                                                       $0
    6     3*     > RETURN                                                       null

End of function __construct

Function __destruct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CHps3
function name:  __destruct
number of ops:  4
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    8     0  E >   ECHO                                                         'Destructor+for+'
          1        ECHO                                                         'TestClass'
          2        ECHO                                                         '%0A'
    9     3      > RETURN                                                       null

End of function __destruct

End of class TestClass.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
197.7 ms | 1597 KiB | 14 Q