3v4l.org

run code in 300+ PHP versions simultaneously
<?php $oldest_daily_registration = new \DateTime('today - 3 month'); $registration_date = new \DateTime('09.08.2014'); var_dump($registration_date < $oldest_daily_registration);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6j6mt
function name:  (null)
number of ops:  13
compiled vars:  !0 = $oldest_daily_registration, !1 = $registration_date
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $2      'DateTime'
          1        SEND_VAL_EX                                              'today+-+3+month'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !0, $2
    6     4        NEW                                              $5      'DateTime'
          5        SEND_VAL_EX                                              '09.08.2014'
          6        DO_FCALL                                      0          
          7        ASSIGN                                                   !1, $5
    8     8        INIT_FCALL                                               'var_dump'
          9        IS_SMALLER                                       ~8      !1, !0
         10        SEND_VAL                                                 ~8
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.42 ms | 1385 KiB | 15 Q