Home
last modified time | relevance | path

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

/PHP-5.6/ext/mysqli/
H A Dmysqli.c69 static HashTable mysqli_warning_properties; variable
668 zend_hash_init(&mysqli_warning_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
669 MYSQLI_ADD_PROPERTIES(&mysqli_warning_properties, mysqli_warning_property_entries); in PHP_MINIT_FUNCTION()
671 …sh_add(&classes, ce->name, ce->name_length+1, &mysqli_warning_properties, sizeof(mysqli_warning_pr… in PHP_MINIT_FUNCTION()
906 zend_hash_destroy(&mysqli_warning_properties); in PHP_MSHUTDOWN_FUNCTION()

Completed in 7 milliseconds