3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = strtotime('first day of next month midnight +15 minutes'); date_default_timezone_set('Asia/Jakarta'); echo date('Y-m-d H:i:s', $date), PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/R3pG6
function name:  (null)
number of ops:  14
compiled vars:  !0 = $date
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 'first+day+of+next+month+midnight+%2B15+minutes'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    6     4        INIT_FCALL                                               'date_default_timezone_set'
          5        SEND_VAL                                                 'Asia%2FJakarta'
          6        DO_ICALL                                                 
    7     7        INIT_FCALL                                               'date'
          8        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $4      
         11        ECHO                                                     $4
         12        ECHO                                                     '%0A'
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.34 ms | 1394 KiB | 19 Q