3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set("Europe/Amsterdam"); $time = "1394530106"; $date = "2014-03-11 10:28:26"; var_dump(date("Y-m-d H:i:s") == $date);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SeeQE
function name:  (null)
number of ops:  13
compiled vars:  !0 = $time, !1 = $date
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date_default_timezone_set'
          1        SEND_VAL                                                 'Europe%2FAmsterdam'
          2        DO_ICALL                                                 
    4     3        ASSIGN                                                   !0, '1394530106'
    5     4        ASSIGN                                                   !1, '2014-03-11+10%3A28%3A26'
    7     5        INIT_FCALL                                               'var_dump'
          6        INIT_FCALL                                               'date'
          7        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          8        DO_ICALL                                         $5      
          9        IS_EQUAL                                         ~6      !1, $5
         10        SEND_VAL                                                 ~6
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.11 ms | 1394 KiB | 19 Q