3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = '05.29.1989'; var_dump (strtotime('-100 years') <= strtotime($value) && strtotime($value) <= strtotime('-14 years'));
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 10, Position 2 = 18
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
filename:       /in/hLfdn
function name:  (null)
number of ops:  21
compiled vars:  !0 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '05.29.1989'
    4     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'strtotime'
          3        SEND_VAL                                                 '-100+years'
          4        DO_ICALL                                         $2      
          5        INIT_FCALL                                               'strtotime'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $3      
          8        IS_SMALLER_OR_EQUAL                              ~4      $2, $3
          9      > JMPZ_EX                                          ~4      ~4, ->18
    5    10    >   INIT_FCALL                                               'strtotime'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $5      
         13        INIT_FCALL                                               'strtotime'
         14        SEND_VAL                                                 '-14+years'
         15        DO_ICALL                                         $6      
         16        IS_SMALLER_OR_EQUAL                              ~7      $5, $6
         17        BOOL                                             ~4      ~7
         18    >   SEND_VAL                                                 ~4
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.98 ms | 1395 KiB | 17 Q