Home
last modified time | relevance | path

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

12345678910>>...118

/PHP-7.2/Zend/tests/
H A Dbug46196.phpt8 * Description: Restores the previously defined error handler function
13 echo "*** Testing restore_error_handler() : error bug #46196 ***\n";
27 *** Testing restore_error_handler() : error bug #46196 ***
H A Dbug55007.phpt8 …lassname) eval('class MyErrorHandler { function __construct() { print "My error handler runs.\n"; …
22 Fatal error: Cannot use [] for reading in %s(%d) : eval()'d code on line %d
23 My error handler runs.
/PHP-7.2/Zend/tests/try/
H A Dtry_catch_finally_002.phpt17 die("error");
25 die("error");
32 die("error");
/PHP-7.2/ext/standard/tests/file/
H A Dumask_error.phpt2 Test umask() function: error conditions
15 echo "*** Testing umask() : error conditions ***\n";
22 *** Testing umask() : error conditions ***
/PHP-7.2/ext/pgsql/tests/
H A D32nb_async_query.phpt27 echo "pg_send_query() error\n";
35 echo "pg_get_result() error\n";
39 echo "pg_num_rows() error\n";
65 echo "pg_send_query() error\n";
73 echo "pg_get_result() error\n";
/PHP-7.2/ext/opcache/tests/
H A Dphp_cli_server.inc32 $error = "Unable to connect to server\n";
39 $error = "Server is not running\n";
44 $error = '';
53 if ($error) {
54 echo $error;
/PHP-7.2/ext/curl/
H A Dshare.c76 CURLSHcode error = CURLSHE_OK; in _php_curl_share_setopt() local
81 error = curl_share_setopt(sh->share, option, zval_get_long(zvalue)); in _php_curl_share_setopt()
86 error = CURLSHE_BAD_OPTION; in _php_curl_share_setopt()
90 SAVE_CURLSH_ERROR(sh, error); in _php_curl_share_setopt()
91 if (error != CURLSHE_OK) { in _php_curl_share_setopt()
/PHP-7.2/ext/intl/tests/
H A Didn_uts46_errors.phpt2 IDN UTS #46 API error tests
27 echo "with error, but no details arg:", "\n";
30 echo "with error, with details arg:", "\n";
35 echo "with error, with details arg, contextj:", "\n";
69 with error, but no details arg:
71 with error, with details arg:
81 with error, with details arg, contextj:
H A Duconverter_oop_callback_return.phpt8 public function toUCallback($reason, $source, $codeUnits, &$error) {
9 $error = U_ZERO_ERROR;
21 public function fromUCallback($reason, $source, $codePoint, &$error) {
22 $error = U_ZERO_ERROR;
/PHP-7.2/ext/zip/lib/
H A Dzip_file_set_comment.c52 zip_error_set(&za->error, ZIP_ER_RDONLY, 0); in zip_file_set_comment()
57 zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_file_set_comment()
62 if ((cstr=_zip_string_new((const zip_uint8_t *)comment, len, flags, &za->error)) == NULL) in zip_file_set_comment()
86 zip_error_set(&za->error, ZIP_ER_MEMORY, 0); in zip_file_set_comment()
/PHP-7.2/ext/standard/tests/math/
H A Dbindec_error.phpt2 Test bindec() function : error conditions - incorrect input
14 echo "*** Testing bindec() : error conditions ***\n";
29 *** Testing bindec() : error conditions ***
37 Recoverable fatal error: Object of class classA could not be converted to string in %s on line %d
H A Ddecoct_error.phpt2 Test decoct() - error conditions
10 echo "*** Testing decoct() : error conditions ***\n";
19 *** Testing decoct() : error conditions ***
/PHP-7.2/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);
/PHP-7.2/ext/gd/tests/
H A Dgif.phpt16 function check_box($r,$g,$b, $error=0) {
22 if ($error>0) {
23 $r_min = $r - $error; $r_max = $r + $error;
24 $g_min = $g - $error; $g_max = $g + $error;
25 $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.2/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.2/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.2/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.2/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.2/ext/standard/tests/strings/
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.2/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.2/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 ***

Completed in 29 milliseconds

12345678910>>...118