Searched refs:mysqli_link_properties (Results 1 – 1 of 1) sorted by relevance
66 static HashTable mysqli_link_properties; variable658 zend_hash_init(&mysqli_link_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()659 MYSQLI_ADD_PROPERTIES(&mysqli_link_properties, mysqli_link_property_entries); in PHP_MINIT_FUNCTION()661 …_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_link_properties, sizeof(mysqli_link_prope… in PHP_MINIT_FUNCTION()881 zend_hash_destroy(&mysqli_link_properties); in PHP_MSHUTDOWN_FUNCTION()
Completed in 8 milliseconds