Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/
H A Dphp_date.c795 bool ts_is_null = 1; in php_date() local
800 Z_PARAM_LONG_OR_NULL(ts, ts_is_null) in php_date()
803 if (ts_is_null) { in php_date()
951 bool ts_is_null = 1; in PHP_FUNCTION() local
957 Z_PARAM_LONG_OR_NULL(ts, ts_is_null) in PHP_FUNCTION()
965 if (ts_is_null) { in PHP_FUNCTION()

Completed in 27 milliseconds