Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_iterators.h66 union _zend_function *zf_valid; member
H A Dzend_interfaces.c163 …zend_call_method_with_0_params(&object, iter->ce, &iter->ce->iterator_funcs.zf_valid, "valid", &mo… in zend_user_it_valid()
371 class_type->iterator_funcs.zf_valid = NULL; in zend_implement_iterator()
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c271 …ype->function_table, "valid", sizeof("valid"), (void **) &class_type->iterator_funcs.zf_valid); in spl_fixedarray_object_new_ex()
280 if (class_type->iterator_funcs.zf_valid->common.scope != parent) { in spl_fixedarray_object_new_ex()
H A Dspl_observer.c1145 …zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_valid, "valid… in SPL_METHOD()
1181 …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.c256 …ype->function_table, "valid", sizeof("valid"), (void **) &class_type->iterator_funcs.zf_valid); in spl_array_object_new_ex()
263 …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.c1269 class_type->iterator_funcs.zf_valid = NULL; in spl_dual_it_gets_implemented()

Completed in 31 milliseconds