Home
last modified time | relevance | path

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

/PHP-5.4/ext/mysqli/
H A Dmysqli.c68 static HashTable mysqli_stmt_properties; variable
683 zend_hash_init(&mysqli_stmt_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
684 MYSQLI_ADD_PROPERTIES(&mysqli_stmt_properties, mysqli_stmt_property_entries); in PHP_MINIT_FUNCTION()
686 …_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_stmt_properties, sizeof(mysqli_stmt_prope… in PHP_MINIT_FUNCTION()
879 zend_hash_destroy(&mysqli_stmt_properties); in PHP_MSHUTDOWN_FUNCTION()

Completed in 26 milliseconds