3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(\DateInterval::createFromDateString('6 years 4 months'));
Output for 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
object(DateInterval)#1 (2) { ["from_string"]=> bool(true) ["date_string"]=> string(16) "6 years 4 months" }
Output for 7.1.25 - 7.1.28, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28
object(DateInterval)#1 (16) { ["y"]=> int(6) ["m"]=> int(4) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> bool(false) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }

preferences:
160.41 ms | 403 KiB | 162 Q