Searched refs:mysqli_result_properties (Results 1 – 1 of 1) sorted by relevance
62 static HashTable mysqli_result_properties; variable525 zend_hash_init(&mysqli_result_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()526 MYSQLI_ADD_PROPERTIES(&mysqli_result_properties, mysqli_result_property_entries); in PHP_MINIT_FUNCTION()527 zend_hash_add_ptr(&classes, mysqli_result_class_entry->name, &mysqli_result_properties); in PHP_MINIT_FUNCTION()547 zend_hash_destroy(&mysqli_result_properties); in PHP_MSHUTDOWN_FUNCTION()
Completed in 12 milliseconds