3v4l.org

run code in 300+ PHP versions simultaneously
<?php // todays date $today = date("Ymd"); function ageChange(){ list($year,$month,$day) = explode("-", $birth_date); $year_diff = date("Y") - $year; $month_diff = date("m") - $month; $day_diff = date("d") - $day; if ($day_diff < 0 || $month_diff < 0) $year_diff--; return $year_diff; } //Call the age function ageChange();
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $birth_date in /in/uLTic on line 8 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/uLTic on line 8 Warning: Undefined array key 1 in /in/uLTic on line 8 Warning: Undefined array key 2 in /in/uLTic on line 8 Fatal error: Uncaught TypeError: Unsupported operand types: string - string in /in/uLTic:9 Stack trace: #0 /in/uLTic(17): ageChange() #1 {main} thrown in /in/uLTic on line 9
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
41.64 ms | 402 KiB | 8 Q