From fabe6a310ca25349301becf3d61dfdde249893a7 Mon Sep 17 00:00:00 2001 From: Tom Van Looy Date: Fri, 15 Nov 2019 15:39:56 +0100 Subject: [PATCH] Add ext/mysqli stubs Closes GH-4913. --- ext/mysqli/mysqli.stub.php | 527 ++++++++++++++++++++++++++++ ext/mysqli/mysqli_api.c | 2 +- ext/mysqli/mysqli_arginfo.h | 661 ++++++++++++++++++++++++++++++++++++ ext/mysqli/mysqli_fe.c | 631 ++++++++-------------------------- ext/mysqli/mysqli_warning.c | 6 +- 5 files changed, 1327 insertions(+), 500 deletions(-) create mode 100644 ext/mysqli/mysqli.stub.php create mode 100644 ext/mysqli/mysqli_arginfo.h diff --git a/ext/mysqli/mysqli.stub.php b/ext/mysqli/mysqli.stub.php new file mode 100644 index 0000000000..6df17ec47f --- /dev/null +++ b/ext/mysqli/mysqli.stub.php @@ -0,0 +1,527 @@ +