Home
last modified time | relevance | path

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

/PHP-8.4/ext/date/
H A Dphp_date.c1261 bool timestamp_is_null = 1; in php_strftime() local
1273 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in php_strftime()
1280 if (timestamp_is_null) { in php_strftime()
1385 bool timestamp_is_null = 1; in PHP_FUNCTION() local
1392 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in PHP_FUNCTION()
1396 if (timestamp_is_null) { in PHP_FUNCTION()
1441 bool timestamp_is_null = 1; in PHP_FUNCTION() local
1447 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in PHP_FUNCTION()
1450 if (timestamp_is_null) { in PHP_FUNCTION()

Completed in 29 milliseconds