3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = new DateTime("2014-09-24"); $b = new DateTime("2014-09-24"); $c = $a; $d = []; $a++; $b++; $c++; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7OsVm
function name:  (null)
number of ops:  14
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $4      'DateTime'
          1        SEND_VAL_EX                                              '2014-09-24'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !0, $4
    3     4        NEW                                              $7      'DateTime'
          5        SEND_VAL_EX                                              '2014-09-24'
          6        DO_FCALL                                      0          
          7        ASSIGN                                                   !1, $7
    4     8        ASSIGN                                                   !2, !0
    6     9        ASSIGN                                                   !3, <array>
    7    10        PRE_INC                                                  !0
    8    11        PRE_INC                                                  !1
    9    12        PRE_INC                                                  !2
   10    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.26 ms | 1392 KiB | 13 Q