Home
last modified time | relevance | path

Searched refs:error (Results 226 – 250 of 2576) sorted by relevance

12345678910>>...104

/PHP-7.4/ext/imap/tests/
H A Dimap_headerinfo_basic.phpt40 echo "Recent: error: ".$z->Recent;
47 echo "Unseen: error: ".$z->Unseen;
54 echo "Flagged: error: ".$z->Flagged;
61 echo "Answered: error";
68 echo "Deleted: error";
75 echo "Draft: error";
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_create.cpp109 goto error; in datefmt_ctor()
120 goto error; in datefmt_ctor()
132 goto error; in datefmt_ctor()
144 goto error; in datefmt_ctor()
163 goto error; in datefmt_ctor()
172 error: in datefmt_ctor()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_non_select.phpt29 printf("[002] [%d] %s\n", $stmt->errno, $stmt->error);
32 printf("[003] [%d] %s\n", $stmt->errno, $stmt->error);
56 printf("[006] [%d] %s\n", $stmt->errno, $stmt->error);
59 printf("[007] [%d] %s\n", $stmt->errno, $stmt->error);
75 printf("[009] [%d] %s\n", $stmt->errno, $stmt->error);
78 printf("[010] [%d] %s\n", $stmt->errno, $stmt->error);
H A Dbug68077.phpt15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
34 printf("[002] [%d] %s\n", $link->errno, $link->error);
38 printf("[003] [%d] %s\n", $link->errno, $link->error);
45 printf("[005] [%d] %s\n", $link->errno, $link->error);
48 printf("[006] [%d] %s\n", $link->errno, $link->error);
56 printf("[006] [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_class_mysqli_stmt_interface.phpt89 printf("[001] [%d] %s\n", $stmt->errno, $stmt->error);
97 assert(mysqli_stmt_error($stmt) === $stmt->error);
98 printf("stmt->error = '%s'\n", $stmt->error);
101 var_dump("stmt->error = ", $stmt->error_list);
129 printf("[002] [%d] %s\n", $stmt->errno, $stmt->error);
148 error
164 error
180 stmt->error = ''
181 string(14) "stmt->error = "
/PHP-7.4/Zend/tests/traits/
H A Dbug55524.phpt15 Parse error: syntax error, unexpected 'extends' (T_EXTENDS), expecting '{' in %s on line %d
/PHP-7.4/tests/lang/
H A DforeachLoop.006.phpt2 Foreach loop tests - error case: key is a reference.
11 Fatal error: Key element cannot be a reference in %s on line 3
H A Dbug21820.phpt13 Parse error: %s error, %s(T_STRING)%s(T_VARIABLE)%s(T_NUM_STRING)%sin %sbug21820.php on line %d
/PHP-7.4/Zend/tests/
H A Dbug33802.phpt2 Bug #33802 (throw Exception in error handler causes crash)
13 trigger_error("error", E_USER_ERROR);
H A Dbug43344_10.phpt2 Bug #43344.10 (Wrong error message for undefined namespace constant)
8 Fatal error: Uncaught Error: Undefined constant 'bar' in %sbug43344_10.php:%d
H A Dflexible-heredoc-error10.phpt2 Flexible heredoc syntax error 10: unindented variable interpolation (as first value)
13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dbug32427.phpt12 echo "I am a silly error\n";
19 I am a silly error
H A Dbug43344_2.phpt2 Bug #43344.2 (Wrong error message for undefined namespace constant)
9 Fatal error: Uncaught Error: Class 'Foo\Foo' not found in %sbug43344_2.php:%d
H A Dbug43344_6.phpt2 Bug #43344.6 (Wrong error message for undefined namespace constant)
9 Fatal error: Uncaught Error: Undefined constant 'Foo\bar' in %sbug43344_6.php:%d
H A Dbug76439_2.phpt2 …9: Don't always strip leading whitespace from heredoc T_ENCAPSED_AND_WHITESPACE tokens (error case)
15 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dns_094.phpt14 Parse error: syntax error, unexpected 'const' (T_CONST), expecting '}' in %s on line 7
/PHP-7.4/Zend/tests/grammar/
H A Dregression_004.phpt14 Parse error: syntax error, unexpected 'echo' (T_ECHO), expecting %s in %s on line 9
/PHP-7.4/tests/classes/
H A Dconstants_visibility_error_001.phpt2 Class private constant visibility error
13 Fatal error: Uncaught Error: Cannot access private const A::privateConst in %s:6
H A Dconstants_visibility_error_002.phpt2 Class protected constant visibility error
13 Fatal error: Uncaught Error: Cannot access protected const A::protectedConst in %s:6
/PHP-7.4/ext/spl/tests/
H A Dbug66127.phpt11 trigger_error('error');
14 trigger_error('error');
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_heredoc_nowdoc.phpt18 echo "Parse error: {$e->getMessage()} on line {$e->getLine()}\n";
329 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
333 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
346 Parse error: Invalid indentation - tabs and spaces cannot be mixed on line 3
368 Parse error: Invalid body indentation level (expecting an indentation level of at least 3) on line 2
399 Parse error: Invalid body indentation level (expecting an indentation level of at least 3) on line 2
412 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
416 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt54 printf("[007] Driver specific error code not set\n");
56 printf("[008] Driver specific error message not set\n");
70 printf("[011] Driver specific error code not set\n");
72 printf("[012] Driver specific error message not set\n");
89 printf("[015] Driver specific error code not set\n");
91 printf("[016] Driver specific error message not set\n");
100 printf("[018] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
127 printf("[023] Driver specific error code not set\n");
129 printf("[024] Driver specific error message not set\n");
138 printf("[026] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
[all …]
/PHP-7.4/ext/phar/tests/
H A Dfopen_edgecases.phpt75 Warning: fopen(phar://%sfopen_edgecases.phar.php/b/c.php): failed to open stream: phar error: open …
77 Warning: fopen(phar://%sfopen_edgecases.phar.php.phar.gz): failed to open stream: phar error: inval…
100 Warning: unlink(): phar error: unlink failed in %sfopen_edgecases.php on line %d
102 Warning: unlink(): phar error: no directory in "phar://", must have at least phar:/// for root dire…
104 Warning: unlink(): phar error: unlink failed in %sfopen_edgecases.php on line %d
106 Warning: unlink(): phar error: invalid url or non-existent phar "phar://foo.phar" in %sfopen_edgeca…
108 Warning: unlink(): phar error: unlink failed in %sfopen_edgecases.php on line %d
112 Warning: rename(): phar error: cannot rename "phar://" to "phar://": invalid or non-writable url "p…
114 Warning: rename(): phar error: cannot rename "phar://%sfopen_edgecases.phar.php/hi" to "phar://": i…
116 Warning: rename(): phar error: cannot rename "phar://foo.phar/hi" to "phar://": invalid or non-writ…
[all …]
/PHP-7.4/ext/mysqli/
H A Dmysqli_report.c48 void php_mysqli_report_error(const char *sqlstate, int errorno, const char *error) in php_mysqli_report_error() argument
50 php_mysqli_throw_sql_exception((char *)sqlstate, errorno, "%s", error); in php_mysqli_report_error()
/PHP-7.4/Zend/tests/traits/bugs/
H A Dinterfaces.phpt19 Parse error: syntax error, unexpected 'implements' (T_IMPLEMENTS), expecting '{' in %s on line %d

Completed in 27 milliseconds

12345678910>>...104