Home
last modified time | relevance | path

Searched refs:zf_valid (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_iterators.h67 union _zend_function *zf_valid; member
H A Dzend_interfaces.c172 …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 Dspl_fixedarray.c259 …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 Dspl_observer.c1074 …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 Dspl_array.c250 …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 Dspl_iterators.c1355 class_type->iterator_funcs.zf_valid = NULL; in spl_dual_it_gets_implemented()

Completed in 32 milliseconds