3v4l.org

run code in 300+ PHP versions simultaneously
<?php $midnight = \DateTime::createFromFormat('d/m/y H:i:s', '19/07/13 10:11:25')->modify('tomorrow'); var_dump($midnight);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UFFrX
function name:  (null)
number of ops:  12
compiled vars:  !0 = $midnight
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_STATIC_METHOD_CALL                                  'DateTime', 'createFromFormat'
          1        SEND_VAL                                                 'd%2Fm%2Fy+H%3Ai%3As'
          2        SEND_VAL                                                 '19%2F07%2F13+10%3A11%3A25'
          3        DO_FCALL                                      0  $1      
          4        INIT_METHOD_CALL                                         $1, 'modify'
          5        SEND_VAL_EX                                              'tomorrow'
          6        DO_FCALL                                      0  $2      
          7        ASSIGN                                                   !0, $2
    3     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.27 ms | 1394 KiB | 15 Q