Home
last modified time | relevance | path

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

/PHP-7.2/ext/mysqli/
H A Dmysqli.c85 static void free_prop_handler(zval *el) { in free_prop_handler() function
612 zend_hash_init(&mysqli_driver_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
625 zend_hash_init(&mysqli_link_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
651 zend_hash_init(&mysqli_warning_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
660 zend_hash_init(&mysqli_result_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
674 zend_hash_init(&mysqli_stmt_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()

Completed in 6 milliseconds