3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set('Europe/Amsterdam'); echo time() . "<br>"; date_default_timezone_set("America/Los_Angeles"); echo time() . "<br>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dLVbR
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date_default_timezone_set'
          1        SEND_VAL                                                 'Europe%2FAmsterdam'
          2        DO_ICALL                                                 
    5     3        INIT_FCALL                                               'time'
          4        DO_ICALL                                         $1      
          5        CONCAT                                           ~2      $1, '%3Cbr%3E'
          6        ECHO                                                     ~2
    7     7        INIT_FCALL                                               'date_default_timezone_set'
          8        SEND_VAL                                                 'America%2FLos_Angeles'
          9        DO_ICALL                                                 
    9    10        INIT_FCALL                                               'time'
         11        DO_ICALL                                         $4      
         12        CONCAT                                           ~5      $4, '%3Cbr%3E'
         13        ECHO                                                     ~5
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
267.12 ms | 1394 KiB | 18 Q