Home
last modified time | relevance | path

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

/PHP-7.1/ext/spl/
H A Dspl_array.c1760 zval *members, *zflags, *array; in SPL_METHOD() local
1785 zflags = var_tmp_var(&var_hash); in SPL_METHOD()
1786 if (!php_var_unserialize(zflags, &p, s + buf_len, &var_hash) || Z_TYPE_P(zflags) != IS_LONG) { in SPL_METHOD()
1791 flags = Z_LVAL_P(zflags); in SPL_METHOD()
H A Dspl_directory.c1494 zval zpath, zflags; in SPL_METHOD() local
1505 ZVAL_LONG(&zflags, intern->flags); in SPL_METHOD()
1507 spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), return_value, &zpath, &zflags); in SPL_METHOD()
1509 zval_ptr_dtor(&zflags); in SPL_METHOD()
H A Dspl_iterators.c2655 zval retval, zchildren, zflags; in spl_caching_it_next() local
2676 ZVAL_LONG(&zflags, intern->u.caching.flags & CIT_PUBLIC); in spl_caching_it_next()
2677 …ntiate_arg_ex2(spl_ce_RecursiveCachingIterator, &intern->u.caching.zchildren, &zchildren, &zflags); in spl_caching_it_next()

Completed in 40 milliseconds