Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqli/
H A Dmysqli.c65 static HashTable mysqli_driver_properties; variable
650 zend_hash_init(&mysqli_driver_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
651 MYSQLI_ADD_PROPERTIES(&mysqli_driver_properties, mysqli_driver_property_entries); in PHP_MINIT_FUNCTION()
653 …ash_add(&classes, ce->name, ce->name_length+1, &mysqli_driver_properties, sizeof(mysqli_driver_pro… in PHP_MINIT_FUNCTION()
891 zend_hash_destroy(&mysqli_driver_properties); in PHP_MSHUTDOWN_FUNCTION()

Completed in 7 milliseconds