Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_array.c1713 zval *members, *zflags, *array; in SPL_METHOD() local
1738 zflags = var_tmp_var(&var_hash); in SPL_METHOD()
1739 if (!php_var_unserialize(zflags, &p, s + buf_len, &var_hash) || Z_TYPE_P(zflags) != IS_LONG) { in SPL_METHOD()
1744 flags = Z_LVAL_P(zflags); in SPL_METHOD()
H A Dspl_directory.c1528 zval zpath, zflags; in SPL_METHOD() local
1539 ZVAL_LONG(&zflags, intern->flags); in SPL_METHOD()
1541 spl_instantiate_arg_ex2(Z_OBJCE_P(ZEND_THIS), return_value, &zpath, &zflags); in SPL_METHOD()
H A Dspl_iterators.c2625 zval retval, zchildren, zflags; in spl_caching_it_next() local
2646 ZVAL_LONG(&zflags, intern->u.caching.flags & CIT_PUBLIC); in spl_caching_it_next()
2647 …ntiate_arg_ex2(spl_ce_RecursiveCachingIterator, &intern->u.caching.zchildren, &zchildren, &zflags); in spl_caching_it_next()

Completed in 32 milliseconds