<?php $age = 32; $birthday = new DateTimeImmutable('2020-04-30'); $today = new DateTime(); if ($today > $birthday) { $age++; } echo "I'm " . $age . " years old";
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`