Home
last modified time | relevance | path

Searched refs:error (Results 476 – 500 of 3305) sorted by last modified time

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

/php-src/ext/dom/tests/
H A DDOMDocument_loadXML_error2_gte2_11.phpt26 Warning: DOMDocument::loadXML(): internal error: xmlParseStartTag: problem parsing attributes in En…
H A DDOMDocument_loadXML_error2_gte2_12.phpt26 Warning: DOMDocument::loadXML(): internal error: xmlParseStartTag: problem parsing attributes in En…
H A DDOMDocument_load_error2_gte2_11.phpt26 Warning: DOMDocument::load(): internal error: xmlParseStartTag: problem parsing attributes in %s on…
H A DDOMDocument_load_error2_gte2_12.phpt26 Warning: DOMDocument::load(): internal error: xmlParseStartTag: problem parsing attributes in %s on…
/php-src/ext/opcache/jit/ir/
H A Dir_x86.h71 # error "Unsupported target architecture"
212 # error "Unsupported target architecture"
/php-src/ext/xml/
H A Dcompat.c566 int error; in XML_Parse() local
568 error = xmlParseChunk(parser->parser, (char *) data, data_len, is_final); in XML_Parse()
569 return !error && parser->parser->lastError.level <= XML_ERR_WARNING; in XML_Parse()
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor.phpt22 // If no error messages gets printed do not know if proper usage of closeCursor() makes any
23 // difference or not. That's why we need to cause an error here.
30 // This is proper usage of closeCursor(). It shall prevent any further error messages.
159 Warning: PDO::query(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbu…
164 Warning: PDO::query(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbu…
170 Warning: PDO::query(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbu…
175 Warning: PDO::query(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbu…
H A Dpdo_mysql_stmt_errorcode.phpt59 Fatal error: Uncaught Error: Call to a member function execute() on false in %s:%d
H A Dpdo_mysql_stmt_fetch_non_select.phpt177 // libmysql needs this - otherwise we get a 2015 error
H A Dpecl_bug_5780.phpt2 PDO MySQL PECL Bug #5780 (Failure to produce an error when one is expected)
H A Dpdo_mysql_stmt_multiquery.phpt104 Warning: PDO::query(): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in…
106 Fatal error: Uncaught Error: Call to a member function errorInfo() on false in %s:%d
H A Dpdo_mysql_stmt_unbuffered_2050.phpt2 MySQL PDO:query() vs. PDO::prepare() and MySQL error 2050
39 NOTE - this will cause an error and it OK
143 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: 2050 Row retrieval was canceled …
147 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: 2050 Row retrieval was canceled …
H A Dpdo_mysql_prepare_native_mixed_style.phpt42 Fatal error: Uncaught Error: Call to a member function execute() on false in %s:%d
H A Dpdo_mysql_prepare_native_named_placeholder.phpt29 // I would expect to get an error message, but this is not what happens.
50 // Again, I'd like to see an error message
H A Dpdo_mysql_local_infile_directory_denied.phpt73 Warning: PDO::exec(): SQLSTATE[HY000]: General error: 2068 LOAD DATA LOCAL INFILE %s in %s on line …
H A Dpdo_mysql_multi_stmt_nextrowset.phpt172 Warning: PDO::query(): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in…
H A Dpdo_mysql_pconnect.phpt56 // but now I want to see some error...
58 printf("[004] Wrong error code %s\n", $db1->errorCode());
62 printf("[005] Wrong error info %s\n", $tmp);
H A Dpdo_mysql_prepare_native_clear_error.phpt2 MySQL PDO->prepare(), native PS, clear line after error
19 // We need to run the emulated version first. Native version will cause a fatal error
93 Fatal error: Uncaught Error: Call to a member function execute() on false in %s:%d
H A Dpdo_mysql_attr_statement_class.phpt118 // Yes, this is a fatal error and I want it to fail.
H A Dpdo_mysql_errorinfo.phpt23 printf("[%03d] Expecting error code '%s' got code '%s'\n",
29 printf("[%03d] Driver-specific error code not set\n", $offset);
31 printf("[%03d] Driver-specific error message.not set\n", $offset);
41 or PDO->query() and invoke an error on the statement handle,
42 PDO->errorCode() will not reflect that error. You must call
43 PDOStatement->errorCode() to return the error code for an
108 [015] Driver-specific error code not set
109 [015] Driver-specific error message.not set
110 [016] Driver-specific error code not set
111 [016] Driver-specific error message.not set
H A Dpdo_mysql_exec.phpt179 Warning: PDO::exec(): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in …
180 [016] [42000] 42000 1064 You have an error in your SQL syntax; check the manual that corresponds to…
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 …]
H A Dpdo_mysql___construct.phpt83 printf("[014] Cannot find proper error codes: %s\n", $tmp);
97 printf("[016] Cannot find proper error codes: %s\n", $tmp);
113 printf("[018] Cannot find proper error codes: %s\n", $tmp);
127 printf("[019] Cannot find proper error codes: %s\n", $tmp);
153 printf("[022] Cannot find proper error codes: %s\n", $tmp);
170 printf("[024] Cannot find proper error codes: %s\n", $tmp);
212 …* NOTE: MySQL does a fallback to the charset suggested during the handshake - no error - no bug! */
217 printf("[027] TODO - Cannot find proper error codes: %s\n", $tmp);
H A Dpdo_mysql_exec_select.phpt60 Warning: PDO::exec(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuf…
H A Dpdo_mysql_errorcode.phpt21 printf("[%03d] Expecting error code '%s' got code '%s'\n",
29 or PDO->query() and invoke an error on the statement handle,
30 PDO->errorCode() will not reflect that error. You must call
31 PDOStatement->errorCode() to return the error code for an

Completed in 91 milliseconds

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