Home
last modified time | relevance | path

Searched refs:error (Results 476 – 500 of 2576) sorted by relevance

1...<<11121314151617181920>>...104

/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_001.phpt20 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
21 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
/PHP-7.4/ext/snmp/tests/
H A Dsnmp_set_oid_output_format.phpt14 echo "Checking error handling\n";
23 Checking error handling
/PHP-7.4/tests/basic/
H A Drfc1867_anonymous_upload.phpt35 ["error"]=>
48 ["error"]=>
/PHP-7.4/ext/pgsql/tests/
H A Dnonblocking.inc20 echo "pg_flush() error\n";
30 echo "pg_consume_input() error\n";
/PHP-7.4/Zend/tests/
H A Derrmsg_045.phpt2 Error message in error handler during compilation
11 /* This is just a particular example of a non-fatal compile-time error
/PHP-7.4/ext/opcache/tests/
H A Dpreload_loadable_classes_2.phpt18 Fatal error: Class 'Foo' not found in Unknown on line 0
20 Fatal error: Failed to resolve initializers of class Test during preloading in Unknown on line 0
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt101 // Yes, this is a fatal error and I want it to fail.
116 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires fo…
118 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error in %s on line %d
120 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: user-supplied statement class must be…
122 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error in %s on line %d
124 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: user-supplied statement class cannot …
126 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error in %s on line %d
155 Fatal error: Uncaught Error: Cannot instantiate abstract class mystatement6 in %s:%d
/PHP-7.4/ext/mysqli/tests/
H A Dbug_mysql_49406.phpt19 printf("[002] [%d] %s\n", $link->errno, $link->error);
22 printf("[003] No result, [%d] %s\n", $link->errno, $link->error);
31 printf("[005] [%d] %s\n", $link->errno, $link->error);
34 printf("[006] [%d] %s\n", $stmt->errno, $stmt->error);
82 printf("[007] [%d] %s\n", $stmt->errno, $stmt->error);
H A Dmysqli_fetch_all_oo.phpt27 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
35 printf("[006] [%d] %s\n", $mysqli->errno, $mysqli->error);
43 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
51 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
62 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
72 printf("[010] Cannot run query, [%d] %s\n", $mysqli->errno, $$mysqli->error);
80 $mysqli->errno, $$mysqli->error);
91 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
98 printf("[%04d] [%d] %s\n", $offset, $link->errno, $link->error);
127 printf("[%04d] [%d] %s\n", $offset + 2, $link->errno, $link->error);
[all …]
H A Dmysqli_poll.phpt51 $read = $error = $reject = array($link);
52 if (0 !== ($tmp = (mysqli_poll($read, $error, $reject, 0, 1))))
55 $read = $error = $reject = array($link);
56 if (false !== ($tmp = (mysqli_poll($read, $error, $reject, -1, 1))))
59 $read = $error = $reject = array($link);
60 if (false !== ($tmp = (mysqli_poll($read, $error, $reject, 0, -1))))
81 … printf("[%03d + 4] Cannot fetch and no error set - non resultset query (no SELECT)!\n", $offset);
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c336 if(request->error) { in XMLRPC_RequestFree()
532 if (request && error) { in XMLRPC_RequestSetError()
533 if (request->error) { in XMLRPC_RequestSetError()
536 request->error = XMLRPC_CopyValue (error); in XMLRPC_RequestSetError()
537 return request->error; in XMLRPC_RequestSetError()
755 if(error) { in map_expat_errors()
760 error->line, error->column, error->byte_index); in map_expat_errors()
763 switch(error->parser_code) { in map_expat_errors()
807 &error); in XMLRPC_REQUEST_FromXML()
825 if(error.parser_error) { in XMLRPC_REQUEST_FromXML()
[all …]
/PHP-7.4/ext/simplexml/tests/
H A D012.phpt27 $sxe[] = "error";
39 Fatal error: Uncaught Error: Cannot create unnamed attribute in %s012.php:%d
/PHP-7.4/ext/intl/tests/
H A Dtransliterator_create_inverse_error.phpt2 Transliterator::createInverse (error)
20 Fatal error: Uncaught TypeError: Argument 1 passed to transliterator_create_inverse() must be an in…
/PHP-7.4/Zend/tests/traits/
H A Dproperty003.phpt2 Conflicting properties with different visibility modifiers should result in a fatal error, since th…
29 Fatal error: THello1 and THello2 define the same property ($hello) in the composition of TraitsTest…
/PHP-7.4/tests/lang/
H A Dbug35176.phpt2 Bug #35176 (include()/require()/*_once() produce wrong error messages about main())
15 <b>Fatal error</b>: require_once() [<a href='/function.require.html'>function.require.html</a>]: F…
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload_error4.phpt2 Variance error in the presence of autoloading (4)
39 Fatal error: Declaration of Y::method(): A must be compatible with X::method(): B in %s on line %d
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt2 user defined error handler + set_error_handling(EH_THROW)
13 function my_error_handler() {$a = func_get_args(); print "in error handler\n"; }
/PHP-7.4/ext/dba/
H A Ddba_lmdb.c54 *error = "mapsize must be greater than or equal to zero"; in DBA_OPEN_FUNC()
63 *error = mdb_strerror(rc); in DBA_OPEN_FUNC()
70 *error = mdb_strerror(rc); in DBA_OPEN_FUNC()
77 *error = mdb_strerror(rc); in DBA_OPEN_FUNC()
84 *error = mdb_strerror(rc); in DBA_OPEN_FUNC()
90 *error = "Failed to allocate php_lmdb_info."; in DBA_OPEN_FUNC()
99 *error = mdb_strerror(rc); in DBA_OPEN_FUNC()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c83 int error = pfc->data->m.decode(decompressed_data, decompressed_size, in write_compressed_packet() local
85 if (error == Z_OK) { in write_compressed_packet()
270 int error; in MYSQLND_METHOD() local
273 error = uncompress(uncompressed_data, &tmp_complen, compressed_data, compressed_data_len); in MYSQLND_METHOD()
276 if (error != Z_OK) { in MYSQLND_METHOD()
279 DBG_RETURN(error == Z_OK? PASS:FAIL); in MYSQLND_METHOD()
294 int error; in MYSQLND_METHOD() local
297 error = compress(compress_buffer, &tmp_complen, uncompressed_data, uncompressed_data_len); in MYSQLND_METHOD()
299 if (error != Z_OK) { in MYSQLND_METHOD()
300 …DBG_INF_FMT("compression NOT successful. error=%d Z_OK=%d Z_BUF_ERROR=%d Z_MEM_ERROR=%d", error, Z… in MYSQLND_METHOD()
[all …]
/PHP-7.4/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt18 'An error occurred while binding socket: %s',
29 'An error occurred while sending to the socket: %s',
52 'An error occurred while sending to the socket: %s',
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_error4.phpt2 Test session_set_save_handler() function : error functionality
16 echo "*** Testing session_set_save_handler() : error functionality ***\n";
31 *** Testing session_set_save_handler() : error functionality ***
/PHP-7.4/ext/standard/tests/strings/
H A Dsubstr_count_error.phpt2 Test substr_count() function (error conditions)
6 echo "\n*** Testing error conditions ***\n";
35 *** Testing error conditions ***
/PHP-7.4/ext/standard/tests/array/
H A Darray_multisort_error.phpt2 Test array_multisort() function : error conditions
11 echo "*** Testing array_multisort() : error conditions ***\n";
28 *** Testing array_multisort() : error conditions ***
/PHP-7.4/ext/phar/tests/
H A D016.phpt31 Warning: file_get_contents(phar://%s/a): failed to open stream: phar error: internal corruption of …
34 Warning: file_get_contents(phar://%s/b): failed to open stream: phar error: internal corruption of …
38 Warning: file_get_contents(phar://%s/d): failed to open stream: phar error: internal corruption of …
/PHP-7.4/ext/gd/tests/
H A Dimagecolorstotal_error.phpt2 Test imagecolorstotal() function : error conditions - Pass incorrect number of arguments
19 echo "*** Testing imagecolorstotal() : error conditions ***\n";
38 *** Testing imagecolorstotal() : error conditions ***

Completed in 70 milliseconds

1...<<11121314151617181920>>...104