Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqli/
H A Dmysqli.c83 static void free_prop_handler(zval *el) { in free_prop_handler() function
614 zend_hash_init(&mysqli_driver_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
627 zend_hash_init(&mysqli_link_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
652 zend_hash_init(&mysqli_warning_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
661 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 8 milliseconds