From 304e397c520d1dd8cf77d08cc52f60e1dc5b521e Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Fri, 16 Feb 2024 23:08:04 +0300 Subject: [PATCH] [PHP 8.3] Update mysqli --- reference/mysqli/mysqli/poll.xml | 33 +++++++++++++++++++ .../mysqli/mysqli_result/fetch-object.xml | 16 +++++++++ reference/mysqli/mysqli_result/field-seek.xml | 4 +-- 3 files changed, 51 insertions(+), 2 deletions(-) diff --git a/reference/mysqli/mysqli/poll.xml b/reference/mysqli/mysqli/poll.xml index 73c044c71560..4db7ab027974 100644 --- a/reference/mysqli/mysqli/poll.xml +++ b/reference/mysqli/mysqli/poll.xml @@ -96,6 +96,39 @@ + + &reftitle.errors; + + A ValueError is thrown when neither + the read nor error arguments are passed. + + + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.3.0 + + Now throws a ValueError exception when neither + the read nor error arguments are passed. + + + + + + + + &reftitle.examples; diff --git a/reference/mysqli/mysqli_result/fetch-object.xml b/reference/mysqli/mysqli_result/fetch-object.xml index 915d06caf589..1d4cf889a397 100644 --- a/reference/mysqli/mysqli_result/fetch-object.xml +++ b/reference/mysqli/mysqli_result/fetch-object.xml @@ -82,6 +82,14 @@ + + &reftitle.errors; + + A ValueError is thrown when + the constructor_args is non-empty with the class not having constructor. + + + &reftitle.changelog; @@ -93,6 +101,14 @@ + + 8.3.0 + + Now throws a ValueError exception when + the constructor_args is non-empty with the class not having constructor; + previously an Exception was thrown. + + 8.0.0 diff --git a/reference/mysqli/mysqli_result/field-seek.xml b/reference/mysqli/mysqli_result/field-seek.xml index 904aa47a4d37..21a27a23b478 100644 --- a/reference/mysqli/mysqli_result/field-seek.xml +++ b/reference/mysqli/mysqli_result/field-seek.xml @@ -11,12 +11,12 @@ &reftitle.description; &style.oop; - public boolmysqli_result::field_seek + public truemysqli_result::field_seek intindex &style.procedural; - boolmysqli_field_seek + truemysqli_field_seek mysqli_resultresult intindex