Home
last modified time | relevance | path

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

/PHP-7.3/ext/mysqli/
H A Dmysqli.c83 static void free_prop_handler(zval *el) { in free_prop_handler() function
600 zend_hash_init(&mysqli_driver_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
613 zend_hash_init(&mysqli_link_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
639 zend_hash_init(&mysqli_warning_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
648 zend_hash_init(&mysqli_result_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
661 zend_hash_init(&mysqli_stmt_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()

Completed in 13 milliseconds