Searched refs:mysqli_stmt_properties (Results 1 – 1 of 1) sorted by relevance
64 static HashTable mysqli_stmt_properties; variable532 zend_hash_init(&mysqli_stmt_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()533 MYSQLI_ADD_PROPERTIES(&mysqli_stmt_properties, mysqli_stmt_property_entries); in PHP_MINIT_FUNCTION()534 zend_hash_add_ptr(&classes, mysqli_stmt_class_entry->name, &mysqli_stmt_properties); in PHP_MINIT_FUNCTION()549 zend_hash_destroy(&mysqli_stmt_properties); in PHP_MSHUTDOWN_FUNCTION()
Completed in 8 milliseconds