Home
last modified time | relevance | path

Searched refs:error (Results 76 – 100 of 2576) sorted by relevance

12345678910>>...104

/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorinfo.phpt21 printf("[%03d] Expecting error code '%s' got code '%s'\n",
27 printf("[%03d] Driver-specific error code not set\n", $offset);
29 printf("[%03d] Driver-specific error message.not set\n", $offset);
40 or PDO->query() and invoke an error on the statement handle,
41 PDO->errorCode() will not reflect that error. You must call
42 PDOStatement->errorCode() to return the error code for an
106 [015] Driver-specific error code not set
107 [015] Driver-specific error message.not set
108 [016] Driver-specific error code not set
109 [016] Driver-specific error message.not set
/PHP-7.4/Zend/tests/
H A Dbug29890.phpt2 Bug #29890 (crash if error handler fails)
6 echo "error :".$fErrStr."\n";
23 error :Constant TEST already defined
H A Dflexible-heredoc-error7.phpt2 Flexible heredoc syntax error 7: no ending token
11 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
H A Dflexible-nowdoc-error7.phpt2 Flexible nowdoc syntax error 7: no ending token
11 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
H A Dbug79934.phpt2 Bug #79934: CRLF-only line in heredoc causes parsing error
8 // lines with only CRLF should not cause a parse error
12 // lines with only a LF should not cause a parse error
16 // lines with only a CR should not cause a parse error
20 // lines with only whitespace should not cause a parse error
H A Dbug46196.phpt8 * Description: Restores the previously defined error handler function
13 echo "*** Testing restore_error_handler() : error bug #46196 ***\n";
27 *** Testing restore_error_handler() : error bug #46196 ***
H A Dbug55007.phpt8 …lassname) eval('class MyErrorHandler { function __construct() { print "My error handler runs.\n"; …
22 Fatal error: Cannot use [] for reading in %s(%d) : eval()'d code on line %d
23 My error handler runs.
H A Dbug60909_2.phpt2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
16 Fatal error: Uncaught Exception: I CAN DO THIS in %s:%d
/PHP-7.4/ext/pgsql/tests/
H A D05large_object.phpt15 if (!$oid) echo ("pg_lo_create() error\n");
17 if (!$handle) echo ("pg_lo_open() error\n");
35 if (pg_last_error()) echo "pg_lo_read_all() error\n".pg_last_error();
41 pg_lo_unlink($db, $oid) or print("pg_lo_unlink() error 1\n");
47 $oid = pg_lo_create ($db) or print("pg_lo_create() error\n");
48 pg_lo_unlink($oid) or print("pg_lo_unlink() error 2\n");
53 $oid = pg_lo_create ($db) or print("pg_lo_create() error\n");
54 pg_lo_unlink($db, (string)$oid) or print("pg_lo_unlink() error 3\n");
H A D25async_query_params.phpt18 echo "pg_send_query_params() error\n";
22 echo "pg_connection_status() error\n";
26 echo "pg_get_result() error\n";
29 echo "pg_num_rows() error\n";
59 echo "pg_send_query_params() error\n";
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_multires.phpt19 printf("[001] [%d] %s\n", $link->error, $link->errno);
23 printf("[002] [%d] %s\n", $link->error, $link->errno);
27 printf("[003] [%d] %s\n", $stmt->error, $stmt->errno);
31 printf("[005] [%d] %s\n", $stmt->error, $stmt->errno);
37 printf("[004] [%d] %s\n", $stmt->error, $stmt->errno);
42 printf("[006] [%d] %s\n", $stmt->error, $stmt->errno);
63 printf("[010] [%d] %s\n", $stmt->error, $stmt->errno);
68 printf("[011] [%d] %s\n", $stmt->error, $stmt->errno);
99 printf("[001] [%d] %s\n", $link->error, $link->errno);
H A Dbug51647.phpt27 … die(sprintf("skip Failed to test for MySQL SSL support, [%d] %s", $link->errno, $link->error));
33 die(sprintf("skip Failed to test for MySQL SSL support, [%d] %s", $link->errno, $link->error));
36 die(sprintf("skip MySQL has no SSL support, [%d] %s", $link->errno, $link->error));
53 /* ERROR 1064 (42000): You have an error in your SQL syntax; = sql strict mode */
59 printf("[005] [%d] %s\n", $link->errno, $link->error);
62 printf("[004] [%d] %s\n", $link->errno, $link->error);
66 printf("[006] [%d] %s\n", $link->errno, $link->error);
83 /* ERROR 1064 (42000): You have an error in your SQL syntax; = sql strict mode */
89 printf("[010] [%d] %s\n", $link->errno, $link->error);
92 printf("[011] [%d] %s\n", $link->errno, $link->error);
[all …]
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 Dmysqli_ps_select_union.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);
74 printf("[008] [%d] %s\n", $link->errno, $link->error);
84 printf("[009] [%d] %s\n", $link->errno, $link->error);
88 printf("[010] [%d] %s\n", $stmt->errno, $stmt->error);
123 printf("[015] [%d] %s\n", $link->errno, $link->error);
133 printf("[016] [%d] %s\n", $link->errno, $link->error);
137 printf("[017] [%d] %s\n", $stmt->errno, $stmt->error);
174 printf("[022] [%d] %s\n", $stmt->errno, $stmt->error);
[all …]
H A Dmysqli_pam_sha256.phpt24 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
38 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
42 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
46 …"skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $link->error));
50 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
59 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
64 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
70 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
90 printf("[002] [%d] %s\n", $link->errno, $link->error);
93 printf("[003] [%d] %s\n", $link->errno, $link->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);
/PHP-7.4/ext/standard/tests/file/
H A Dfilesize_error.phpt2 Test filesize() function: error conditions
8 * (and generates an error of level E_WARNING) in case of an error.
11 echo "*** Testing filesize(): error conditions ***";
27 *** Testing filesize(): error conditions ***
H A Dis_writable_error.phpt2 Test is_writable() and its alias is_writeable() function: error conditions
11 echo "*** Testing is_writable(): error conditions ***\n";
15 echo "\n*** Testing is_writeable(): error conditions ***\n";
26 *** Testing is_writable(): error conditions ***
34 *** Testing is_writeable(): error conditions ***
/PHP-7.4/ext/phar/tests/
H A Ddir.phpt69 Warning: mkdir(): phar error: cannot create directory "phar://%sdir.phar.php/fails", write operatio…
71 Warning: mkdir(): phar error: cannot create directory "fails" in phar "%sok.phar", directory alread…
73 Warning: mkdir(): phar error: cannot create directory "sub" in phar "%sok.phar", directory already …
75 Warning: mkdir(): phar error: cannot create directory "sub/directory.txt" in phar "%sok.phar", phar…
79 Warning: mkdir(): phar error: cannot create directory "phar://", no phar archive specified in %sdir…
81 Warning: rmdir(): phar error: cannot remove directory "phar://", no phar archive specified, or phar…
83 Warning: rmdir(): phar error: cannot remove directory "hi" in phar "%sunknown.phar", directory does…
85 Warning: rmdir(): phar error: cannot rmdir directory "phar://%sdir.phar.php/another/dir", write ope…
87 Warning: rmdir(): phar error: cannot remove directory "" in phar "%sdir.phar.php", directory does n…
89 Warning: rmdir(): phar error: cannot remove directory "" in phar "%sdir.phar.php", directory does n…
[all …]
/PHP-7.4/ext/intl/tests/
H A Duconverter_func_subst.phpt27 Error: transcode() returned error 1: U_ILLEGAL_ARGUMENT_ERROR: U_ILLEGAL_ARGUMENT_ERROR
28 Error: transcode() returned error 1: U_ILLEGAL_ARGUMENT_ERROR: U_ILLEGAL_ARGUMENT_ERROR
29 Error: transcode() returned error 1: U_ILLEGAL_ARGUMENT_ERROR: U_ILLEGAL_ARGUMENT_ERROR
30 Error: transcode() returned error 1: U_ILLEGAL_ARGUMENT_ERROR: U_ILLEGAL_ARGUMENT_ERROR
/PHP-7.4/tests/lang/
H A Dcatchable_error_002.phpt2 Catchable fatal error [2]
12 function error()
18 set_error_handler('error');
/PHP-7.4/ext/opcache/tests/
H A Dphp_cli_server.inc24 $error = "Unable to connect to server\n";
31 $error = "Server is not running\n";
36 $error = '';
45 if ($error) {
46 echo $error;
/PHP-7.4/ext/curl/tests/
H A Dserver.inc25 $error = "Unable to connect to server\n";
32 $error = "Server is not running\n";
37 $error = '';
46 if ($error) {
47 echo $error;
/PHP-7.4/sapi/fpm/tests/
H A Dresponse.inc79 $this->error(
84 $this->error(
121 $this->error(
122 … "The expected error message '$errorMessage' is not equal to returned error '$errorData'"
180 * Check if the response is valid and if not emit error message
191 $this->error("The response is invalid: $this->rawData");
221 return $this->error("The header $name is not present");
229 return $this->error("The header $name value '$header' is not the same as '$value'");
257 $this->error("Invalid header row (no colon): $headerRow");
298 * Emit error message
[all …]
/PHP-7.4/Zend/tests/try/
H A Dtry_catch_finally_002.phpt17 die("error");
25 die("error");
32 die("error");

Completed in 25 milliseconds

12345678910>>...104