3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fechaUltimoRegistro = strtotime('2013-03-01'); $fechaActual = strtotime('2013-03-02'); echo date('Y-m-d', $fechaUltimoRegistro+86400);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bjDUJ
function name:  (null)
number of ops:  15
compiled vars:  !0 = $fechaUltimoRegistro, !1 = $fechaActual
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 '2013-03-01'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    4     4        INIT_FCALL                                               'strtotime'
          5        SEND_VAL                                                 '2013-03-02'
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !1, $4
    7     8        INIT_FCALL                                               'date'
          9        SEND_VAL                                                 'Y-m-d'
         10        ADD                                              ~6      !0, 86400
         11        SEND_VAL                                                 ~6
         12        DO_ICALL                                         $7      
         13        ECHO                                                     $7
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.03 ms | 1394 KiB | 17 Q