3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date('Y-m-d H:i:s', strtotime('2013-07-31 23:59:20') + 4*60*60); echo '<br>'; echo date("M-d-Y", mktime(0, 0, 0, 13, 1, 1997)); echo round('4255,00', 2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MPk1P
function name:  (null)
number of ops:  29
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          2        INIT_FCALL                                               'strtotime'
          3        SEND_VAL                                                 '2013-07-31+23%3A59%3A20'
          4        DO_ICALL                                         $0      
          5        ADD                                              ~1      $0, 14400
          6        SEND_VAL                                                 ~1
          7        DO_ICALL                                         $2      
          8        ECHO                                                     $2
    4     9        ECHO                                                     '%3Cbr%3E'
    5    10        INIT_FCALL                                               'date'
         11        SEND_VAL                                                 'M-d-Y'
         12        INIT_FCALL                                               'mktime'
         13        SEND_VAL                                                 0
         14        SEND_VAL                                                 0
         15        SEND_VAL                                                 0
         16        SEND_VAL                                                 13
         17        SEND_VAL                                                 1
         18        SEND_VAL                                                 1997
         19        DO_ICALL                                         $3      
         20        SEND_VAR                                                 $3
         21        DO_ICALL                                         $4      
         22        ECHO                                                     $4
    7    23        INIT_FCALL                                               'round'
         24        SEND_VAL                                                 '4255%2C00'
         25        SEND_VAL                                                 2
         26        DO_ICALL                                         $5      
         27        ECHO                                                     $5
         28      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.17 ms | 1387 KiB | 21 Q