Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/
H A Dphp_date.c1254 bool timestamp_is_null = 1; in php_strftime() local
1266 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in php_strftime()
1273 if (timestamp_is_null) { in php_strftime()
1378 bool timestamp_is_null = 1; in PHP_FUNCTION() local
1385 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in PHP_FUNCTION()
1389 if (timestamp_is_null) { in PHP_FUNCTION()
1434 bool timestamp_is_null = 1; in PHP_FUNCTION() local
1440 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in PHP_FUNCTION()
1443 if (timestamp_is_null) { in PHP_FUNCTION()

Completed in 18 milliseconds