Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds