Searched refs:check_func (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/main/ |
H A D | php_output.h | 236 …const char *handler_name, size_t handler_name_len, php_output_handler_conflict_check_t check_func); 237 …const char *handler_name, size_t handler_name_len, php_output_handler_conflict_check_t check_func);
|
H A D | output.c | 615 …onflict_register(const char *name, size_t name_len, php_output_handler_conflict_check_t check_func) in php_output_handler_conflict_register() argument 624 zend_hash_update_ptr(&php_output_handler_conflicts, str, check_func); in php_output_handler_conflict_register() 632 …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 642 return zend_hash_next_index_insert_ptr(rev_ptr, check_func) ? SUCCESS : FAILURE; in php_output_handler_reverse_conflict_register() 647 if (NULL == zend_hash_next_index_insert_ptr(&rev, check_func)) { in php_output_handler_reverse_conflict_register()
|
/PHP-8.1/Zend/ |
H A D | zend_API.c | 3789 check_func: in zend_is_callable_at_frame() 3841 goto check_func; in zend_is_callable_at_frame()
|
Completed in 24 milliseconds