<?php$result = cal_days_in_month(CAL_GREGORIAN, 2, 2015) === 29;var_dump($result); $result = cal_days_in_month(CAL_GREGORIAN, 2, 2016) === 29;var_dump($result);
Standard input is empty
bool(false) bool(true)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!