Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_iterators.h68 zend_function *zf_valid; member
H A Dzend_interfaces.c128 …zend_call_known_instance_method_with_0_params(iter->ce->iterator_funcs_ptr->zf_valid, Z_OBJ_P(obje… in zend_user_it_valid()
344 funcs_ptr->zf_valid = zend_hash_str_find_ptr( in zend_implement_iterator()
362 funcs_ptr->zf_valid->common.scope != class_type && in zend_implement_iterator()
/PHP-8.2/ext/spl/
H A Dspl_observer.c1210 zend_call_known_instance_method_with_0_params(it->ce->iterator_funcs_ptr->zf_valid, it, &retval); in PHP_METHOD()
1248 zend_call_known_instance_method_with_0_params(it->ce->iterator_funcs_ptr->zf_valid, it, &retval); in spl_multiple_iterator_get_all()
/PHP-8.2/ext/opcache/
H A Dzend_file_cache.c868 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_valid);
1693 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_valid);
H A Dzend_persist.c1120 …ce->iterator_funcs_ptr->zf_valid = zend_hash_str_find_ptr(&ce->function_table, "valid", sizeof("va… in zend_update_parent_ce()

Completed in 20 milliseconds