<?php$year=2036;if($year%400==0 || ($year%100!=0 && $year%4==0))echo $year.' is Leap Year';else echo $year.' is Not a Leap Year';?>
Standard input is empty
2036 is Leap Year
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!