Home
last modified time | relevance | path

Searched refs:error (Results 101 – 125 of 2940) sorted by relevance

12345678910>>...118

/PHP-7.2/ext/posix/tests/
H A Dposix_get_last_error_error.phpt2 Test posix_get_last_error() function : error conditions
10 * Description: Retrieve the error number set by the last posix function which failed.
15 echo "*** Testing posix_get_last_error() : error conditions ***\n";
25 *** Testing posix_get_last_error() : error conditions ***
/PHP-7.2/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 ***
H A Dclearstatcache_error.phpt2 Test clearstatcache() function: error conditions
10 echo "*** Testing clearstatcache() function: error conditions ***\n";
15 *** Testing clearstatcache() function: error conditions ***
/PHP-7.2/ext/zip/lib/
H A Dzip_source_open.c44 zip_error_set(&src->error, ZIP_ER_DELETED, 0); in zip_source_open()
50 zip_error_set(&src->error, ZIP_ER_INUSE, 0); in zip_source_open()
57 _zip_error_set_from_source(&src->error, src->src); in zip_source_open()
H A Dzip_source_win32a.c60 return zip_source_win32a_create(fname, start, len, &za->error); in zip_source_win32a()
65 …source_win32a_create(const char *fname, zip_uint64_t start, zip_int64_t length, zip_error_t *error) in zip_source_win32a_create() argument
68 zip_error_set(error, ZIP_ER_INVAL, 0); in zip_source_win32a_create()
72 …rce_win32_handle_or_name(fname, INVALID_HANDLE_VALUE, start, length, 1, NULL, &win32_ops_a, error); in zip_source_win32a_create()
98 zip_error_set(&ctx->error, ZIP_ER_MEMORY, 0); in _win32_create_temp_a()
H A Dzip_source_win32w.c60 return zip_source_win32w_create(fname, start, len, &za->error); in zip_source_win32w()
65 …rce_win32w_create(const wchar_t *fname, zip_uint64_t start, zip_int64_t length, zip_error_t *error) in zip_source_win32w_create() argument
68 zip_error_set(error, ZIP_ER_INVAL, 0); in zip_source_win32w_create()
72 …rce_win32_handle_or_name(fname, INVALID_HANDLE_VALUE, start, length, 1, NULL, &win32_ops_w, error); in zip_source_win32w_create()
98 zip_error_set(&ctx->error, ZIP_ER_MEMORY, 0); in _win32_create_temp_w()
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_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_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_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_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()
/PHP-7.2/Zend/tests/
H A Dbug29890.phpt2 Bug #29890 (crash if error handler fails)
6 echo "error :".$fErrStr."\n";
23 error :Constant TEST already defined
/PHP-7.2/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
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, integer g…
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, integer g…
/PHP-7.2/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.2/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 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_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.2/ext/pgsql/tests/
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.2/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.2/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.2/tests/lang/
H A Dcatchable_error_002.phpt2 Catchable fatal error [2]
12 function error()
18 set_error_handler('error');
/PHP-7.2/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 ***

Completed in 76 milliseconds

12345678910>>...118