3v4l.org

run code in 300+ PHP versions simultaneously
<?php $timelimit = date('Y-m-d H:i:s', mktime(12, 30, 12, 3, 12, 2014)); $now = date('Y-m-d H:i:s'); var_dump($timelimit, $now); die;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/t73cU
function name:  (null)
number of ops:  23
compiled vars:  !0 = $timelimit, !1 = $now
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          2        INIT_FCALL                                               'mktime'
          3        SEND_VAL                                                 12
          4        SEND_VAL                                                 30
          5        SEND_VAL                                                 12
          6        SEND_VAL                                                 3
          7        SEND_VAL                                                 12
          8        SEND_VAL                                                 2014
          9        DO_ICALL                                         $2      
         10        SEND_VAR                                                 $2
         11        DO_ICALL                                         $3      
         12        ASSIGN                                                   !0, $3
    5    13        INIT_FCALL                                               'date'
         14        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
         15        DO_ICALL                                         $5      
         16        ASSIGN                                                   !1, $5
    7    17        INIT_FCALL                                               'var_dump'
         18        SEND_VAR                                                 !0
         19        SEND_VAR                                                 !1
         20        DO_ICALL                                                 
         21      > EXIT                                                     
         22*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.14 ms | 1395 KiB | 19 Q