Searched refs:zf_valid (Results 1 – 7 of 7) sorted by relevance
/PHP-7.4/Zend/ |
H A D | zend_iterators.h | 64 zend_function *zf_valid; member
|
H A D | zend_interfaces.c | 163 …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 D | spl_fixedarray.c | 249 …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 D | spl_observer.c | 1174 …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 D | spl_array.c | 249 …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 D | zend_file_cache.c | 796 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_valid); 1489 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_valid);
|
H A D | zend_persist.c | 925 …ce->iterator_funcs_ptr->zf_valid = zend_hash_str_find_ptr(&ce->function_table, "valid", sizeof("va… in zend_update_parent_ce()
|
Completed in 29 milliseconds