Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_iterators.h64 zend_function *zf_valid; member
H A Dzend_interfaces.c163 …zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs_ptr->zf_valid, "valid",… in zend_user_it_valid()
405 …funcs_ptr->zf_valid = zend_hash_str_find_ptr(&class_type->function_table, "valid", sizeof("valid")… in zend_implement_iterator()
416 funcs_ptr->zf_valid = NULL; in zend_implement_iterator()
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c249 …funcs_ptr->zf_valid = zend_hash_str_find_ptr(&class_type->function_table, "valid", sizeof("valid")… in spl_fixedarray_object_new_ex()
258 if (funcs_ptr->zf_valid->common.scope != parent) { in spl_fixedarray_object_new_ex()
H A Dspl_observer.c1174 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs_ptr->zf_valid, "v… in SPL_METHOD()
1210 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs_ptr->zf_valid, "v… in spl_multiple_iterator_get_all()
H A Dspl_array.c249 …funcs_ptr->zf_valid = zend_hash_str_find_ptr(&class_type->function_table, "valid", sizeof("valid")… in spl_array_object_new_ex()
256 … if (funcs_ptr->zf_valid->common.scope != parent) intern->ar_flags |= SPL_ARRAY_OVERLOADED_VALID; in spl_array_object_new_ex()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c796 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_valid);
1489 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_valid);
H A Dzend_persist.c925 …ce->iterator_funcs_ptr->zf_valid = zend_hash_str_find_ptr(&ce->function_table, "valid", sizeof("va… in zend_update_parent_ce()

Completed in 51 milliseconds