3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (date('d', strtotime('second thursday'))) { echo 'Today is.' . date('d'); } else { echo 'Today is not.'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 14
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Nj145
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'd'
          2        INIT_FCALL                                               'strtotime'
          3        SEND_VAL                                                 'second+thursday'
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
          6        DO_ICALL                                         $1      
          7      > JMPZ                                                     $1, ->14
    4     8    >   INIT_FCALL                                               'date'
          9        SEND_VAL                                                 'd'
         10        DO_ICALL                                         $2      
         11        CONCAT                                           ~3      'Today+is.', $2
         12        ECHO                                                     ~3
         13      > JMP                                                      ->15
    6    14    >   ECHO                                                     'Today+is+not.'
    7    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.11 ms | 1394 KiB | 17 Q