Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c1259 bool timestamp_is_null = 1; in php_strftime() local
1271 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in php_strftime()
1278 if (timestamp_is_null) { in php_strftime()
1383 bool timestamp_is_null = 1; in PHP_FUNCTION() local
1390 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in PHP_FUNCTION()
1394 if (timestamp_is_null) { in PHP_FUNCTION()
1439 bool timestamp_is_null = 1; in PHP_FUNCTION() local
1445 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in PHP_FUNCTION()
1448 if (timestamp_is_null) { in PHP_FUNCTION()

Completed in 21 milliseconds