Searched refs:mysqli_warning_properties (Results 1 – 1 of 1) sorted by relevance
67 static HashTable mysqli_warning_properties; variable639 zend_hash_init(&mysqli_warning_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()640 MYSQLI_ADD_PROPERTIES(&mysqli_warning_properties, mysqli_warning_property_entries); in PHP_MINIT_FUNCTION()642 …sh_add(&classes, ce->name, ce->name_length+1, &mysqli_warning_properties, sizeof(mysqli_warning_pr… in PHP_MINIT_FUNCTION()842 zend_hash_destroy(&mysqli_warning_properties); in PHP_MSHUTDOWN_FUNCTION()
Completed in 11 milliseconds