3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start= new \DateTime('-4days'); if ($start->diff(new \DateTime())->format('rd')<0) { echo "Mindre!"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 14, Position 2 = 15
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
filename:       /in/FVrpn
function name:  (null)
number of ops:  16
compiled vars:  !0 = $start
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $1      'DateTime'
          1        SEND_VAL_EX                                              '-4days'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !0, $1
    4     4        INIT_METHOD_CALL                                         !0, 'diff'
          5        NEW                                              $4      'DateTime'
          6        DO_FCALL                                      0          
          7        SEND_VAR_NO_REF_EX                                       $4
          8        DO_FCALL                                      0  $6      
          9        INIT_METHOD_CALL                                         $6, 'format'
         10        SEND_VAL_EX                                              'rd'
         11        DO_FCALL                                      0  $7      
         12        IS_SMALLER                                               $7, 0
         13      > JMPZ                                                     ~8, ->15
    5    14    >   ECHO                                                     'Mindre%21'
    6    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
137.17 ms | 1384 KiB | 13 Q