Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dhead.c237 zval *expires_or_options = NULL; in PHP_FUNCTION() local
246 Z_PARAM_ZVAL(expires_or_options) in PHP_FUNCTION()
253 if (expires_or_options) { in PHP_FUNCTION()
254 if (Z_TYPE_P(expires_or_options) == IS_ARRAY) { in PHP_FUNCTION()
261 expires = zval_get_long(expires_or_options); in PHP_FUNCTION()
271 if (expires_or_options && Z_TYPE_P(expires_or_options) == IS_ARRAY) { in PHP_FUNCTION()
290 zval *expires_or_options = NULL; in PHP_FUNCTION() local
299 Z_PARAM_ZVAL(expires_or_options) in PHP_FUNCTION()
306 if (expires_or_options) { in PHP_FUNCTION()
314 expires = zval_get_long(expires_or_options); in PHP_FUNCTION()
[all …]
H A Dbasic_functions.c1434 ZEND_ARG_INFO(0, expires_or_options)
1444 ZEND_ARG_INFO(0, expires_or_options)

Completed in 20 milliseconds