Home
last modified time | relevance | path

Searched refs:lifetime_or_options (Results 1 – 1 of 1) sorted by path

/PHP-7.4/ext/session/
H A Dsession.c1674 zval *lifetime_or_options = NULL; in PHP_FUNCTION() local
1687 Z_PARAM_ZVAL(lifetime_or_options) in PHP_FUNCTION()
1705 if (Z_TYPE_P(lifetime_or_options) == IS_ARRAY) { in PHP_FUNCTION()
1718 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(lifetime_or_options), key, value) { in PHP_FUNCTION()
1754 lifetime = zval_get_string(lifetime_or_options); in PHP_FUNCTION()
2727 ZEND_ARG_INFO(0, lifetime_or_options)

Completed in 11 milliseconds