Home
last modified time | relevance | path

Searched refs:error (Results 126 – 150 of 2849) sorted by relevance

12345678910>>...114

/PHP-7.3/ext/pcre/tests/
H A Dpreg_last_error_error.phpt2 Test preg_grep() function : error conditions - wrong numbers of parameters
7 * Description: Returns the error code of the last PCRE regex execution
15 echo "*** Testing preg_last_error() : error conditions ***\n";
24 *** Testing preg_last_error() : error conditions ***
/PHP-7.3/ext/mysqli/tests/
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);
53 printf("[005] [%d] %s\n", $link->errno, $link->error);
58 printf("[006] [%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);
[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.3/ext/standard/tests/file/
H A Dclearstatcache_error.phpt2 Test clearstatcache() function: error conditions
10 echo "*** Testing clearstatcache() function: error conditions ***\n";
15 *** Testing clearstatcache() function: error conditions ***
H A Dumask_error.phpt2 Test umask() function: error conditions
15 echo "*** Testing umask() : error conditions ***\n";
22 *** Testing umask() : error conditions ***
/PHP-7.3/ext/zip/lib/
H A Dzip_source_layered.c46 return zip_source_layered_create(src, cb, ud, &za->error); in zip_source_layered()
51 …rce_layered_create(zip_source_t *src, zip_source_layered_callback cb, void *ud, zip_error_t *error) in zip_source_layered_create() argument
55 if ((zs=_zip_source_new(error)) == NULL) in zip_source_layered_create()
H A Dzip_file_rename.c47 zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_file_rename()
52 zip_error_set(&za->error, ZIP_ER_RDONLY, 0); in zip_file_rename()
63 zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_file_rename()
H A Dzip_source_call.c44 zip_error_set(&src->error, ZIP_ER_OPNOTSUPP, 0); in _zip_source_call()
60 zip_error_set(&src->error, ZIP_ER_INTERNAL, 0); in _zip_source_call()
63 zip_error_set(&src->error, e[0], e[1]); in _zip_source_call()
H A Dzipint.h147 #error unsupported size of off_t
167 #error unsupported size of size_t
296 zip_error_t error; /* error information */ member
324 zip_error_t error; /* error information */ member
396 zip_error_t error; member
537 bool _zip_hash_delete(zip_hash_t *hash, const zip_uint8_t *key, zip_error_t *error);
539 …_zip_hash_lookup(zip_hash_t *hash, const zip_uint8_t *name, zip_flags_t flags, zip_error_t *error);
540 zip_hash_t *_zip_hash_new(zip_uint16_t hash_size, zip_error_t *error);
545 int _zip_read(zip_source_t *src, zip_uint8_t *data, zip_uint64_t length, zip_error_t *error);
557 zip_source_t *_zip_source_new(zip_error_t *error);
[all …]
H A Dzip_string.c83 _zip_string_get(zip_string_t *string, zip_uint32_t *lenp, zip_flags_t flags, zip_error_t *error) in _zip_string_get() argument
103 &string->converted_length, error)) == NULL) in _zip_string_get()
129 _zip_string_new(const zip_uint8_t *raw, zip_uint16_t length, zip_flags_t flags, zip_error_t *error) in _zip_string_new() argument
148 zip_error_set(error, ZIP_ER_INVAL, 0); in _zip_string_new()
153 zip_error_set(error, ZIP_ER_MEMORY, 0); in _zip_string_new()
172 zip_error_set(error, ZIP_ER_INVAL, 0); in _zip_string_new()
H A Dzip_file_set_comment.c52 zip_error_set(&za->error, ZIP_ER_RDONLY, 0); in zip_file_set_comment()
57 zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_file_set_comment()
62 if ((cstr=_zip_string_new((const zip_uint8_t *)comment, len, flags, &za->error)) == NULL) in zip_file_set_comment()
86 zip_error_set(&za->error, ZIP_ER_MEMORY, 0); in zip_file_set_comment()
/PHP-7.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_e.phpt2 Test debug_zval_dump() function : error conditions
10 echo "*** Testing error conditions ***\n";
19 *** Testing error conditions ***
/PHP-7.3/tests/lang/
H A Dcatchable_error_002.phpt2 Catchable fatal error [2]
12 function error()
18 set_error_handler('error');
/PHP-7.3/ext/gd/libgd/
H A Dgdkanji.c73 error (const char *format,...) in error() function
351 error ("iconv_open() error"); in do_convert()
354 error ("invalid code specification: \"%s\" or \"%s\"", in do_convert()
368 error ("invalid end of input string"); in do_convert()
370 error ("invalid code in input string"); in do_convert()
372 error ("output buffer overflow at do_convert()"); in do_convert()
375 error ("something happen"); in do_convert()
382 error ("iconv_close() error"); in do_convert()
487 error ("cannot convert NEC Kanji."); in do_check_and_conv()
566 error ("input string too large"); in any2eucjp()
[all …]
/PHP-7.3/Zend/tests/
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.
/PHP-7.3/Zend/tests/try/
H A Dtry_catch_finally_002.phpt17 die("error");
25 die("error");
32 die("error");
/PHP-7.3/ext/intl/tests/
H A Dcalendar_get_Least_Greatest_Minimum_Maximum_error.phpt31 echo "error: $errno, $errstr\n";
38 echo "error: " . $ex->getCode() . ", " . $ex->getMessage() . "\n\n";
43 echo "error: " . $ex->getCode() . ", " . $ex->getMessage() . "\n\n";
48 echo "error: " . $ex->getCode() . ", " . $ex->getMessage() . "\n\n";
53 echo "error: " . $ex->getCode() . ", " . $ex->getMessage() . "\n\n";
99 error: 0, Argument 1 passed to intlcal_get_least_maximum() must be an instance of IntlCalendar, int…
101 error: 0, Argument 1 passed to intlcal_get_maximum() must be an instance of IntlCalendar, int given
103 error: 0, Argument 1 passed to intlcal_get_greatest_minimum() must be an instance of IntlCalendar, …
105 error: 0, Argument 1 passed to intlcal_get_minimum() must be an instance of IntlCalendar, int given
H A Didn_uts46_errors.phpt2 IDN UTS #46 API error tests
27 echo "with error, but no details arg:", "\n";
30 echo "with error, with details arg:", "\n";
35 echo "with error, with details arg, contextj:", "\n";
69 with error, but no details arg:
71 with error, with details arg:
81 with error, with details arg, contextj:
H A Duconverter_oop_callback_return.phpt8 public function toUCallback($reason, $source, $codeUnits, &$error) {
9 $error = U_ZERO_ERROR;
21 public function fromUCallback($reason, $source, $codePoint, &$error) {
22 $error = U_ZERO_ERROR;
/PHP-7.3/ext/opcache/tests/
H A Dphp_cli_server.inc32 $error = "Unable to connect to server\n";
39 $error = "Server is not running\n";
44 $error = '';
53 if ($error) {
54 echo $error;
/PHP-7.3/ext/pgsql/tests/
H A D32nb_async_query.phpt27 echo "pg_send_query() error\n";
35 echo "pg_get_result() error\n";
39 echo "pg_num_rows() error\n";
65 echo "pg_send_query() error\n";
73 echo "pg_get_result() error\n";
/PHP-7.3/ext/curl/
H A Dshare.c74 CURLSHcode error = CURLSHE_OK; in _php_curl_share_setopt() local
79 error = curl_share_setopt(sh->share, option, zval_get_long(zvalue)); in _php_curl_share_setopt()
84 error = CURLSHE_BAD_OPTION; in _php_curl_share_setopt()
88 SAVE_CURLSH_ERROR(sh, error); in _php_curl_share_setopt()
89 if (error != CURLSHE_OK) { in _php_curl_share_setopt()
/PHP-7.3/ext/standard/tests/math/
H A Dbindec_error.phpt2 Test bindec() function : error conditions - incorrect input
14 echo "*** Testing bindec() : error conditions ***\n";
29 *** Testing bindec() : error conditions ***
37 Recoverable fatal error: Object of class classA could not be converted to string in %s on line %d

Completed in 87 milliseconds

12345678910>>...114