Home
last modified time | relevance | path

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

/php-src/ext/mysqli/tests/
H A Dmysqli_warning_unclonable.phpt2 Trying to clone mysqli_warning object
29 …if (!is_object($warning = mysqli_get_warnings($link)) || 'mysqli_warning' != get_class($warning)) {
30 …printf("[006] Expecting object/mysqli_warning, got %s/%s\n", gettype($warning), (is_object($warnin…
41 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class mysqli_warning in %s:%d
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-src/ext/mysqli/
H A Dconfig.w3217 "mysqli_warning.c";
H A Dmysqli_warning.c118 PHP_METHOD(mysqli_warning, next) in PHP_METHOD() argument
200 PHP_METHOD(mysqli_warning, __construct) in PHP_METHOD() argument
H A Dmysqli.stub.php829 public function get_warnings(): mysqli_warning|false {}
1250 public function get_warnings(): mysqli_warning|false {}
1313 final class mysqli_warning
1482 function mysqli_get_warnings(mysqli $mysql): mysqli_warning|false {}
1598 function mysqli_stmt_get_warnings(mysqli_stmt $statement): mysqli_warning|false {}
H A Dconfig.m467 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);
1025 ZEND_ME(mysqli_warning, __construct, arginfo_class_mysqli_warning___construct, ZEND_ACC_PRIVATE)
1026 ZEND_ME(mysqli_warning, next, arginfo_class_mysqli_warning_next, ZEND_ACC_PUBLIC)

Completed in 38 milliseconds