3v4l.org

run code in 500+ PHP versions simultaneously
<?php phpversion() >= "7.0.0" or die(); class FooBar { public function __construct() { $this->x = 2; var_dump($this); } } $foobar = new Foobar;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 4, Position 2 = 7
Branch analysis from position: 4
1 jumps found. (Code = 61) Position 1 = -2
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/pkV8U
function name:  (null)
number of ops:  11
compiled vars:  !0 = $foobar
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'phpversion'
          1        DO_ICALL                                             $1      
          2        IS_SMALLER_OR_EQUAL                                  ~2      '7.0.0', $1
          3      > JMPNZ_EX                                             ~2      ~2, ->7
          4    > > INIT_FCALL                                                   'exit'
          5*       DO_ICALL                                             $3      
          6*       BOOL                                                 ~2      $3
   14     7    >   NEW                                                  $4      'Foobar'
          8        DO_FCALL                                          0          
          9        ASSIGN                                                       !0, $4
         10      > RETURN                                                       1

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

End of function __construct

End of class FooBar.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
157.22 ms | 834 KiB | 11 Q