Searched refs:check_func (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/main/ |
H A D | php_output.h | 234 …const char *handler_name, size_t handler_name_len, php_output_handler_conflict_check_t check_func); 235 …const char *handler_name, size_t handler_name_len, php_output_handler_conflict_check_t check_func);
|
H A D | output.c | 599 …onflict_register(const char *name, size_t name_len, php_output_handler_conflict_check_t check_func) in php_output_handler_conflict_register() argument 608 zend_hash_update_ptr(&php_output_handler_conflicts, str, check_func); in php_output_handler_conflict_register() 616 …onflict_register(const char *name, size_t name_len, php_output_handler_conflict_check_t check_func) in php_output_handler_reverse_conflict_register() argument 626 return zend_hash_next_index_insert_ptr(rev_ptr, check_func) ? SUCCESS : FAILURE; in php_output_handler_reverse_conflict_register() 631 if (NULL == zend_hash_next_index_insert_ptr(&rev, check_func)) { in php_output_handler_reverse_conflict_register()
|
/PHP-8.3/Zend/ |
H A D | zend_API.c | 4021 check_func: in zend_is_callable_at_frame() 4074 goto check_func; in zend_is_callable_at_frame()
|
Completed in 41 milliseconds