3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dia = date("l"); $hora = explode(":", date("H:i")); var_dump($hora); if ( ($dia == "Wednesday") && (intval($hora[0]) >= 03 && intval($hora[1]) >= 30) ) { print("TRUE");} else { print("FALSE"); } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 17, Position 2 = 26
Branch analysis from position: 17
2 jumps found. (Code = 46) Position 1 = 21, Position 2 = 25
Branch analysis from position: 21
2 jumps found. (Code = 43) Position 1 = 27, Position 2 = 29
Branch analysis from position: 27
1 jumps found. (Code = 42) Position 1 = 30
Branch analysis from position: 30
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 29
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 25
Branch analysis from position: 26
filename:       /in/h1h9Y
function name:  (null)
number of ops:  31
compiled vars:  !0 = $dia, !1 = $hora
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'l'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        INIT_FCALL                                               'explode'
          5        SEND_VAL                                                 '%3A'
          6        INIT_FCALL                                               'date'
          7        SEND_VAL                                                 'H%3Ai'
          8        DO_ICALL                                         $4      
          9        SEND_VAR                                                 $4
         10        DO_ICALL                                         $5      
         11        ASSIGN                                                   !1, $5
    4    12        INIT_FCALL                                               'var_dump'
         13        SEND_VAR                                                 !1
         14        DO_ICALL                                                 
    5    15        IS_EQUAL                                         ~8      !0, 'Wednesday'
         16      > JMPZ_EX                                          ~8      ~8, ->26
         17    >   FETCH_DIM_R                                      ~9      !1, 0
         18        CAST                                          4  ~10     ~9
         19        IS_SMALLER_OR_EQUAL                              ~11     3, ~10
         20      > JMPZ_EX                                          ~11     ~11, ->25
         21    >   FETCH_DIM_R                                      ~12     !1, 1
         22        CAST                                          4  ~13     ~12
         23        IS_SMALLER_OR_EQUAL                              ~14     30, ~13
         24        BOOL                                             ~11     ~14
         25    >   BOOL                                             ~8      ~11
         26    > > JMPZ                                                     ~8, ->29
    6    27    >   ECHO                                                     'TRUE'
         28      > JMP                                                      ->30
    8    29    >   ECHO                                                     'FALSE'
   10    30    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.75 ms | 1401 KiB | 19 Q