Searched refs:php_output_handler_conflicts (Results 1 – 1 of 1) sorted by relevance
46 static HashTable php_output_handler_conflicts; variable140 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()540 if (NULL != (conflict = zend_hash_find_ptr(&php_output_handler_conflicts, handler->name))) { in php_output_handler_start()607 zend_hash_update_ptr(&php_output_handler_conflicts, str, check_func); in php_output_handler_conflict_register()
Completed in 9 milliseconds