Searched refs:zflags (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/spl/ |
H A D | spl_array.c | 1784 zval *members, *zflags, *array; in SPL_METHOD() local 1809 zflags = var_tmp_var(&var_hash); in SPL_METHOD() 1810 if (!php_var_unserialize(zflags, &p, s + buf_len, &var_hash) || Z_TYPE_P(zflags) != IS_LONG) { in SPL_METHOD() 1815 flags = Z_LVAL_P(zflags); in SPL_METHOD()
|
H A D | spl_directory.c | 1517 zval zpath, zflags; in SPL_METHOD() local 1528 ZVAL_LONG(&zflags, intern->flags); in SPL_METHOD() 1530 spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), return_value, &zpath, &zflags); in SPL_METHOD() 1532 zval_ptr_dtor(&zflags); in SPL_METHOD()
|
H A D | spl_iterators.c | 2654 zval retval, zchildren, zflags; in spl_caching_it_next() local 2675 ZVAL_LONG(&zflags, intern->u.caching.flags & CIT_PUBLIC); in spl_caching_it_next() 2676 …ntiate_arg_ex2(spl_ce_RecursiveCachingIterator, &intern->u.caching.zchildren, &zchildren, &zflags); in spl_caching_it_next()
|
Completed in 31 milliseconds