/** @generate-function-entries */
-class mysqli_driver
+final class mysqli_driver
{
}
#endif
}
-class mysqli_warning
+final class mysqli_warning
{
protected function __construct(object $mysqli_link) {}
- /** @return bool */
- public function next() {}
+ public function next(): bool {}
}
-class mysqli_sql_exception extends RuntimeException
+final class mysqli_sql_exception extends RuntimeException
{
}
ZEND_ARG_TYPE_INFO(0, mysqli_link, IS_OBJECT, 0)
ZEND_END_ARG_INFO()
-#define arginfo_class_mysqli_warning_next arginfo_class_mysqli_character_set_name
+#define arginfo_class_mysqli_warning_next arginfo_mysqli_thread_safe
ZEND_FUNCTION(mysqli_affected_rows);