Searched refs:mysqli_object_link_handlers (Results 1 – 1 of 1) sorted by relevance
56 static zend_object_handlers mysqli_object_link_handlers; variable386 handlers = &mysqli_object_link_handlers; in mysqli_objects_new()487 memcpy(&mysqli_object_link_handlers, &mysqli_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()488 mysqli_object_link_handlers.free_obj = mysqli_link_free_storage; in PHP_MINIT_FUNCTION()
Completed in 7 milliseconds