Home
last modified time | relevance | path

Searched refs:error (Results 176 – 200 of 2576) sorted by relevance

12345678910>>...104

/PHP-7.4/ext/standard/tests/general_functions/
H A Dob_get_flush_error.phpt2 Test ob_get_flush() function : error conditions
13 echo "*** Testing ob_get_flush() : error conditions ***\n";
25 *** Testing ob_get_flush() : error conditions ***
/PHP-7.4/ext/date/tests/
H A DDateTimeZone_construct_error.phpt2 Test new DateTimeZone() : error conditions
13 echo "*** Testing DateTimeZone() : error conditions ***\n";
27 *** Testing DateTimeZone() : error conditions ***
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkcs7_sign_basic.phpt48 Warning: openssl_pkcs7_sign(): error opening input file %s in %s on line %d
51 Warning: openssl_pkcs7_sign(): error opening input file %s in %s on line %d
54 Warning: openssl_pkcs7_sign(): error opening output file %s in %s on line %d
57 Warning: openssl_pkcs7_sign(): error getting cert in %s on line %d
60 Warning: openssl_pkcs7_sign(): error getting cert in %s on line %d
66 Warning: openssl_pkcs7_sign(): error getting private key in %s on line %d
/PHP-7.4/ext/imap/tests/
H A Dimap_rfc822_parse_headers_basic.phpt40 echo "Recent: error";
47 echo "Unseen: error";
54 echo "Flagged: error";
61 echo "Answered: error";
68 echo "Deleted: error";
75 echo "Draft: error";
/PHP-7.4/ext/mysqli/tests/
H A Dbug77956.phpt2 ensure an error is returned when mysqli.allow_local_infile is off
15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
27 printf("[002] [%d] %s\n", $link->errno, $link->error);
30 printf("[003] [%d] %s\n", $link->errno, $link->error);
35 printf("[005] [%d] %s\n", $link->errno, $link->error);
37 printf("[006] [%d] %s\n", $link->errno, $link->error);
/PHP-7.4/Zend/tests/
H A Dbug70430.phpt10 Parse error: syntax error, unexpected '"*** Testing function() : ***' (T_CONSTANT_ENCAPSED_STRING)…
H A Dns_trailing_comma_error_07.phpt8 Parse error: syntax error, unexpected ',', expecting identifier (T_STRING) in %s on line %d
H A Dns_trailing_comma_error_08.phpt8 Parse error: syntax error, unexpected ',', expecting '}' in %s on line %d
H A Dbreak_error_002.phpt2 'break' error (operator with non-integer operand)
10 Fatal error: 'break' operator with non-integer operand is no longer supported in %sbreak_error_002.…
H A Dname_collision_01.phpt2 Object naming collision error: class/class
11 Fatal error: Cannot declare class A, because the name is already in use in %s on line %d
H A Dname_collision_02.phpt2 Object naming collision error: class/interface
11 Fatal error: Cannot declare interface A, because the name is already in use in %s on line %d
H A Dname_collision_03.phpt2 Object naming collision error: class/trait
11 Fatal error: Cannot declare trait A, because the name is already in use in %s on line %d
H A Dname_collision_04.phpt2 Object naming collision error: interface/interface
11 Fatal error: Cannot declare interface A, because the name is already in use in %s on line %d
H A Dname_collision_05.phpt2 Object naming collision error: interface/trait
11 Fatal error: Cannot declare trait A, because the name is already in use in %s on line %d
H A Dname_collision_06.phpt2 Object naming collision error: trait/trait
11 Fatal error: Cannot declare trait A, because the name is already in use in %s on line %d
H A Dns_trailing_comma_error_01.phpt8 Parse error: syntax error, unexpected '}', expecting identifier (T_STRING) or function (T_FUNCTION)…
H A Dns_trailing_comma_error_02.phpt8 Parse error: syntax error, unexpected ',', expecting identifier (T_STRING) or function (T_FUNCTION)…
/PHP-7.4/Zend/tests/grammar/
H A Dregression_012.phpt12 Parse error: syntax error, unexpected 'FOREACH' (T_FOREACH), expecting ']' in %s on line %d
H A Dregression_005.phpt13 Parse error: syntax error, unexpected 'return' (T_RETURN), expecting identifier (T_STRING) in %s on…
/PHP-7.4/ext/ldap/tests/
H A Dldap_err2str_basic.phpt2 ldap_err2str() - Basic error number to string conversion
14 string(14) "Protocol error"
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_return_without_value.phpt2 Typed return without value generates compile-time error
14 Fatal error: A function with return type must return a value in %s on line %d
H A Dtyped_properties_025.phpt11 Parse error: syntax error, unexpected 'int' (T_STRING), expecting variable (T_VARIABLE) in %s on li…
/PHP-7.4/ext/pdo/tests/
H A Dbug_38253.phpt32 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: No fetch class specified in %s o…
34 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error%s on line %d
38 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: No fetch function specified in %…
40 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error%s on line %d
/PHP-7.4/tests/basic/
H A Drfc1867_max_file_uploads_empty_files.phpt50 ["error"]=>
63 ["error"]=>
76 ["error"]=>
89 ["error"]=>
/PHP-7.4/ext/intl/tests/
H A Duconverter_oop_callback2.phpt12 public function toUCallback($reason, $source, $codeUnits, &$error) {
14 return parent::toUCallback($reason, $source, $codeUnits, $error);
20 public function fromUCallback($reason, $source, $codePoint, &$error) {
22 return parent::fromUCallback($reason, $source, $codePoint, $error);

Completed in 24 milliseconds

12345678910>>...104