3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (function_exists('date_default_timezone_set')) { @date_default_timezone_set('UTC'); } echo date("d.m.Y", 1296895540);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 9
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
filename:       /in/s53Jl
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'function_exists'
          1        SEND_VAL                                                 'date_default_timezone_set'
          2        DO_ICALL                                         $0      
          3      > JMPZ                                                     $0, ->9
    3     4    >   BEGIN_SILENCE                                    ~1      
          5        INIT_FCALL                                               'date_default_timezone_set'
          6        SEND_VAL                                                 'UTC'
          7        DO_ICALL                                                 
          8        END_SILENCE                                              ~1
    6     9    >   INIT_FCALL                                               'date'
         10        SEND_VAL                                                 'd.m.Y'
         11        SEND_VAL                                                 1296895540
         12        DO_ICALL                                         $3      
         13        ECHO                                                     $3
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.35 ms | 1394 KiB | 19 Q