Home
last modified time | relevance | path

Searched refs:yea_is_null (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/date/
H A Dphp_date.c1142 bool min_is_null = 1, sec_is_null = 1, mon_is_null = 1, day_is_null = 1, yea_is_null = 1; in php_mktime() local
1155 Z_PARAM_LONG_OR_NULL(yea, yea_is_null) in php_mktime()
1190 if (!yea_is_null) { in php_mktime()

Completed in 25 milliseconds