3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strtotime('today midnight'); echo "\n"; echo strtotime('tomorrow midnight'); echo "\n"; echo date("d/m/Y H:m:s", 1399240800);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/D39er
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 'today+midnight'
          2        DO_ICALL                                         $0      
          3        ECHO                                                     $0
    4     4        ECHO                                                     '%0A'
    5     5        INIT_FCALL                                               'strtotime'
          6        SEND_VAL                                                 'tomorrow+midnight'
          7        DO_ICALL                                         $1      
          8        ECHO                                                     $1
    6     9        ECHO                                                     '%0A'
    7    10        INIT_FCALL                                               'date'
         11        SEND_VAL                                                 'd%2Fm%2FY+H%3Am%3As'
         12        SEND_VAL                                                 1399240800
         13        DO_ICALL                                         $2      
         14        ECHO                                                     $2
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.77 ms | 1385 KiB | 17 Q