Home
last modified time | relevance | path

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

12345678910>>...104

/PHP-7.4/ext/phar/
H A Dphar_internal.h524 int phar_open_entry_file(phar_archive_data *phar, phar_entry_info *entry, char **error);
525 int phar_postprocess_file(phar_entry_data *idata, uint32_t crc32, char **error, int process_zip);
529 int phar_open_executed_filename(char *alias, size_t alias_len, char **error);
537 zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error);
546 phar_entry_info * phar_open_jit(phar_archive_data *phar, phar_entry_info *entry, char **error);
551 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error);
552 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links);
554 int phar_create_writeable_entry(phar_archive_data *phar, phar_entry_info *entry, char **error);
555 int phar_separate_entry_fp(phar_entry_info *entry, char **error);
585 … phar_flush(phar_archive_data *archive, char *user_stub, zend_long len, int convert, char **error);
[all …]
/PHP-7.4/ext/standard/tests/streams/
H A Duser-stream-error.phpt15 Fatal error: Uncaught Error: Call to undefined function _some_undefined_function() in %s%euser-stre…
18 #1 %s%euser-stream-error.php(%d): fopen('mystream://foo', 'r')
20 thrown in %s%euser-stream-error.php on line %d
/PHP-7.4/ext/phar/tests/zip/
H A Dbadalias.phpt20 phar error: invalid alias "hi/there" in zip-based phar "%sbadalias1.phar.zip"
21 phar error: invalid alias "hi\there" in zip-based phar "%sbadalias2.phar.zip"
22 phar error: invalid alias "hi\there" in zip-based phar "%sbadalias3.phar.zip"
23 phar error: invalid alias "hi;there" in zip-based phar "%sbadalias4.phar.zip"
24 phar error: invalid alias "hi:there" in zip-based phar "%sbadalias5.phar.zip"
/PHP-7.4/tests/classes/
H A Dconstants_scope_001.phpt7 const FATAL = "Fatal error\n";
18 const FATAL = "Worst error\n";
33 self::FATAL = Fatal error
34 self::FATAL = Worst error
35 parent::FATAL = Fatal error
H A Dabstract.phpt14 function error() {
21 $t->error();
28 Fatal error: Uncaught Error: Cannot call abstract method fail::show() in %s:%d
30 #0 %s(%d): pass->error()
/PHP-7.4/Zend/tests/
H A Dbug64960.phpt5 // this makes ob_end_clean raise an error
11 // this triggers the custom error handler
19 // exception must be throwed from error handler.
28 // trigger error handler
34 Fatal error: Uncaught Exception in %sbug64960.php:19
H A Dbug60569.phpt6 $msg = "Some error \x00 message";
13 string(20) "Some error � message"
14 string(20) "Some error � message"
H A Dns_088.phpt2 Nested group use statements syntax error
17 Parse error: syntax error, unexpected '{', expecting '}' in %sns_088.php on line 5
H A Dflexible-heredoc-error12.phpt2 Flexible heredoc syntax error 12: show erroneous line in error message (mixed indentation)
13 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line 5
H A Deval_parse_error_with_doc_comment.phpt2 eval() parse error on function with doc comment
15 Parse error: syntax error, unexpected end of file in %s(%d) : eval()'d code on line %d
H A Dflexible-heredoc-error6.phpt2 Flexible heredoc syntax error 6: no ending token on 0 length body
10 Parse error: syntax error, unexpected end of file in %s on line %d
H A Dflexible-nowdoc-error6.phpt2 Flexible nowdoc syntax error 6: no ending token on 0 length body
10 Parse error: syntax error, unexpected end of file in %s on line %d
H A Dflexible-heredoc-error11.phpt2 Flexible heredoc syntax error 11: show erroneous line in error message (variable interpolation)
13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error13.phpt2 Flexible heredoc syntax error 12: show erroneous line in error message (lacking indentation)
13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-nowdoc-error8.phpt2 Flexible nowdoc syntax error 8: no ending token with explicit trailing space
11 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
/PHP-7.4/ext/posix/tests/
H A Dposix_strerror_error.phpt2 Test posix_strerror() function : error conditions
10 * Description: Retrieve the system error message associated with the given errno.
15 echo "*** Testing posix_strerror() : error conditions ***\n";
25 echo "\n-- Testing posix_strerror() function with invalid error number --\n";
32 *** Testing posix_strerror() : error conditions ***
44 -- Testing posix_strerror() function with invalid error number --
/PHP-7.4/ext/zlib/tests/
H A Dbug71417.phpt19 // gzip: test-zlib-inflate.gz: invalid compressed data--crc error
34 // gzip: test-zlib-inflate.gz: invalid compressed data--crc error
41 // gzip: test-zlib-inflate.gz: invalid compressed data--length error
46 // detects the error:
47 // --> gzdecode(): PHP Fatal error: Uncaught ErrorException: gzdecode(): data error in ...
70 Warning: gzdecode(): data error in %s on line %d
74 Warning: gzdecode(): data error in %s on line %d
78 Warning: gzdecode(): data error in %s on line %d
82 Warning: gzdecode(): data error in %s on line %d
/PHP-7.4/ext/phar/tests/tar/
H A Dbadalias.phpt20 phar error: invalid alias "hi/thereaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa..." in tar-based phar…
21 phar error: invalid alias "hi\there" in tar-based phar "%sbadalias2.phar.tar"
22 phar error: invalid alias "hi;there" in tar-based phar "%sbadalias3.phar.tar"
23 phar error: invalid alias "hi:there" in tar-based phar "%sbadalias4.phar.tar"
24 phar error: tar-based phar "%sbadalias5.phar.tar" has alias that is larger than 511 bytes, cannot p…
/PHP-7.4/scripts/dev/
H A Dcheck_parameters.php54 function error($str, $level = 0) function
136 error("too few variables passed to function");
145 error("{$db[$idx][0]}: expected '$exp' but got '{$db[$idx][1]}' [".($idx+1).']');
149 error("not optional var is initialized: {$db[$idx][0]} [".($idx+1).']', 2);
152 error("optional var not initialized: {$db[$idx][0]} [".($idx+1).']', 1);
171 error("variable not found: '$name'", 3);
224 error("more than one optional separator at char #$i");
228 error("unnecessary optional separator");
236 error("the '/' specifier should not be applied to '$last_char'");
251error("A varargs specifier can only be used once. repeated char at column $i");
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_commit_oo.phpt14 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
42 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
50 printf("[006] [%d] %s\n", $mysqli->errno, $mysqli->error);
59 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
62 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
72 printf("[011] [%d] %s\n", $mysqli->errno, $mysqli->error);
76 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
79 printf("[013] [%d] %s\n", $mysqli->errno, $mysqli->error);
82 printf("[014] [%d] %s\n", $mysqli->errno, $mysqli->error);
85 printf("[015] [%d] %s\n", $mysqli->errno, $mysqli->error);
[all …]
H A Dmysqli_affected_rows_oo.phpt26 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
29 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
32 printf("[005] [%d] %s\n", $mysqli->errno, $mysqli->error);
43 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
49 printf("[010] [%d] %s\n", $mysqli->errno, $mysqli->error);
55 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
62 printf("[014] [%d] %s\n", $mysqli->errno, $mysqli->error);
68 printf("[015] [%d] %s\n", $mysqli->errno, $mysqli->error);
74 printf("[017] [%d] %s\n", $mysqli->errno, $mysqli->error);
80 printf("[019] [%d] %s\n", $mysqli->errno, $mysqli->error);
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_error_002.phpt2 Test unserialize(): error is indistinguishable from deserialized boolean
16 echo "*** Testing unserialize() error/boolean distinction ***\n";
29 echo "unserialize error and deserialized false are identical? " . (bool) ($deserialized_false == $d…
36 // Test unserialize error idiom
43 *** Testing unserialize() error/boolean distinction ***
49 unserialize error and deserialized false are identical? 1
/PHP-7.4/main/
H A Dphp_stdint.h111 # error "No suitable 16bit integer type found"
127 # error "No suitable 16bit integer type found"
143 # error "No suitable 32bit integer type found"
161 # error "No suitable 32bit integer type found"
179 # error "No suitable 64bit integer type found"
205 # error "No suitable 64bit integer type found"
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_error.phpt2 Test gettype() & settype() functions : error conditions
12 /* Test different error conditions of settype() and gettype() functions */
16 echo "\n*** Testing gettype(): error conditions ***\n";
22 echo "\n*** Testing settype(): error conditions ***\n";
38 *** Testing gettype(): error conditions ***
46 *** Testing settype(): error conditions ***
/PHP-7.4/ext/pgsql/tests/
H A D04async_query.phpt13 echo "pg_send_query() error\n";
17 echo "pg_connection_status() error\n";
21 echo "pg_get_result() error\n";
25 echo "pg_num_rows() error\n";
55 echo "pg_send_query() error\n";

Completed in 48 milliseconds

12345678910>>...104