3v4l.org

run code in 300+ PHP versions simultaneously
<?php class abc { private $abc; public function abc() { $this->abc = range( 1, 10001 ); } } $abc = new abc();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YqCFX
function name:  (null)
number of ops:  4
compiled vars:  !0 = $abc
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   NEW                                              $1      'abc'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
          3      > RETURN                                                   1

Class abc:
Function abc:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YqCFX
function name:  abc
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'range'
          1        SEND_VAL                                                 1
          2        SEND_VAL                                                 10001
          3        DO_ICALL                                         $1      
          4        ASSIGN_OBJ                                               'abc'
          5        OP_DATA                                                  $1
    8     6      > RETURN                                                   null

End of function abc

End of class abc.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.87 ms | 1394 KiB | 15 Q