Searched refs:mysqli_link_properties (Results 1 – 1 of 1) sorted by relevance
64 static HashTable mysqli_link_properties; variable631 zend_hash_init(&mysqli_link_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()632 MYSQLI_ADD_PROPERTIES(&mysqli_link_properties, mysqli_link_property_entries); in PHP_MINIT_FUNCTION()634 …_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_link_properties, sizeof(mysqli_link_prope… in PHP_MINIT_FUNCTION()843 zend_hash_destroy(&mysqli_link_properties); in PHP_MSHUTDOWN_FUNCTION()
Completed in 9 milliseconds