Searched refs:mysqli_link_properties (Results 1 – 1 of 1) sorted by relevance
61 static HashTable mysqli_link_properties; variable625 zend_hash_init(&mysqli_link_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()626 MYSQLI_ADD_PROPERTIES(&mysqli_link_properties, mysqli_link_property_entries); in PHP_MINIT_FUNCTION()646 zend_hash_add_ptr(&classes, ce->name, &mysqli_link_properties); in PHP_MINIT_FUNCTION()908 zend_hash_destroy(&mysqli_link_properties); in PHP_MSHUTDOWN_FUNCTION()
Completed in 10 milliseconds