Home
last modified time | relevance | path

Searched refs:mysqli_result_properties (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/mysqli/
H A Dmysqli.c67 static HashTable mysqli_result_properties; variable
673 zend_hash_init(&mysqli_result_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
674 MYSQLI_ADD_PROPERTIES(&mysqli_result_properties, mysqli_result_property_entries); in PHP_MINIT_FUNCTION()
679 …ash_add(&classes, ce->name, ce->name_length+1, &mysqli_result_properties, sizeof(mysqli_result_pro… in PHP_MINIT_FUNCTION()
892 zend_hash_destroy(&mysqli_result_properties); in PHP_MSHUTDOWN_FUNCTION()

Completed in 10 milliseconds