3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = date('Gi'); if ($time >= 1600 and $time <= 1705) { echo 1; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 6, Position 2 = 8
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 10
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
Branch analysis from position: 8
filename:       /in/jA1k0
function name:  (null)
number of ops:  11
compiled vars:  !0 = $time
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'Gi'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    5     4        IS_SMALLER_OR_EQUAL                              ~3      1600, !0
          5      > JMPZ_EX                                          ~3      ~3, ->8
          6    >   IS_SMALLER_OR_EQUAL                              ~4      !0, 1705
          7        BOOL                                             ~3      ~4
          8    > > JMPZ                                                     ~3, ->10
    7     9    >   ECHO                                                     1
    8    10    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.63 ms | 1394 KiB | 15 Q