3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data_actula = date("Y-m-d"); $danta_anterior = date("Y-m-d") - (7 * 24 * 60 * 60); var_dump($data_actula); var_dump($danta_anterior);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gss76
function name:  (null)
number of ops:  16
compiled vars:  !0 = $data_actula, !1 = $danta_anterior
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'Y-m-d'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    4     4        INIT_FCALL                                               'date'
          5        SEND_VAL                                                 'Y-m-d'
          6        DO_ICALL                                         $4      
          7        SUB                                              ~5      $4, 604800
          8        ASSIGN                                                   !1, ~5
    6     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                                 
    7    12        INIT_FCALL                                               'var_dump'
         13        SEND_VAR                                                 !1
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.08 ms | 1394 KiB | 17 Q