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.c1263 bool timestamp_is_null = 1; in php_strftime() local
1275 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in php_strftime()
1282 if (timestamp_is_null) { in php_strftime()
1387 bool timestamp_is_null = 1; in PHP_FUNCTION() local
1394 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in PHP_FUNCTION()
1398 if (timestamp_is_null) { in PHP_FUNCTION()
1443 bool timestamp_is_null = 1; in PHP_FUNCTION() local
1449 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in PHP_FUNCTION()
1452 if (timestamp_is_null) { in PHP_FUNCTION()

Completed in 27 milliseconds