Home
last modified time | relevance | path

Searched refs:error (Results 176 – 200 of 2576) sorted by last modified time

12345678910>>...104

/PHP-7.4/ext/mysqli/tests/
H A Dbug34810.phpt39 printf("[002] Empty error message!\n");
75 ["error"]=>
112 ["error"]=>
H A Dbug35759.phpt29 printf("[001] [%d] %s\n", $mysql->errno, $mysql->error);
33 printf("[002] [%d] %s\n", $mysql->errno, $mysql->error);
48 printf("[003] [%d] %s\n", $mysql->errno, $mysql->error);
H A Dbug36745.phpt2 Bug #36745 (LOAD DATA LOCAL INFILE doesn't return correct error message)
21 var_dump($mysql->error);
H A Dbug42548.phpt26 $mysqli->query("DROP PROCEDURE IF EXISTS p1") or die($mysqli->error);
27 $mysqli->query("CREATE PROCEDURE p1() BEGIN SELECT 23; SELECT 42; END") or die($mysqli->error);
46 print $mysqli->error;
49 $mysqli->query("DROP PROCEDURE p1") or die($mysqli->error);
H A Dbug44897.phpt25 printf("[001] [%d] %s\n", $link->errno, $link->error);
28 printf("[002] [%d] %s\n", $link->errno, $link->error);
34 printf("[003] [%d] %s\n", $link->errno, $link->error);
37 printf("[004] [%d] %s\n", $stmt->errno, $stmt->error);
41 printf("[005] [%d] %s\n", $stmt->errno, $stmt->error);
53 $link->errno, $link->error);
58 printf("[008] [%d] %s\n", $stmt2->errno, $stmt2->error);
62 printf("[009] [%d] %s\n", $stmt2->errno, $stmt2->error);
H A Dbug45019.phpt17 printf("[001] [%d] %s\n", $link->errno, $link->error);
28 printf("[002] [%d] %s\n", $link->errno, $link->error);
32 printf("[003] [%d] %s\n", $stmt->errno, $stmt->error);
H A Dbug45289.phpt21 printf("[002] [%d] %s\n", $link->errno, $link->error);
24 printf("[003] [%d] %s\n", $stmt->errno, $stmt->error);
32 printf("[004] [%d] %s\n", $link->errno, $link->error);
H A Dbug48909.phpt18 printf("[002] [%d] %s\n", $link->errno, $link->error);
21 printf("[003] [%d] %s\n", $link->errno, $link->error);
24 printf("[004] [%d] %s\n", $stmt->errno, $stmt->error);
29 $bvar is null, b is for BLOB - any error like this should be OK:
32 printf("[005] [%d] %s\n", $stmt->errno, $stmt->error);
H A Dbug49442.phpt15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A D057.phpt25 /* this should produce an out of sync error */
52 /* this should show an error, cause results are not buffered */
92 ["error"]=>
H A D013.phpt51 echo "error (4.1 library with 5.x server)";
53 echo "error";
H A D014.phpt14 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A D015.phpt13 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A D031.phpt14 $error = mysqli_error($link);
15 var_dump($error);
20 $error = mysqli_error($link);
22 var_dump($error);
H A Dmysqli_next_result_error.phpt65 You have an error in your SQL syntax; %s
/PHP-7.4/build/
H A Dlibtool.m42982 # or program results in "error TOC overflow" add -mminimal-toc to
3037 # -berok will link without error, but may produce a broken library.
3054 # -berok will link without error, but may produce a broken library.
3937 echo "libtool.m4: error: problem compiling $1 test program"
5673 # or program results in "error TOC overflow" add -mminimal-toc to
5728 # -berok will link without error, but may produce a broken library.
5744 # -berok will link without error, but may produce a broken library.
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h415 int error; member
/PHP-7.4/ext/fileinfo/tests/
H A Dbug77961.phpt14 Fatal error: fatal libmagic error in %s on line %d
/PHP-7.4/Zend/
H A Dzend.c662 # error "Unknown ZEND_MAP_PTR_KIND" in compiler_globals_ctor()
922 # error "Unknown ZEND_MAP_PTR_KIND" in zend_startup()
1106 ZEND_COLD void zenderror(const char *error) /* {{{ */ in zenderror() argument
1115 zend_throw_exception(zend_ce_parse_error, error, 0); in zenderror()
1750 # error "Unknown ZEND_MAP_PTR_KIND" in zend_map_ptr_new()
1761 # error "Unknown ZEND_MAP_PTR_KIND" in zend_map_ptr_new()
1779 # error "Unknown ZEND_MAP_PTR_KIND" in zend_map_ptr_extend()
/PHP-7.4/
H A Dphp.ini-development449 ; E_USER_ERROR - user-generated error message
464 ; http://php.net/error-reporting
523 ; error reporting includes E_WARNING in the allowed list
540 ; Turn off normal error reporting and emit XML-RPC error XML
549 ; the error message is formatted as HTML or not.
555 ; produces clickable error messages that direct to a page describing the error
556 ; or function causing the error in detail.
572 ; http://php.net/error-prepend-string
578 ; http://php.net/error-append-string
584 ; http://php.net/error-log
[all …]
H A Dphp.ini-production449 ; E_USER_ERROR - user-generated error message
464 ; http://php.net/error-reporting
523 ; error reporting includes E_WARNING in the allowed list
540 ; Turn off normal error reporting and emit XML-RPC error XML
549 ; the error message is formatted as HTML or not.
555 ; produces clickable error messages that direct to a page describing the error
556 ; or function causing the error in detail.
572 ; http://php.net/error-prepend-string
578 ; http://php.net/error-append-string
584 ; http://php.net/error-log
[all …]
/PHP-7.4/ext/snmp/
H A Dsnmp.c1737 char *error = strerror(errno); in PHP_FUNCTION() local
1738 php_error_docref(NULL, E_WARNING, "Error while reading MIB file '%s': %s", filename, error); in PHP_FUNCTION()
/PHP-7.4/ext/ffi/tests/
H A Dbug79177.phpt30 $ffi->bug79177(); // this is supposed to raise a fatal error
42 Fatal error: Throwing from FFI callbacks is not allowed in %s on line %d
/PHP-7.4/ext/ffi/
H A Dffi.c903 char *error = NULL; in zend_ffi_create_callback() local
914 if (!zend_is_callable_ex(value, NULL, 0, NULL, &fcc, &error)) { in zend_ffi_create_callback()
915 zend_throw_error(zend_ffi_exception_ce, "Attempt to assign an invalid callback, %s", error); in zend_ffi_create_callback()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug79375.phpt2 Bug #79375: mysqli_store_result does not report error from lock wait timeout
103 SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction
108 SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction
113 SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction

Completed in 81 milliseconds

12345678910>>...104