Searched refs:mysqli_object_handlers (Results 1 – 1 of 1) sorted by relevance
54 static zend_object_handlers mysqli_object_handlers; variable476 handlers = &mysqli_object_handlers; in mysqli_objects_new()579 mysqli_object_handlers.offset = XtOffsetOf(mysqli_object, zo); in PHP_MINIT_FUNCTION()580 mysqli_object_handlers.free_obj = mysqli_objects_free_storage; in PHP_MINIT_FUNCTION()581 mysqli_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()582 mysqli_object_handlers.read_property = mysqli_read_property; in PHP_MINIT_FUNCTION()583 mysqli_object_handlers.write_property = mysqli_write_property; in PHP_MINIT_FUNCTION()584 mysqli_object_handlers.get_property_ptr_ptr = std_hnd->get_property_ptr_ptr; in PHP_MINIT_FUNCTION()585 mysqli_object_handlers.has_property = mysqli_object_has_property; in PHP_MINIT_FUNCTION()586 mysqli_object_handlers.get_debug_info = mysqli_object_get_debug_info; in PHP_MINIT_FUNCTION()[all …]
Completed in 7 milliseconds