Searched refs:zf_valid (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/Zend/ |
H A D | zend_iterators.h | 67 union _zend_function *zf_valid; member
|
H A D | zend_interfaces.c | 172 …zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs.zf_valid, "valid", &mor… in zend_user_it_valid() 384 class_type->iterator_funcs.zf_valid = NULL; in zend_implement_iterator()
|
/PHP-7.0/ext/spl/ |
H A D | spl_fixedarray.c | 259 …class_type->iterator_funcs.zf_valid = zend_hash_str_find_ptr(&class_type->function_table, "valid",… in spl_fixedarray_object_new_ex() 268 if (class_type->iterator_funcs.zf_valid->common.scope != parent) { in spl_fixedarray_object_new_ex()
|
H A D | spl_observer.c | 1074 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_valid, "valid"… in SPL_METHOD() 1110 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_valid, "valid"… in spl_multiple_iterator_get_all()
|
H A D | spl_array.c | 250 …class_type->iterator_funcs.zf_valid = zend_hash_str_find_ptr(&class_type->function_table, "valid",… in spl_array_object_new_ex() 257 …if (class_type->iterator_funcs.zf_valid->common.scope != parent) intern->ar_flags |= SPL_ARRAY_O… in spl_array_object_new_ex()
|
H A D | spl_iterators.c | 1355 class_type->iterator_funcs.zf_valid = NULL; in spl_dual_it_gets_implemented()
|
Completed in 40 milliseconds