Home
last modified time | relevance | path

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

/php-src/ext/mysqli/
H A Dmysqli.c60 static HashTable mysqli_driver_properties; variable
506 zend_hash_init(&mysqli_driver_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
507 MYSQLI_ADD_PROPERTIES(&mysqli_driver_properties, mysqli_driver_property_entries); in PHP_MINIT_FUNCTION()
508 zend_hash_add_ptr(&classes, mysqli_driver_class_entry->name, &mysqli_driver_properties); in PHP_MINIT_FUNCTION()
546 zend_hash_destroy(&mysqli_driver_properties); in PHP_MSHUTDOWN_FUNCTION()

Completed in 7 milliseconds