Searched refs:mysqli_warning (Results 1 – 8 of 8) sorted by relevance
/PHP-8.4/ext/mysqli/tests/ |
H A D | mysqli_warning_unclonable.phpt | 2 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 D | mysqli_stmt_get_warnings.phpt | 56 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 D | 066.phpt | 2 function test: mysqli_warning object
|
/PHP-8.4/ext/mysqli/ |
H A D | config.w32 | 17 "mysqli_warning.c";
|
H A D | mysqli_warning.c | 118 PHP_METHOD(mysqli_warning, next) in PHP_METHOD() argument 200 PHP_METHOD(mysqli_warning, __construct) in PHP_METHOD() argument
|
H A D | mysqli.stub.php | 829 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 D | config.m4 | 67 mysqli_warning.c
|
H A D | mysqli_arginfo.h | 171 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 31 milliseconds