Home
last modified time | relevance | path

Searched refs:mysqli_warning (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_warning_unclonable.phpt2 Trying to clone mysqli_warning object
28 …if (!is_object($warning = mysqli_get_warnings($link)) || 'mysqli_warning' != get_class($warning)) {
29 …printf("[005] Expecting object/mysqli_warning, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var…
40 Fatal error: Trying to clone an uncloneable object of class mysqli_warning in %s on line %d
H A Dmysqli_get_warnings.phpt44 …if (!is_object($warning = mysqli_get_warnings($link)) || 'mysqli_warning' != get_class($warning)) {
45 …printf("[008] Expecting object/mysqli_warning, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var…
73 …if (!is_object($warning = mysqli_get_warnings($link)) || 'mysqli_warning' != get_class($warning)) {
74 …printf("[017] Expecting object/mysqli_warning, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var…
95 $warning = new mysqli_warning($mysqli);
107 $warning = new mysqli_warning($mysqli);
127 $warning = new mysqli_warning($mysqli);
136 $warning = new mysqli_warning($stmt);
H A Dmysqli_stmt_get_warnings.phpt56 printf("[011] Expecting mysqli_warning object, got %s/%s\n", gettype($warning), $warning);
58 if ('mysqli_warning' !== get_class($warning))
59 printf("[012] Expecting object of type mysqli_warning got type '%s'", get_class($warning));
62 printf("[013] Object mysqli_warning seems to lack method next()\n");
H A D066.phpt2 function test: mysqli_warning object
/PHP-8.2/ext/mysqli/
H A Dconfig.w3220 "mysqli_warning.c";
H A Dmysqli_warning.c127 PHP_METHOD(mysqli_warning, next) in PHP_METHOD() argument
209 PHP_METHOD(mysqli_warning, __construct) in PHP_METHOD() argument
H A Dmysqli.stub.php851 public function get_warnings(): mysqli_warning|false {}
1271 public function get_warnings(): mysqli_warning|false {}
1334 final class mysqli_warning
1503 function mysqli_get_warnings(mysqli $mysql): mysqli_warning|false {}
1617 function mysqli_stmt_get_warnings(mysqli_stmt $statement): mysqli_warning|false {}
H A Dconfig.m464 mysqli_report.c mysqli_driver.c mysqli_warning.c \
H A Dmysqli_arginfo.h171 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_mysqli_get_warnings, 0, 1, mysqli_warning, MAY_…
341 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_mysqli_stmt_get_warnings, 0, 1, mysqli_warning,…
479 …TIVE_RETURN_OBJ_TYPE_MASK_EX(arginfo_class_mysqli_get_warnings, 0, 0, mysqli_warning, MAY_BE_FALSE)
818 ZEND_METHOD(mysqli_warning, __construct);
819 ZEND_METHOD(mysqli_warning, next);
1035 ZEND_ME(mysqli_warning, __construct, arginfo_class_mysqli_warning___construct, ZEND_ACC_PRIVATE)
1036 ZEND_ME(mysqli_warning, next, arginfo_class_mysqli_warning_next, ZEND_ACC_PUBLIC)

Completed in 35 milliseconds