Searched refs:mysqli_result_properties (Results 1 – 1 of 1) sorted by relevance
65 static HashTable mysqli_result_properties; variable646 zend_hash_init(&mysqli_result_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()647 MYSQLI_ADD_PROPERTIES(&mysqli_result_properties, mysqli_result_property_entries); in PHP_MINIT_FUNCTION()649 …ash_add(&classes, ce->name, ce->name_length+1, &mysqli_result_properties, sizeof(mysqli_result_pro… in PHP_MINIT_FUNCTION()840 zend_hash_destroy(&mysqli_result_properties); in PHP_MSHUTDOWN_FUNCTION()
Completed in 7 milliseconds