3v4l.org

run code in 300+ PHP versions simultaneously
<?php $timelimit = '2014-05-05 23:59:58'; $now = '2014-05-05 23:59:57'; var_dump($timelimit, $now, $timelimit < $now); die;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/ZFSkM
function name:  (null)
number of ops:  10
compiled vars:  !0 = $timelimit, !1 = $now
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, '2014-05-05+23%3A59%3A58'
    5     1        ASSIGN                                                   !1, '2014-05-05+23%3A59%3A57'
    7     2        INIT_FCALL                                               'var_dump'
          3        SEND_VAR                                                 !0
          4        SEND_VAR                                                 !1
          5        IS_SMALLER                                       ~4      !0, !1
          6        SEND_VAL                                                 ~4
          7        DO_ICALL                                                 
          8      > EXIT                                                     
          9*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.42 ms | 1385 KiB | 15 Q