Home
last modified time | relevance | path

Searched refs:error (Results 51 – 75 of 2667) sorted by relevance

12345678910>>...107

/PHP-7.0/ext/mysqli/tests/
H A Dbug52891.phpt21 printf("[002] [%d] %s\n", $link->errno, $link->error);
26 printf("[003] [%d] %s\n", $link->errno, $link->error);
31 printf("[004] [%d] %s\n", $link->errno, $link->error);
34 printf("[005] [%d] %s\n", $link->errno, $link->error);
39 printf("[006] [%d] %s\n", $stmt1->errno, $stmt1->error);
42 printf("[007] [%d] %s\n", $stmt2->errno, $stmt2->error);
46 printf("[008] [%d] %s\n", $stmt1->errno, $stmt1->error);
49 printf("[009] [%d] %s\n", $stmt2->errno, $stmt2->error);
54 printf("[010] [%d] %s\n", $stmt2->errno, $stmt2->error);
60 printf("[011] [%d] %s\n", $stmt1->errno, $stmt1->error);
[all …]
H A D031.phpt14 $error = mysqli_error($link);
15 var_dump($error);
20 $error = mysqli_error($link);
22 var_dump($error);
/PHP-7.0/ext/zip/lib/
H A Dzip_source_seek.c47 zip_error_set(&src->error, ZIP_ER_INVAL, 0); in zip_source_seek()
59 …zip_uint64_t offset, zip_uint64_t length, void *data, zip_uint64_t data_length, zip_error_t *error) in zip_source_seek_compute_offset() argument
62 …p_source_args_seek_t *args = ZIP_SOURCE_GET_ARGS(zip_source_args_seek_t, data, data_length, error); in zip_source_seek_compute_offset()
82 zip_error_set(error, ZIP_ER_INVAL, 0); in zip_source_seek_compute_offset()
87 zip_error_set(error, ZIP_ER_INVAL, 0); in zip_source_seek_compute_offset()
H A Dzip_source_deflate.c41 zip_error_t error; member
66 zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_source_deflate()
71 zip_error_set(&za->error, ZIP_ER_MEMORY, 0); in zip_source_deflate()
75 zip_error_init(&ctx->error); in zip_source_deflate()
103 if (zip_error_code_zip(&ctx->error) != ZIP_ER_OK) in compress_read()
179 zip_error_set(&ctx->error, ZIP_ER_ZLIB, ret); in compress_read()
203 if (zip_error_code_zip(&ctx->error) != ZIP_ER_OK) in decompress_read()
264 zip_error_set(&ctx->error, ZIP_ER_ZLIB, ret); in decompress_read()
297 zip_error_set(&ctx->error, ZIP_ER_ZLIB, ret); in deflate_compress()
328 return zip_error_to_data(&ctx->error, data, len); in deflate_compress()
[all …]
H A Dzip_set_name.c52 zip_error_set(&za->error, ZIP_ER_INVAL, 0); in _zip_set_name()
57 zip_error_set(&za->error, ZIP_ER_RDONLY, 0); in _zip_set_name()
63 …if ((str=_zip_string_new((const zip_uint8_t *)name, (zip_uint16_t)strlen(name), flags, &za->error)… in _zip_set_name()
74 zip_error_set(&za->error, ZIP_ER_EXISTS, 0); in _zip_set_name()
93 zip_error_set(&za->error, ZIP_ER_MEMORY, 0); in _zip_set_name()
99 …if ((new_name = _zip_string_get(same_as_orig ? e->orig->filename : str, NULL, 0, &za->error)) == N… in _zip_set_name()
115 if ((old_name = _zip_string_get(old_str, NULL, 0, &za->error)) == NULL) { in _zip_set_name()
124 if (_zip_hash_add(za->names, new_name, idx, 0, &za->error) == false) { in _zip_set_name()
H A Dzip_extra_field.c49 zip_error_set(error, ZIP_ER_MEMORY, 0); in _zip_ef_clone()
143 zip_error_set(error, ZIP_ER_NOENT, 0); in _zip_ef_get_by_id()
215 zip_error_set(error, ZIP_ER_MEMORY, 0); in _zip_ef_parse()
230 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_ef_parse()
237 zip_error_set(error, ZIP_ER_MEMORY, 0); in _zip_ef_parse()
258 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_ef_parse()
370 zip_error_set(&za->error, ZIP_ER_INVAL, 0); in _zip_read_local_ef()
380 zip_error_set(&za->error, ZIP_ER_SEEK, EFBIG); in _zip_read_local_ef()
385 _zip_error_set_from_source(&za->error, za->src); in _zip_read_local_ef()
398 zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); in _zip_read_local_ef()
[all …]
H A Dzip_new.c45 _zip_new(zip_error_t *error) in _zip_new() argument
51 zip_error_set(error, ZIP_ER_MEMORY, 0); in _zip_new()
55 if ((za->names = _zip_hash_new(ZIP_HASH_TABLE_SIZE, error)) == NULL) { in _zip_new()
62 zip_error_init(&za->error); in _zip_new()
H A Dzip_fclose.c49 if (zf->error.zip_err) in zip_fclose()
50 ret = zf->error.zip_err; in zip_fclose()
52 zip_error_fini(&zf->error); in zip_fclose()
/PHP-7.0/ext/standard/tests/assert/
H A Dassert_error3.phpt2 assert() - basic - Test recoverable error
16 Parse error: syntax error, unexpected '$', expecting ';' in %s(2) : assert code on line 1
18 Catchable fatal error: assert(): Failure evaluating code:
H A Dassert_error4.phpt2 assert() - basic - Test recoverable error
17 Parse error: syntax error, %s in %s(3) : assert code on line 1
19 Catchable fatal error: assert(): Failure evaluating code:
/PHP-7.0/ext/phar/tests/
H A Dmkdir.phpt35 Warning: mkdir(): phar error: cannot create directory "phar://", no phar archive specified in %smkd…
37 Warning: mkdir(): phar error: cannot create directory "" in phar "foo.phar", phar error: invalid pa…
39 Warning: mkdir(): phar error: cannot create directory "a" in phar "%smkdir.phar.php", phar error: p…
41 Warning: rmdir(): phar error: cannot remove directory "phar://", no phar archive specified, or phar…
43 Warning: rmdir(): phar error: cannot remove directory "" in phar "foo.phar", directory does not exi…
45 Warning: rmdir(): phar error: cannot remove directory "a" in phar "%smkdir.phar.php", phar error: p…
/PHP-7.0/ext/phar/
H A Dphar_path_check.c31 *error = "current directory reference"; in phar_path_check()
34 *error = "upper directory reference"; in phar_path_check()
119 *error = "back-slash"; in phar_path_check()
127 *error = "star"; in phar_path_check()
139 *error = NULL; in phar_path_check()
153 *error ="illegal character"; in phar_path_check()
209 *error ="illegal character"; in phar_path_check()
212 *error = NULL; in phar_path_check()
276 *error = "double slash"; in phar_path_check()
289 *error = "current directory reference"; in phar_path_check()
[all …]
H A Dphar_internal.h546 int phar_open_entry_file(phar_archive_data *phar, phar_entry_info *entry, char **error);
547 int phar_postprocess_file(phar_entry_data *idata, php_uint32 crc32, char **error, int process_zip);
551 int phar_open_executed_filename(char *alias, int alias_len, char **error);
559 zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error);
568 phar_entry_info * phar_open_jit(phar_archive_data *phar, phar_entry_info *entry, char **error);
573 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error);
574 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links);
576 int phar_create_writeable_entry(phar_archive_data *phar, phar_entry_info *entry, char **error);
577 int phar_separate_entry_fp(phar_entry_info *entry, char **error);
607 … phar_flush(phar_archive_data *archive, char *user_stub, zend_long len, int convert, char **error);
[all …]
/PHP-7.0/ext/standard/tests/streams/
H A Duser-stream-error.phpt16 …ailed to open stream: "FailStream::stream_open" call failed in %s%euser-stream-error.php on line %d
18 Fatal error: Uncaught Error: Call to undefined function _some_undefined_function() in %s%euser-stre…
21 #1 %s%euser-stream-error.php(%d): fopen('mystream://foo', 'r')
23 thrown in %s%euser-stream-error.php on line %d
/PHP-7.0/ext/gd/tests/
H A Dbug39780.phpt2 Bug #39780 (PNG image with CRC/data error raises a fatal error)
16 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data in %s on lin…
18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
/PHP-7.0/Zend/tests/
H A Dbug60909_1.phpt2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
7 echo "error($errstr)";
13 error(require(notfound.php): failed to open stream: %s)
21 Fatal error: main(): Failed opening required 'notfound.php' (include_path='%s') in %sbug60909_1.php…
H A Dbug51394.phpt2 Bug #51394 (Error line reported incorrectly if error handler throws an exception)
9 throw new Exception("error!");
16 Fatal error: Uncaught Exception: error! in %sbug51394.php:%d
H A Dfunction_arguments_002.phpt2 Argument parsing error #002
8 Parse error: %s error, %s)%s in %sfunction_arguments_002.php on line %d
H A Dfunction_arguments_001.phpt2 Argument parsing error #001
8 Parse error: %s error, %s)%s in %sfunction_arguments_001.php on line %d
H A Dbug72057.phpt2 Bug #72057 (PHP hangs when user error handler throws exception after Notice from type coercion)
8 throw new Exception("My custom error");
16 Fatal error: Uncaught Exception: My custom error in %s:%d
/PHP-7.0/sapi/cli/
H A Dphp_http_parser.c320 goto error; in php_http_parser_execute()
370 goto error; in php_http_parser_execute()
448 goto error; in php_http_parser_execute()
537 goto error; in php_http_parser_execute()
607 goto error; in php_http_parser_execute()
627 goto error; in php_http_parser_execute()
662 goto error; in php_http_parser_execute()
1138 goto error; in php_http_parser_execute()
1428 goto error; in php_http_parser_execute()
1495 goto error; in php_http_parser_execute()
[all …]
/PHP-7.0/ext/phar/tests/zip/
H A Dcorrupt_008.phpt86 phar error: unsupported compression method (Shrunk) used in this zip in zip-based phar "%scompress_…
87 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_…
88 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_…
89 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_…
90 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_…
91 phar error: unsupported compression method (Implode) used in this zip in zip-based phar "%scompress…
92 phar error: unsupported compression method (Tokenize) used in this zip in zip-based phar "%scompres…
93 phar error: unsupported compression method (Deflate64) used in this zip in zip-based phar "%scompre…
95 phar error: unsupported compression method (LZMA) used in this zip in zip-based phar "%scompress_un…
98 phar error: unsupported compression method (WavPack) used in this zip in zip-based phar "%scompress…
[all …]
/PHP-7.0/ext/pgsql/tests/
H A D31nb_async_query_prepared.phpt27 echo "pg_send_prepare() error\n";
35 echo "pg_get_result() error\n";
41 echo "pg_send_execute() error\n";
49 echo "pg_get_result() error\n";
53 echo "pg_num_rows() error\n";
79 echo "pg_send_prepare() error\n";
87 echo "pg_get_result() error\n";
93 echo "pg_send_execute() error\n";
101 echo "pg_get_result() error\n";
/PHP-7.0/ext/odbc/tests/
H A Dodbc_exec_001.phpt33 Warning: odbc_exec(): SQL error: %s in %s on line %d
37 Warning: odbc_exec(): SQL error: %s in %s on line %d
39 Warning: odbc_exec(): SQL error: %s in %s on line %d
41 Warning: odbc_exec(): SQL error: %s in %s on line %d
43 Warning: odbc_exec(): SQL error: %s in %s on line %d
45 Warning: odbc_exec(): SQL error: %s in %s on line %d
/PHP-7.0/tests/classes/
H A Dconstants_scope_001.phpt9 const FATAL = "Fatal error\n";
20 const FATAL = "Worst error\n";
36 self::FATAL = Fatal error
37 self::FATAL = Worst error
38 parent::FATAL = Fatal error

Completed in 50 milliseconds

12345678910>>...107