Home
last modified time | relevance | path

Searched refs:error (Results 101 – 125 of 2590) sorted by relevance

12345678910>>...104

/PHP-5.5/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 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);
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-5.5/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 in %sbug60909_2.php on line 0
/PHP-5.5/ext/zip/lib/
H A Dzip_add_dir.c54 _zip_error_set(&za->error, ZIP_ER_RDONLY, 0); in zip_add_dir()
59 _zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_add_dir()
68 _zip_error_set(&za->error, ZIP_ER_MEMORY, 0); in zip_add_dir()
/PHP-5.5/ext/intl/tests/
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-5.5/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 Catchable 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-5.5/ext/mysql/tests/
H A Dmysql_deprecated_api.phpt22 $error = NULL;
25 $error .= sprintf("[001] [%d] %s\n", mysql_errno($link), mysql_error($link));
41 $error = NULL;
44 $error .= sprintf("[005] [%d] %s\n", mysql_errno($link), mysql_error($link));
55 $error = NULL;
58 $error .= sprintf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
/PHP-5.5/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;
/PHP-5.5/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-5.5/ext/phar/tests/
H A Dfatal_error_webphar.phpt2 Phar web-based phar with fatal error
18 Parse error: syntax error, unexpected %s, expecting %s in phar://%r([A-Za-z]:)?%r/%sfatal_error_web…
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_error3.phpt2 Test session_set_save_handler() function : error functionality
19 echo "*** Testing session_set_save_handler() : error functionality ***\n";
35 *** Testing session_set_save_handler() : error functionality ***
37 Fatal error: Uncaught exception 'Exception' with message 'Do something bad..!' in %s:%d
H A Dsession_id_error4.phpt2 Test session_id() function : error functionality
19 echo "*** Testing session_id() : error functionality ***\n";
31 *** Testing session_id() : error functionality ***
/PHP-5.5/ext/standard/tests/assert/
H A Dassert02.phpt38 Parse error: %s error%sin %sassert02.php(14) : assert code on line 1
45 Parse error: %s error%sin %sassert02.php(19) : assert code on line 1
/PHP-5.5/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 ***
H A Ddirname_error.phpt2 Test dirname() function : error conditions
8 echo "*** Testing error conditions ***\n";
18 *** Testing error conditions ***
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation2.phpt110 // clear the error stack
142 Syntax error in sequence
148 Syntax error in sequence
154 Sequence syntax error
208 Syntax error in sequence
211 Syntax error in sequence
214 Syntax error in sequence
218 Syntax error in sequence
221 Syntax error in sequence
224 Syntax error in sequence
[all …]
/PHP-5.5/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-5.5/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-5.5/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-5.5/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-5.5/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 ***

Completed in 27 milliseconds

12345678910>>...104