Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/
H A Dphp_date.c852 bool ts_is_null = 1; in php_date() local
857 Z_PARAM_LONG_OR_NULL(ts, ts_is_null) in php_date()
860 if (ts_is_null) { in php_date()
1010 bool ts_is_null = 1; in PHP_FUNCTION() local
1016 Z_PARAM_LONG_OR_NULL(ts, ts_is_null) in PHP_FUNCTION()
1024 if (ts_is_null) { in PHP_FUNCTION()

Completed in 28 milliseconds