Home
last modified time | relevance | path

Searched refs:error (Results 76 – 100 of 3304) sorted by relevance

12345678910>>...133

/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_error.phpt2 Test gettype() & settype() functions : error conditions
5 /* Test different error conditions of settype() and gettype() functions */
9 echo "\n*** Testing settype(): error conditions ***\n";
23 *** Testing settype(): error conditions ***
/php-src/Zend/tests/
H A Dbug77993.phpt2 Bug #77993 (Wrong parse error for invalid hex literal on Windows)
8 Parse error: syntax error, unexpected identifier "xg10" in %s on line %d
H A Dbug60569.phpt6 $msg = "Some error \x00 message";
13 string(20) "Some error %0 message"
14 string(20) "Some error %0 message"
H A Dns_088.phpt2 Nested group use statements syntax error
17 Parse error: syntax error, unexpected token "{", expecting "}" in %s on line %d
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 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-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 or heredoc end or "${" or "{$…
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…
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_parser_warning_02.phpt14 Warning: DOM\HTMLDocument::createFromString(): tokenizer error unexpected-null-character in Entity,…
16 Warning: DOM\HTMLDocument::createFromString(): tokenizer error missing-whitespace-between-attribute…
18 Warning: DOM\HTMLDocument::createFromString(): tokenizer error incorrectly-opened-comment in Entity…
20 Warning: DOM\HTMLDocument::createFromString(): tokenizer error nested-comment in Entity, line: 7, c…
22 Warning: DOM\HTMLDocument::createFromString(): tree error unexpected-closed-token in Entity, line: …
24 Warning: DOM\HTMLDocument::createFromString(): tree error doctype-token-in-body-mode in Entity, lin…
/php-src/scripts/dev/
H A Dcheck_parameters.php52 function error($str, $level = 0) function
135 error("too few variables passed to function");
144 error("{$db[$idx][0]}: expected '$exp' but got '{$db[$idx][1]}' [".($idx+1).']');
148 error("not optional var is initialized: {$db[$idx][0]} [".($idx+1).']', 2);
151 error("optional var not initialized: {$db[$idx][0]} [".($idx+1).']', 1);
170 error("variable not found: '$name'", 3);
223 error("more than one optional separator at char #$i");
227 error("unnecessary optional separator");
235 error("the '/' specifier should not be applied to '$last_char'");
250error("A varargs specifier can only be used once. repeated char at column $i");
[all …]
/php-src/ext/pdo_odbc/tests/
H A Dautocommit_change_mode.phpt44 echo "auto commit ON from ON, expect error\n";
52 echo "auto commit OFF from ON, expect error\n";
70 echo "auto commit ON from OFF, expect error\n";
78 echo "auto commit OFF from OFF, expect error\n";
113 auto commit ON from ON, expect error
115 SQLSTATE[HY000]: General error: Cannot change autocommit mode while a transaction is already open
117 auto commit OFF from ON, expect error
119 SQLSTATE[HY000]: General error: Cannot change autocommit mode while a transaction is already open
125 auto commit ON from OFF, expect error
127 SQLSTATE[HY000]: General error: Cannot change autocommit mode while a transaction is already open
[all …]
/php-src/ext/pdo_firebird/tests/
H A Dautocommit_change_mode.phpt44 echo "auto commit ON from ON, expect error\n";
52 echo "auto commit OFF from ON, expect error\n";
70 echo "auto commit ON from OFF, expect error\n";
78 echo "auto commit OFF from OFF, expect error\n";
113 auto commit ON from ON, expect error
115 SQLSTATE[HY000]: General error: Cannot change autocommit mode while a transaction is already open
117 auto commit OFF from ON, expect error
119 SQLSTATE[HY000]: General error: Cannot change autocommit mode while a transaction is already open
125 auto commit ON from OFF, expect error
127 SQLSTATE[HY000]: General error: Cannot change autocommit mode while a transaction is already open
[all …]
H A Dgh10908.phpt2 GH-10908 (Bus error with PDO Firebird on RPI with 64 bit kernel and 32 bit userland)
44 query_and_dump($dbh, "SELECT ID FROM gh10908"); // Used to "bus error"
45 query_and_dump($dbh, "SELECT NUM FROM gh10908"); // Used to "bus error"
46 query_and_dump($dbh, "SELECT DBL FROM gh10908"); // Used to "bus error"
47 query_and_dump($dbh, "SELECT TS FROM gh10908"); // Used to "bus error"
48 query_and_dump($dbh, "SELECT MYBLOB FROM gh10908"); // Used to "bus error"
49 query_and_dump($dbh, "SELECT * FROM gh10908"); // Used to "bus error"
53 query_and_dump($dbh, "SELECT CAST(ID AS BIGINT) FROM gh10908"); // Used to "bus error"
/php-src/tests/classes/
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-src/ext/standard/tests/streams/
H A Duser-stream-error.phpt17 Fatal error: Uncaught Error: Call to undefined function _some_undefined_function() in %s%euser-stre…
20 #1 %s%euser-stream-error.php(%d): fopen('mystream://foo', 'r')
22 thrown in %s%euser-stream-error.php on line %d
/php-src/ext/pcre/tests/
H A Dpreg_match_all_error3.phpt2 Test preg_match_all() function : error conditions
11 echo "*** Testing preg_match_all() : error conditions ***\n";
18 *** Testing preg_match_all() : error conditions ***
20 Fatal error: Uncaught Error: preg_match_all(): Argument #3 ($matches) could not be passed by refere…
H A Derrors03.phpt2 Test preg_match() function : error conditions - Internal error
7 var_dump(preg_last_error_msg() === 'Internal error');
/php-src/ext/intl/tests/
H A Dgh11658.phpt17 Warning: MessageFormatter::formatMessage(): pattern syntax error (parse error at offset 6, after "s…
20 Warning: msgfmt_format_message(): pattern syntax error (parse error at offset 6, after "some {", be…
/php-src/ext/xml/tests/
H A Dbug81351.phpt2 Bug #81351 (xml_parse may fail, but has no error code)
17 $error = xml_error_string($code);
18 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
21 $error = xml_error_string($code);
22 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorinfo.phpt23 printf("[%03d] Expecting error code '%s' got code '%s'\n",
29 printf("[%03d] Driver-specific error code not set\n", $offset);
31 printf("[%03d] Driver-specific error message.not set\n", $offset);
41 or PDO->query() and invoke an error on the statement handle,
42 PDO->errorCode() will not reflect that error. You must call
43 PDOStatement->errorCode() to return the error code for an
108 [015] Driver-specific error code not set
109 [015] Driver-specific error message.not set
110 [016] Driver-specific error code not set
111 [016] Driver-specific error message.not set
/php-src/ext/standard/tests/filters/
H A Dgh13264.phpt25 $error = error_get_last();
26 if ($error !== null) {
27 // An error is thrown but fgets didn't return false
37 Notice: fgets(): zlib: data error in %s on line %d
42 string(25) "fgets(): zlib: data error"
/php-src/ext/zlib/tests/
H A Dgzuncompress_error1.phpt2 Test gzuncompress() function : error conditions
7 echo "*** Testing gzuncompress() : error conditions ***\n";
21 *** Testing gzuncompress() : error conditions ***
30 Warning: gzuncompress(): data error in %s on line %d
/php-src/ext/pgsql/tests/
H A D31nb_async_query_prepared.phpt26 echo "pg_send_prepare() error\n";
34 echo "pg_get_result() error\n";
40 echo "pg_send_execute() error\n";
48 echo "pg_get_result() error\n";
52 echo "pg_num_rows() error\n";
78 echo "pg_send_prepare() error\n";
86 echo "pg_get_result() error\n";
92 echo "pg_send_execute() error\n";
100 echo "pg_get_result() error\n";

Completed in 56 milliseconds

12345678910>>...133