Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c857 bool ts_is_null = 1; in php_date() local
862 Z_PARAM_LONG_OR_NULL(ts, ts_is_null) in php_date()
865 if (ts_is_null) { in php_date()
1015 bool ts_is_null = 1; in PHP_FUNCTION() local
1021 Z_PARAM_LONG_OR_NULL(ts, ts_is_null) in PHP_FUNCTION()
1029 if (ts_is_null) { in PHP_FUNCTION()

Completed in 19 milliseconds