Home
last modified time | relevance | path

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

/PHP-8.4/ext/mysqli/
H A Dmysqli.c64 static HashTable mysqli_warning_properties; variable
518 zend_hash_init(&mysqli_warning_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
519 MYSQLI_ADD_PROPERTIES(&mysqli_warning_properties, mysqli_warning_property_entries); in PHP_MINIT_FUNCTION()
520 zend_hash_add_ptr(&classes, mysqli_warning_class_entry->name, &mysqli_warning_properties); in PHP_MINIT_FUNCTION()
549 zend_hash_destroy(&mysqli_warning_properties); in PHP_MSHUTDOWN_FUNCTION()

Completed in 8 milliseconds