3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set('America/New_York'); echo 'now = ' . time(); echo '\n mktime = ' .mktime(19,00,0,7,1,2014);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/84S4j
function name:  (null)
number of ops:  18
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date_default_timezone_set'
          1        SEND_VAL                                                 'America%2FNew_York'
          2        DO_ICALL                                                 
    4     3        INIT_FCALL                                               'time'
          4        DO_ICALL                                         $1      
          5        CONCAT                                           ~2      'now+%3D+', $1
          6        ECHO                                                     ~2
    5     7        INIT_FCALL                                               'mktime'
          8        SEND_VAL                                                 19
          9        SEND_VAL                                                 0
         10        SEND_VAL                                                 0
         11        SEND_VAL                                                 7
         12        SEND_VAL                                                 1
         13        SEND_VAL                                                 2014
         14        DO_ICALL                                         $3      
         15        CONCAT                                           ~4      '%5Cn+mktime+%3D+', $3
         16        ECHO                                                     ~4
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.46 ms | 1394 KiB | 19 Q