Home
last modified time | relevance | path

Searched refs:error (Results 251 – 275 of 2576) sorted by relevance

1...<<11121314151617181920>>...104

/PHP-7.4/Zend/tests/
H A Dthrowable_003.phpt2 Test user code implementing Throwable results in fatal error
10 Fatal error: Class Failure cannot implement interface Throwable, extend Exception or Error instead …
H A Druntime_compile_time_binary_operands.phpt108 $error = "echo '" . addcslashes("$op1_p $operator $op2_p", "\\'") . '\', "\n"; $f++;';
114 … .= "if (" . ($result === "(NAN)" ? "!is_nan($compare)" : "$compare !== $result") . ") { $error }";
117 return "// exempt $op1_p $operator $op2_p from checking, it generates a compile time error";
120 …$line .= "try { $compare; $error } catch (Error \$e) { if (\$e->getMessage() !== $msg) { $error } …
H A Dargument_restriction_005.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
11 Fatal error: Declaration of Sub::offsetSet() must be compatible with ArrayAccess::offsetSet($offset…
H A Disset_001.phpt11 print "error\n";
17 print "error\n";
H A Dclass_name_as_scalar_error_005.phpt2 class name as scalar from ::class keyword error using static non class context
10 Fatal error: Uncaught Error: Cannot use "static" when no class scope is active in %s:3
H A Dlist_assign_ref_string_offset_error.phpt2 String offset error during list() by-ref assignment
13 Fatal error: Uncaught Error: Cannot create references to/from string offsets in %s:%d
/PHP-7.4/sapi/fpm/tests/
H A Dlogtool.inc51 private $error;
174 return $this->error(
218 return $this->error(
232 return $this->error("No final suffix");
252 return $this->error(
273 return $this->error(
320 return $this->error("No starting lines");
370 return $this->error(
441 private function error(string $msg)
443 $this->error = $msg;
[all …]
/PHP-7.4/ext/sockets/
H A Dphp_sockets.h60 int error; member
83 (socket)->error = _err; \
108 char *sockets_strerror(int error);
/PHP-7.4/ext/imap/tests/
H A Dimap_alerts_error.phpt2 Test imap_alerts() function : error conditions
15 echo "*** Testing imap_alerts() : error conditions ***\n";
25 *** Testing imap_alerts() : error conditions ***
/PHP-7.4/ext/standard/tests/strings/
H A Dchr_error.phpt2 Test chr() function : error conditions
11 echo "*** Testing chr() : error conditions ***\n";
23 *** Testing chr() : error conditions ***
/PHP-7.4/ext/standard/tests/array/
H A Darray_push_error2.phpt2 Test array_push() function : error conditions - max int value as key
15 echo "*** Testing array_push() : error conditions ***\n";
25 *** Testing array_push() : error conditions ***
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strpos_error2.phpt2 Test mb_strpos() function : error conditions - Pass unknown encoding
19 echo "*** Testing mb_strpos() : error conditions ***\n";
30 *** Testing mb_strpos() : error conditions ***
H A Dmb_strrpos_error2.phpt2 Test mb_strrpos() function : error conditions - pass an unknown encoding
19 echo "*** Testing mb_strrpos() : error conditions ***\n";
31 *** Testing mb_strrpos() : error conditions ***
H A Dmb_strstr_error2.phpt2 Test mb_strstr() function : error conditions
16 echo "*** Testing mb_strstr() : error conditions ***\n";
29 *** Testing mb_strstr() : error conditions ***
H A Dmb_substr_error2.phpt2 Test mb_substr() function : error conditions - Pass an unknown encoding
19 echo "*** Testing mb_substr() : error conditions ***\n";
31 *** Testing mb_substr() : error conditions ***
/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_extension_funcs_error.phpt2 Test get_extension_funcs() function : error conditions
11 echo "*** Testing get_extension_funcs() : error conditions ***\n";
26 *** Testing get_extension_funcs() : error conditions ***
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_error2.phpt2 Test scandir() function : error conditions - Non-existent directory
17 * Pass a directory that does not exist to scandir() to test error messages
20 echo "*** Testing scandir() : error conditions ***\n";
32 *** Testing scandir() : error conditions ***
/PHP-7.4/ext/pgsql/tests/
H A D30nb_async_query_params.phpt27 echo "pg_send_query_params() error\n";
35 echo "pg_get_result() error\n";
38 echo "pg_num_rows() error\n";
65 echo "pg_send_query_params() error\n";
/PHP-7.4/ext/intl/tests/
H A Dtransliterator_create_from_rule_error.phpt2 Transliterator::createFromRules (error)
47 …_create_from_rules: unable to create ICU transliterator from rules (parse error after "{'``'}a > “…
48 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after…
50 …_create_from_rules: unable to create ICU transliterator from rules (parse error at offset 0, befor…
51 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error at of…
/PHP-7.4/ext/standard/tests/file/
H A Dreadlink_realpath_error.phpt2 Test readlink() and realpath() functions: error conditions
18 echo "*** Testing readlink(): error conditions ***\n";
31 echo "*** Testing realpath(): error conditions ***\n";
41 *** Testing readlink(): error conditions ***
63 *** Testing realpath(): error conditions ***
/PHP-7.4/ext/mysqli/tests/
H A Dbug53503.phpt13 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
29 printf("[002] [%d] %s\n", $link->errno, $link->error);
33 printf("[003] [%d] %s\n", $link->errno, $link->error);
40 printf("[005] [%d] %s\n", $link->errno, $link->error);
43 printf("[006] [%d] %s\n", $link->errno, $link->error);
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc43 $error = "Unable to connect to server\n";
50 $error = "Server is not running\n";
55 $error = '';
64 if ($error) {
65 echo $error;
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error1.phpt2 ReflectionClass::isSubclassOf() - non-existent class error
12 Fatal error: Uncaught ReflectionException: Class X does not exist in %s:5
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug70469.phpt13 $error = error_get_last();
14 if ($error === null) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dnullable_typed_return_without_value.phpt2 Nullable typed return without value generates friendlier error message
14 Fatal error: A function with return type must return a value (did you mean "return null;" instead o…

Completed in 63 milliseconds

1...<<11121314151617181920>>...104