Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dhead.c233 zval *expires_or_options = NULL; in PHP_FUNCTION() local
242 Z_PARAM_ZVAL(expires_or_options) in PHP_FUNCTION()
249 if (expires_or_options) { in PHP_FUNCTION()
250 if (Z_TYPE_P(expires_or_options) == IS_ARRAY) { in PHP_FUNCTION()
257 expires = zval_get_long(expires_or_options); in PHP_FUNCTION()
269 if (expires_or_options && Z_TYPE_P(expires_or_options) == IS_ARRAY) { in PHP_FUNCTION()
288 zval *expires_or_options = NULL; in PHP_FUNCTION() local
297 Z_PARAM_ZVAL(expires_or_options) in PHP_FUNCTION()
304 if (expires_or_options) { in PHP_FUNCTION()
312 expires = zval_get_long(expires_or_options); in PHP_FUNCTION()
[all …]
H A Dbasic_functions.c1421 ZEND_ARG_INFO(0, expires_or_options)
1431 ZEND_ARG_INFO(0, expires_or_options)

Completed in 16 milliseconds