3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html> <body> <?php $t = date("H"); if ($t > "20") { echo "Have a good day!"; } ?> </body> </html>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 8
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
filename:       /in/D9bXR
function name:  (null)
number of ops:  10
compiled vars:  !0 = $t
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3C%21DOCTYPE+html%3E%0A%3Chtml%3E%0A%3Cbody%3E%0A%0A'
    6     1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'H'
          3        DO_ICALL                                         $1      
          4        ASSIGN                                                   !0, $1
    8     5        IS_SMALLER                                               '20', !0
          6      > JMPZ                                                     ~3, ->8
    9     7    >   ECHO                                                     'Have+a+good+day%21'
   12     8    >   ECHO                                                     '++%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   14     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.34 ms | 1394 KiB | 15 Q