Home
last modified time | relevance | path

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

/php-src/main/
H A Doutput.c46 static HashTable php_output_handler_conflicts; variable
141 zend_hash_init(&php_output_handler_conflicts, 8, NULL, NULL, 1); in php_output_startup()
153 zend_hash_destroy(&php_output_handler_conflicts); in php_output_shutdown()
537 if (NULL != (conflict = zend_hash_find_ptr(&php_output_handler_conflicts, handler->name))) { in php_output_handler_start()
604 zend_hash_update_ptr(&php_output_handler_conflicts, str, check_func); in php_output_handler_conflict_register()

Completed in 8 milliseconds