Searched refs:day_is_null (Results 1 – 1 of 1) sorted by relevance
1144 bool min_is_null = 1, sec_is_null = 1, mon_is_null = 1, day_is_null = 1, yea_is_null = 1; in php_mktime() local1156 Z_PARAM_LONG_OR_NULL(day, day_is_null) in php_mktime()1188 if (!day_is_null) { in php_mktime()
Completed in 18 milliseconds