Home
last modified time | relevance | path

Searched refs:error (Results 76 – 100 of 2590) sorted by relevance

12345678910>>...104

/PHP-5.5/ext/intl/tests/
H A Duconverter_func_subst.phpt28 Error: transcode() returned error 1: U_ILLEGAL_ARGUMENT_ERROR: U_ILLEGAL_ARGUMENT_ERROR
29 Error: transcode() returned error 1: U_ILLEGAL_ARGUMENT_ERROR: U_ILLEGAL_ARGUMENT_ERROR
30 Error: transcode() returned error 1: U_ILLEGAL_ARGUMENT_ERROR: U_ILLEGAL_ARGUMENT_ERROR
31 Error: transcode() returned error 1: U_ILLEGAL_ARGUMENT_ERROR: U_ILLEGAL_ARGUMENT_ERROR
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";
67 with error, but no details arg:
69 with error, with details arg:
79 with error, with details arg, contextj:
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_ps_select_union.phpt17 printf("[001] [%d] %s\n", $link->errno, $link->error);
28 printf("[002] [%d] %s\n", $link->errno, $link->error);
32 printf("[003] [%d] %s\n", $stmt->errno, $stmt->error);
53 printf("[005] [%d] %s\n", $link->errno, $link->error);
58 printf("[006] [%d] %s\n", $stmt->errno, $stmt->error);
74 printf("[008] [%d] %s\n", $link->errno, $link->error);
84 printf("[009] [%d] %s\n", $link->errno, $link->error);
88 printf("[010] [%d] %s\n", $stmt->errno, $stmt->error);
123 printf("[015] [%d] %s\n", $link->errno, $link->error);
133 printf("[016] [%d] %s\n", $link->errno, $link->error);
[all …]
H A Dbug48909.phpt18 printf("[002] [%d] %s\n", $link->errno, $link->error);
21 printf("[003] [%d] %s\n", $link->errno, $link->error);
24 printf("[004] [%d] %s\n", $stmt->errno, $stmt->error);
29 $bvar is null, b is for BLOB - any error like this should be OK:
32 printf("[005] [%d] %s\n", $stmt->errno, $stmt->error);
H A Dmysqli_pam_sha256.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));
50 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
59 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
64 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
70 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
90 printf("[002] [%d] %s\n", $link->errno, $link->error);
93 printf("[003] [%d] %s\n", $link->errno, $link->error);
H A Dbug44897.phpt25 printf("[001] [%d] %s\n", $link->errno, $link->error);
28 printf("[002] [%d] %s\n", $link->errno, $link->error);
34 printf("[003] [%d] %s\n", $link->errno, $link->error);
37 printf("[004] [%d] %s\n", $stmt->errno, $stmt->error);
41 printf("[005] [%d] %s\n", $stmt->errno, $stmt->error);
53 $link->errno, $link->error);
58 printf("[008] [%d] %s\n", $stmt2->errno, $stmt2->error);
62 printf("[009] [%d] %s\n", $stmt2->errno, $stmt2->error);
/PHP-5.5/ext/pgsql/tests/
H A D25async_query_params.phpt18 echo "pg_send_query_params() error\n";
22 echo "pg_connection_status() error\n";
26 echo "pg_get_result() error\n";
29 echo "pg_num_rows() error\n";
59 echo "pg_send_query_params() error\n";
/PHP-5.5/ext/gd/libgd/
H A Dgdkanji.c73 error (const char *format,...) in error() function
352 error ("iconv_open() error"); in do_convert()
355 error ("invalid code specification: \"%s\" or \"%s\"", in do_convert()
369 error ("invalid end of input string"); in do_convert()
371 error ("invalid code in input string"); in do_convert()
373 error ("output buffer overflow at do_convert()"); in do_convert()
376 error ("something happen"); in do_convert()
383 error ("iconv_close() error"); in do_convert()
488 error ("cannot convert NEC Kanji."); in do_check_and_conv()
567 error ("input string too large"); in any2eucjp()
[all …]
/PHP-5.5/ext/zip/lib/
H A Dzip_set_file_comment.c51 _zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_set_file_comment()
56 _zip_error_set(&za->error, ZIP_ER_RDONLY, 0); in zip_set_file_comment()
61 if ((tmpcom=(char *)_zip_memdup(comment, len, &za->error)) == NULL) in zip_set_file_comment()
H A Dzip_set_file_extra.c51 _zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_set_file_extra()
56 _zip_error_set(&za->error, ZIP_ER_RDONLY, 0); in zip_set_file_extra()
61 if ((tmpext=(char *)_zip_memdup(extra, len, &za->error)) == NULL) in zip_set_file_extra()
H A Dzip_new.c47 _zip_new(struct zip_error *error) in _zip_new() argument
53 _zip_error_set(error, ZIP_ER_MEMORY, 0); in _zip_new()
59 _zip_error_init(&za->error); in _zip_new()
H A Dzip_set_name.c50 _zip_error_set(&za->error, ZIP_ER_INVAL, 0); in _zip_set_name()
55 _zip_error_set(&za->error, ZIP_ER_EXISTS, 0); in _zip_set_name()
64 _zip_error_set(&za->error, ZIP_ER_MEMORY, 0); in _zip_set_name()
/PHP-5.5/ext/pcre/tests/
H A Dpreg_last_error_error.phpt2 Test preg_grep() function : error conditions - wrong numbers of parameters
7 * Description: Returns the error code of the last PCRE regex execution
15 echo "*** Testing preg_last_error() : error conditions ***\n";
24 *** Testing preg_last_error() : error conditions ***
/PHP-5.5/ext/date/tests/
H A DDateTimeZone_construct_error.phpt2 Test new DateTimeZone() : error conditions
13 echo "*** Testing DateTimeZone() : error conditions ***\n";
23 *** Testing DateTimeZone() : error conditions ***
27 Fatal error: Uncaught exception 'Exception' with message 'DateTimeZone::__construct() expects exact…
H A DDateTime_construct_error.phpt2 Test new DateTime() : error conditions
13 echo "*** Testing date_create() : error conditions ***\n";
24 *** Testing date_create() : error conditions ***
28 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct() expects at most 2…
/PHP-5.5/tests/lang/
H A Dcatchable_error_001.phpt2 Catchable fatal error [1]
12 function error()
22 Catchable fatal error: Argument 1 passed to blah() must be an instance of Foo, instance of stdClass…
H A Dcatchable_error_002.phpt2 Catchable fatal error [2]
12 function error()
18 set_error_handler('error');
/PHP-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_e.phpt2 Test debug_zval_dump() function : error conditions
10 echo "*** Testing error conditions ***\n";
20 *** Testing error conditions ***
/PHP-5.5/ext/standard/tests/file/
H A Dclearstatcache_error.phpt2 Test clearstatcache() function: error conditions
10 echo "*** Testing clearstatcache() function: error conditions ***\n";
15 *** Testing clearstatcache() function: error conditions ***
H A Dumask_error.phpt2 Test umask() function: error conditions
15 echo "*** Testing umask() : error conditions ***\n";
22 *** Testing umask() : error conditions ***
/PHP-5.5/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-5.5/ext/curl/
H A Dshare.c71 CURLSHcode error = CURLSHE_OK; in _php_curl_share_setopt() local
77 error = curl_share_setopt(sh->share, option, Z_LVAL_PP(zvalue)); in _php_curl_share_setopt()
82 error = CURLSHE_BAD_OPTION; in _php_curl_share_setopt()
86 if (error != CURLSHE_OK) { in _php_curl_share_setopt()
/PHP-5.5/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.
H A Dtry_catch_finally_002.phpt17 die("error");
25 die("error");
32 die("error");

Completed in 41 milliseconds

12345678910>>...104