Home
last modified time | relevance | path

Searched refs:error (Results 251 – 275 of 3304) sorted by relevance

1...<<11121314151617181920>>...133

/php-src/ext/pgsql/tests/
H A D29nb_async_connect.phpt16 die("pg_connect() error");
18 die("pg_connect() error");
22 die("pg_socket() error");
H A D32nb_async_query.phpt26 echo "pg_send_query() error\n";
34 echo "pg_get_result() error\n";
38 echo "pg_num_rows() error\n";
64 echo "pg_send_query() error\n";
72 echo "pg_get_result() error\n";
H A D04async_query.phpt18 echo "pg_send_query() error\n";
22 echo "pg_connection_status() error\n";
26 echo "pg_get_result() error\n";
30 echo "pg_num_rows() error\n";
60 echo "pg_send_query() error\n";
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_parser_warning_01.phpt14 Warning: DOM\HTMLDocument::createFromString(): tokenizer error missing-end-tag-name in Entity, line…
16 Warning: DOM\HTMLDocument::createFromString(): tree error unexpected-token-in-initial-mode in Entit…
23 <p>error</p></body></html>
/php-src/sapi/cli/tests/
H A Dgh13113.phpt2 GH-13113: Missing syntax error in CLI-server router script
38 <b>Parse error</b>: syntax error, unexpected identifier &quot;bar&quot; in <b>%sindex.php</b> on l…
/php-src/ext/standard/tests/file/
H A D006_error.phpt2 Test fileperms(), chmod() functions: error conditions
12 echo "*** Testing error conditions for fileperms(), chmod() ***\n";
22 *** Testing error conditions for fileperms(), chmod() ***
/php-src/ext/ldap/tests/
H A Dldap_err2str_basic.phpt2 ldap_err2str() - Basic error number to string conversion
13 string(14) "Protocol error"
/php-src/Zend/tests/function_arguments/
H A Dcall_with_multi_trailing_comma_error.phpt8 Parse error: syntax error, unexpected token ",", expecting ")" in %s on line %d
H A Dcall_with_multi_inner_comma_error.phpt8 Parse error: syntax error, unexpected token ",", expecting ")" in %s on line %d
/php-src/Zend/tests/
H A Dlist_011.phpt10 Parse error: syntax error, unexpected token ")", expecting "=" in %s on line %d
H A Dns_trailing_comma_error_03.phpt8 Parse error: syntax error, unexpected token ",", expecting "}" in %s on line %d
H A Dbreak_error_003.phpt2 'break' error (not in the loop context)
10 Fatal error: 'break' not in the 'loop' or 'switch' context in %sbreak_error_003.php on line 3
/php-src/ext/intl/tests/
H A Duconverter_oop_callback.phpt13 public function toUCallback($reason, $source, $codeUnits, &$error): string|int|array|null {
15 return parent::toUCallback($reason, $source, $codeUnits, $error);
21 public function fromUCallback($reason, $source, $codePoint, &$error): string|int|array|null {
23 return parent::fromUCallback($reason, $source, $codePoint, $error);
H A Duconverter_oop_callback2.phpt13 public function toUCallback($reason, $source, $codeUnits, &$error): string|int|array|null {
15 return parent::toUCallback($reason, $source, $codeUnits, $error);
21 public function fromUCallback($reason, $source, $codePoint, &$error): string|int|array|null {
23 return parent::fromUCallback($reason, $source, $codePoint, $error);
/php-src/ext/zlib/tests/
H A D006.phpt52 Warning: gzinflate(): data error in %s on line %d
55 Warning: gzinflate(): data error in %s on line %d
59 Warning: gzinflate(): data error in %s on line %d
62 Warning: gzinflate(): data error in %s on line %d
71 Warning: gzinflate(): data error in %s on line %d
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt30 …te that at all other places we throws errors but no exceptions unless the error mode has been chan…
37 printf("\nFatal error with PHP (but no exception!):\n");
60 …te that at all other places we throws errors but no exceptions unless the error mode has been chan…
63 Fatal error with PHP (but no exception!):
65 Fatal error: Uncaught Error: Call to undefined method mysqli_fetch_object_test::mysqli_fetch_object…
H A Dmysqli_local_infile_directory_access_allowed.phpt15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
32 printf("[002] [%d] %s\n", $link->errno, $link->error);
36 printf("[003] [%d] %s\n", $link->errno, $link->error);
41 printf("[004] [%d] %s\n", $link->errno, $link->error);
46 printf("[005] [%d] %s\n", $link->errno, $link->error);
59 printf("[007] [%d] %s\n", $link->errno, $link->error);
H A Dbug68077.phpt14 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
33 printf("[002] [%d] %s\n", $link->errno, $link->error);
37 printf("[003] [%d] %s\n", $link->errno, $link->error);
44 printf("[005] [%d] %s\n", $link->errno, $link->error);
47 printf("[006] [%d] %s\n", $link->errno, $link->error);
55 printf("[006] [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_stmt_get_result_non_select.phpt26 printf("[002] [%d] %s\n", $stmt->errno, $stmt->error);
29 printf("[003] [%d] %s\n", $stmt->errno, $stmt->error);
53 printf("[006] [%d] %s\n", $stmt->errno, $stmt->error);
56 printf("[007] [%d] %s\n", $stmt->errno, $stmt->error);
72 printf("[009] [%d] %s\n", $stmt->errno, $stmt->error);
75 printf("[010] [%d] %s\n", $stmt->errno, $stmt->error);
H A Dmysqli_pam_sha256_public_key_ini.phpt22 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
36 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
40 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
45 …"skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $link->error));
68 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
73 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
79 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
102 printf("[002] [%d] %s\n", $link->errno, $link->error);
105 printf("[003] [%d] %s\n", $link->errno, $link->error);
/php-src/ext/curl/tests/
H A Dcurl_strerror_001.phpt14 string(8) "no error"
16 string(13) "unknown error"
/php-src/ext/snmp/tests/
H A Dsnmp3-error.phpt16 echo "Checking error handling\n";
61 Checking error handling
66 Warning: snmp3_get(): Error generating a key for authentication pass phrase '': Generic error (The …
69 Warning: snmp3_get(): Error generating a key for authentication pass phrase 'te': Generic error (Th…
73 Warning: snmp3_get(): Error generating a key for privacy pass phrase '': Generic error (The supplie…
76 Warning: snmp3_get(): Error generating a key for privacy pass phrase 'ty': Generic error (The suppl…
79 Warning: snmp3_get(): Fatal error: Unknown user name in %s on line %d
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_heredoc_nowdoc.phpt18 echo "Parse error: {$e->getMessage()} on line {$e->getLine()}\n";
329 Parse error: syntax error, unexpected end of file, expecting variable or heredoc end or "${" or "{$…
333 Parse error: syntax error, unexpected end of file, expecting variable or heredoc end or "${" or "{$…
346 Parse error: Invalid indentation - tabs and spaces cannot be mixed on line 3
368 Parse error: Invalid body indentation level (expecting an indentation level of at least 3) on line 2
399 Parse error: Invalid body indentation level (expecting an indentation level of at least 3) on line 2
412 Parse error: syntax error, unexpected end of file, expecting variable or heredoc end or "${" or "{$…
416 Parse error: syntax error, unexpected end of file, expecting variable or heredoc end or "${" or "{$…
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt51 printf("[007] Driver specific error code not set\n");
53 printf("[008] Driver specific error message not set\n");
67 printf("[011] Driver specific error code not set\n");
69 printf("[012] Driver specific error message not set\n");
85 printf("[015] Driver specific error code not set\n");
87 printf("[016] Driver specific error message not set\n");
96 … printf("[018] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
122 printf("[023] Driver specific error code not set\n");
124 printf("[024] Driver specific error message not set\n");
133 … printf("[026] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
[all …]
/php-src/ext/phar/tests/
H A Dfopen_edgecases.phpt74 Warning: fopen(phar://%sfopen_edgecases.phar.php/b/c.php): Failed to open stream: phar error: open …
76 Warning: fopen(phar://%sfopen_edgecases.phar.php.phar.gz): Failed to open stream: phar error: inval…
99 Warning: unlink(): phar error: unlink failed in %sfopen_edgecases.php on line %d
101 Warning: unlink(): phar error: no directory in "phar://", must have at least phar:/// for root dire…
103 Warning: unlink(): phar error: unlink failed in %sfopen_edgecases.php on line %d
105 Warning: unlink(): phar error: invalid url or non-existent phar "phar://foo.phar" in %sfopen_edgeca…
107 Warning: unlink(): phar error: unlink failed in %sfopen_edgecases.php on line %d
111 Warning: rename(): phar error: cannot rename "phar://" to "phar://": invalid or non-writable url "p…
113 Warning: rename(): phar error: cannot rename "phar://%sfopen_edgecases.phar.php/hi" to "phar://": i…
115 Warning: rename(): phar error: cannot rename "phar://foo.phar/hi" to "phar://": invalid or non-writ…
[all …]

Completed in 31 milliseconds

1...<<11121314151617181920>>...133