Home
last modified time | relevance | path

Searched refs:error (Results 151 – 175 of 2977) sorted by relevance

12345678910>>...120

/PHP-7.3/ext/posix/tests/
H A Dposix_errno_variation1.phpt2 Test function posix_errno() by calling it with with permission error
15 echo "*** Test by calling function with permission error ***\n";
22 *** Test by calling function with permission error ***
/PHP-7.3/ext/standard/tests/math/
H A Ddecoct_error.phpt2 Test decoct() - error conditions
10 echo "*** Testing decoct() : error conditions ***\n";
19 *** Testing decoct() : error conditions ***
/PHP-7.3/tests/lang/
H A Dcatchable_error_001.phpt2 Catchable fatal error [1]
12 function error()
22 Fatal error: Uncaught TypeError: Argument 1 passed to blah() must be an instance of Foo, instance o…
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option.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));
46 …"skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $link->error));
60 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
69 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
74 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
80 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
99 printf("[001] mysqli_options failed, [%d] %s\n", $link->errno, $link->error);
107 printf("[003] [%d] %s\n", $link->errno, $link->error);
[all …]
H A Dbug62046.phpt19 printf("[003] Execute failed, [%d] %s\n", $stmt->errorno, $stmt->error);
22 printf("[004] store_result failed, [%d] %s\n", $stmt->errorno, $stmt->error);
26 printf("[005] bind_result failed, [%d] %s\n", $stmt->errorno, $stmt->error);
29 printf("[006] bind_result failed, [%d] %s\n", $stmt->errorno, $stmt->error);
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.3/ext/gd/tests/
H A Dgif.phpt15 function check_box($r,$g,$b, $error=0) {
21 if ($error>0) {
22 $r_min = $r - $error; $r_max = $r + $error;
23 $g_min = $g - $error; $g_max = $g + $error;
24 $b_min = $b - $error; $b_max = $b + $error;
H A Dlibgd00086_extern.phpt15 gd-png: fatal libpng error: Read Error: truncated data
16 gd-png error: setjmp returns error condition 1
/PHP-7.3/ext/standard/tests/class_object/
H A Dget_declared_classes_error_001.phpt2 Test get_declared_classes() function : error conditions
11 echo "*** Testing get_declared_classes() : error conditions ***\n";
21 *** Testing get_declared_classes() : error conditions ***
H A Dget_declared_interfaces_error_001.phpt2 Test get_declared_interfaces() function : error conditions
11 echo "*** Testing get_declared_interfaces() : error conditions ***\n";
21 *** Testing get_declared_interfaces() : error conditions ***
H A Dget_declared_traits_error_001.phpt2 Test get_declared_traits() function : error conditions
11 echo "*** Testing get_declared_traits() : error conditions ***\n";
21 *** Testing get_declared_traits() : error conditions ***
/PHP-7.3/ext/standard/tests/dir/
H A Dchdir_error2.phpt2 Test chdir() function : error conditions - Non-existent directory
14 echo "*** Testing chdir() : error conditions ***\n";
22 *** Testing chdir() : error conditions ***
/PHP-7.3/ext/reflection/tests/
H A DReflectionFunction_getClosure_error.phpt2 Test ReflectionFunction::getClosure() function : error functionality
11 echo "*** Testing ReflectionFunction::getClosure() : error conditions ***\n";
24 *** Testing ReflectionFunction::getClosure() : error conditions ***
/PHP-7.3/ext/standard/tests/array/
H A Darray_unshift_error.phpt2 Test array_unshift() function : error conditions
10 echo "*** Testing array_unshift() : error conditions ***\n";
18 *** Testing array_unshift() : error conditions ***
H A Darray_merge_recursive_error.phpt2 Test array_merge_recursive() function : error conditions
10 echo "*** Testing array_merge_recursive() : error conditions ***\n";
19 *** Testing array_merge_recursive() : error conditions ***
/PHP-7.3/ext/zip/lib/
H A Dzip_fopen_index_encrypted.c54 _zip_error_set_from_source(&za->error, src); in zip_fopen_index_encrypted()
76 zip_error_set(&za->error, ZIP_ER_MEMORY, 0); in _zip_file_new()
81 zip_error_init(&zf->error); in _zip_file_new()
/PHP-7.3/Zend/tests/
H A Dbug60909_2.phpt2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
17 Fatal error: Method Bad::__toString() must not throw an exception, caught Exception: Oops, I cannot…
/PHP-7.3/tests/output/
H A Dob_clean_error_001.phpt2 Test ob_clean() function : error conditions
11 echo "*** Testing ob_clean() : error conditions ***\n";
21 *** Testing ob_clean() : error conditions ***
/PHP-7.3/ext/standard/tests/network/
H A Dcloselog_error.phpt2 Test closelog() function : error conditions
11 echo "*** Testing closelog() : error conditions ***\n";
21 *** Testing closelog() : error conditions ***
/PHP-7.3/ext/standard/tests/strings/
H A Dcrc32_error.phpt2 Test crc32() function : error conditions
12 * Testing crc32() : error conditions
15 echo "*** Testing crc32() : error conditions ***\n";
30 *** Testing crc32() : error conditions ***
H A Dstripslashes_error.phpt2 Test stripslashes() function : error conditions
11 * Testing stripslashes() for error conditions
14 echo "*** Testing stripslashes() : error conditions ***\n";
31 *** Testing stripslashes() : error conditions ***
/PHP-7.3/ext/curl/tests/
H A Dserver.inc42 $error = "Unable to connect to server\n";
49 $error = "Server is not running\n";
54 $error = '';
63 if ($error) {
64 echo $error;
/PHP-7.3/ext/xml/tests/
H A Dxml_error_string_variation1.phpt12 * Description: Get XML parser error string
99 string(8) "No error"
102 string(8) "No error"
130 string(8) "No error"
133 string(8) "No error"
139 string(8) "No error"
145 string(8) "No error"
173 string(8) "No error"
176 string(8) "No error"
/PHP-7.3/sapi/fpm/tests/
H A Dresponse.inc79 $this->error(
84 $this->error(
152 * Check if the response is valid and if not emit error message
163 $this->error("The response is invalid: $this->rawData");
193 return $this->error("The header $name is not present");
201 return $this->error("The header $name value '$header' is not the same as '$value'");
205 return $this->error("The header $name value '$header' does not match RegExp '$value'");
229 $this->error("Invalid header row (no colon): $headerRow");
270 * Emit error message
275 private function error($message)
/PHP-7.3/ext/zip/tests/
H A Dbug49072.phpt12 exit ('error can\'t open');
22 Warning: fread(): Zip stream error: CRC error in %s on line %d

Completed in 50 milliseconds

12345678910>>...120