Home
last modified time | relevance | path

Searched refs:error (Results 126 – 150 of 2576) sorted by relevance

12345678910>>...104

/PHP-7.4/Zend/tests/
H A Dnumeric_literal_separator_005.phpt7 Parse error: syntax error, unexpected '_0' (T_STRING) in %s on line %d
H A Dnumeric_literal_separator_006.phpt7 Parse error: syntax error, unexpected 'x_0123' (T_STRING) in %s on line %d
H A Dnumeric_literal_separator_007.phpt7 Parse error: syntax error, unexpected 'b_0101' (T_STRING) in %s on line %d
H A Dnumeric_literal_separator_008.phpt7 Parse error: syntax error, unexpected '_e2' (T_STRING) in %s on line %d
H A Dnumeric_literal_separator_009.phpt7 Parse error: syntax error, unexpected 'e_2' (T_STRING) in %s on line %d
H A Dlsb_008.phpt8 Parse error: %s error,%sexpecting %s in %s on line %d
H A Dlsb_009.phpt8 Parse error: %s error,%sexpecting %s in %s on line %d
H A Dbug78454_1.phpt7 Parse error: syntax error, unexpected '__F' (T_STRING) in %s on line %d
H A Dbug78454_2.phpt7 Parse error: syntax error, unexpected '__1' (T_STRING) in %s on line %d
H A Dbreak_error_001.phpt2 'break' error (non positive integers)
10 Fatal error: 'break' operator accepts only positive integers in %sbreak_error_001.php on line 3
H A Dbug60099.phpt10 Parse error: syntax error, unexpected end of file in %s on line %d
H A Dlist_011.phpt10 Parse error: syntax error, unexpected ')', expecting '=' in %s on line %d
/PHP-7.4/Zend/tests/function_arguments/
H A Dcall_with_leading_comma_error.phpt8 Parse error: syntax error, unexpected ',' in %s on line %d
H A Dcall_with_multi_trailing_comma_error.phpt8 Parse error: syntax error, unexpected ',', expecting ')' in %s on line %d
H A Dcall_with_multi_inner_comma_error.phpt8 Parse error: syntax error, unexpected ',', expecting ')' in %s on line %d
/PHP-7.4/ext/session/tests/
H A Dsession_name_basic.phpt2 Test session_name() function : error functionality
20 echo "*** Testing session_name() : error functionality ***\n";
33 *** Testing session_name() : error functionality ***
H A Dsession_set_save_handler_error3.phpt2 Test session_set_save_handler() function : error functionality
20 echo "*** Testing session_set_save_handler() : error functionality ***\n";
36 *** Testing session_set_save_handler() : error functionality ***
40 Fatal error: Uncaught Exception: Do something bad..! in %s:13
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_error3.phpt2 assert() - basic - Test recoverable error
17 Fatal error: Uncaught ParseError: syntax error, unexpected '$', expecting ';' in %s(%d) : assert co…
/PHP-7.4/ext/json/tests/
H A D007.phpt26 string(8) "No error"
35 string(53) "Control character error, possibly incorrectly encoded"
38 string(12) "Syntax error"
/PHP-7.4/ext/phar/tests/
H A Dphar_offset_get_error.phpt14 $ename = '/error/..';
46 Entry /error/.. does not exist and cannot be created: phar error: invalid path "/error/.." contains…
/PHP-7.4/ext/standard/tests/file/
H A Dfilegroup_error.phpt2 Test filegroup() function: error conditions
6 * Description: Returns the group ID of the file, or FALSE in case of an error.
9 echo "*** Testing filegroup(): error conditions ***\n";
25 *** Testing filegroup(): error conditions ***
/PHP-7.4/ext/pdo/tests/
H A Dbug_44173.phpt61 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode doesn't allow any extra arguments…
64 Warning: PDO::query(): SQLSTATE[HY000]: General error: mode must be an integer in %s
67 Warning: PDO::query(): SQLSTATE[HY000]: General error: too many arguments in %s
70 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the object parameter in …
73 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the colno argument in %s
76 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the classname argument i…
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.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));
47 …"skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $link->error));
63 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
72 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
77 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
83 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
105 printf("[002] [%d] %s\n", $link->errno, $link->error);
108 printf("[003] [%d] %s\n", $link->errno, $link->error);
/PHP-7.4/Zend/tests/varSyntax/
H A DglobalNonSimpleVariableError.phpt10 Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR), expecting ';' or ',' in %s on line …
/PHP-7.4/tests/lang/
H A Dbug28213.phpt5 class FooBar { static function error() { debug_print_backtrace(); } }
6 set_error_handler(array('FooBar', 'error'));

Completed in 21 milliseconds

12345678910>>...104