3v4l.org

run code in 300+ PHP versions simultaneously
<?php $row["sick_date"] = null; if ( $row["sick_date"] <= date("Y-m-d") AND $row["sick_date"] != null ) echo '1';
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 8, Position 2 = 11
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 13
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
Branch analysis from position: 11
filename:       /in/nUTHd
function name:  (null)
number of ops:  14
compiled vars:  !0 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                               !0, 'sick_date'
          1        OP_DATA                                                  null
    3     2        FETCH_DIM_R                                      ~2      !0, 'sick_date'
          3        INIT_FCALL                                               'date'
          4        SEND_VAL                                                 'Y-m-d'
          5        DO_ICALL                                         $3      
          6        IS_SMALLER_OR_EQUAL                              ~4      ~2, $3
          7      > JMPZ_EX                                          ~4      ~4, ->11
          8    >   FETCH_DIM_R                                      ~5      !0, 'sick_date'
          9        IS_NOT_EQUAL                                     ~6      ~5, null
         10        BOOL                                             ~4      ~6
         11    > > JMPZ                                                     ~4, ->13
         12    >   ECHO                                                     '1'
         13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.66 ms | 1394 KiB | 15 Q