Home
last modified time | relevance | path

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

/PHP-5.3/ext/mysqli/
H A Dmysqli.c63 static HashTable mysqli_driver_properties; variable
623 zend_hash_init(&mysqli_driver_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
624 MYSQLI_ADD_PROPERTIES(&mysqli_driver_properties, mysqli_driver_property_entries); in PHP_MINIT_FUNCTION()
626 …ash_add(&classes, ce->name, ce->name_length+1, &mysqli_driver_properties, sizeof(mysqli_driver_pro… in PHP_MINIT_FUNCTION()
839 zend_hash_destroy(&mysqli_driver_properties); in PHP_MSHUTDOWN_FUNCTION()

Completed in 7 milliseconds