Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 1799) sorted by relevance

12345678910>>...72

/PHP-5.5/ext/intl/tests/
H A Dcalendar_get_getActualMaximum_Minumum_error2.phpt16 echo "error: $errno, $errstr\n";
36 error: 2, intlcal_get() expects exactly 2 parameters, 1 given
37 error: 2, intlcal_get(): intlcal_get: bad arguments
39 error: 2, intlcal_get_actual_maximum() expects exactly 2 parameters, 1 given
42 error: 2, intlcal_get_actual_minimum() expects exactly 2 parameters, 1 given
45 error: 2, intlcal_get(): intlcal_get: invalid field
51 error: 2, intlcal_get() expects parameter 2 to be long, string given
52 error: 2, intlcal_get(): intlcal_get: bad arguments
61 error: 2, intlcal_get() expects exactly 2 parameters, 1 given
62 error: 2, intlcal_get(): intlcal_get: bad arguments
[all …]
H A Dcalendar_before_after_error.phpt16 echo "error: $errno, $errstr\n";
32 error: 2, IntlCalendar::after() expects exactly 1 parameter, 0 given
33 error: 2, IntlCalendar::after(): intlcal_before/after: bad arguments
35 error: 2, IntlCalendar::before() expects exactly 1 parameter, 0 given
36 error: 2, IntlCalendar::before(): intlcal_before/after: bad arguments
40 error: 2, IntlCalendar::after(): intlcal_before/after: bad arguments
46 error: 2, IntlCalendar::after() expects exactly 1 parameter, 2 given
52 error: 2, intlcal_after() expects exactly 2 parameters, 1 given
53 error: 2, intlcal_after(): intlcal_before/after: bad arguments
55 error: 2, intlcal_before() expects exactly 2 parameters, 1 given
[all …]
H A Dcalendar_isEquivalentTo_error.phpt16 echo "error: $errno, $errstr\n";
31 error: 2, IntlCalendar::isEquivalentTo(): intlcal_is_equivalent_to: bad arguments
33 error: 2, IntlCalendar::isEquivalentTo() expects exactly 1 parameter, 2 given
34 error: 2, IntlCalendar::isEquivalentTo(): intlcal_is_equivalent_to: bad arguments
38 error: 2, IntlCalendar::isEquivalentTo(): intlcal_is_equivalent_to: bad arguments
40 error: 2, intlcal_is_equivalent_to() expects exactly 2 parameters, 1 given
41 error: 2, intlcal_is_equivalent_to(): intlcal_is_equivalent_to: bad arguments
44 error: 2, intlcal_is_equivalent_to() expects parameter 2 to be IntlCalendar, integer given
45 error: 2, intlcal_is_equivalent_to(): intlcal_is_equivalent_to: bad arguments
48 error: 2, intlcal_is_equivalent_to() expects parameter 1 to be IntlCalendar, integer given
[all …]
H A Dcalendar_equals_error.phpt16 echo "error: $errno, $errstr\n";
28 error: 2, IntlCalendar::equals() expects exactly 1 parameter, 0 given
29 error: 2, IntlCalendar::equals(): intlcal_equals: bad arguments
32 error: 2, IntlCalendar::equals() expects parameter 1 to be IntlCalendar, object given
33 error: 2, IntlCalendar::equals(): intlcal_equals: bad arguments
36 error: 2, IntlCalendar::equals() expects exactly 1 parameter, 2 given
37 error: 2, IntlCalendar::equals(): intlcal_equals: bad arguments
40 error: 2, intlcal_equals() expects parameter 2 to be IntlCalendar, array given
41 error: 2, intlcal_equals(): intlcal_equals: bad arguments
44 error: 2, intlcal_equals() expects parameter 1 to be IntlCalendar, integer given
[all …]
H A Dnormalizer_normalize.phpt101 is in form 'UNORM_FORM_C'? = yes error info: 'U_ZERO_ERROR' (0)
103 is in form 'UNORM_FORM_C'? = yes error info: 'U_ZERO_ERROR' (0)
105 is in form 'UNORM_FORM_C'? = no error info: 'U_ZERO_ERROR' (0)
107 is in form 'UNORM_FORM_C'? = no error info: 'U_ZERO_ERROR' (0)
109 is in form 'UNORM_FORM_C'? = yes error info: 'U_ZERO_ERROR' (0)
111 is in form 'UNORM_FORM_C'? = yes error info: 'U_ZERO_ERROR' (0)
113 is in form 'UNORM_FORM_D'? = yes error info: 'U_ZERO_ERROR' (0)
115 is in form 'UNORM_FORM_D'? = no error info: 'U_ZERO_ERROR' (0)
117 is in form 'UNORM_FORM_D'? = no error info: 'U_ZERO_ERROR' (0)
119 is in form 'UNORM_FORM_D'? = no error info: 'U_ZERO_ERROR' (0)
[all …]
H A Dcalendar_setTimeZone_error.phpt18 echo "error: $errno, $errstr\n";
29 error: 2, IntlCalendar::setTimeZone() expects exactly 1 parameter, 2 given
30 error: 2, IntlCalendar::setTimeZone(): intlcal_set_time_zone: bad arguments
32 error: 2, IntlCalendar::setTimeZone() expects exactly 1 parameter, 0 given
33 error: 2, IntlCalendar::setTimeZone(): intlcal_set_time_zone: bad arguments
35 error: 2, intlcal_set_time_zone() expects exactly 2 parameters, 3 given
36 error: 2, intlcal_set_time_zone(): intlcal_set_time_zone: bad arguments
38 error: 4096, Argument 1 passed to intlcal_set_time_zone() must be an instance of IntlCalendar, inte…
39 error: 2, intlcal_set_time_zone() expects parameter 1 to be IntlCalendar, integer given
40 error: 2, intlcal_set_time_zone(): intlcal_set_time_zone: bad arguments
/PHP-5.5/ext/oci8/tests/
H A Derror_parse.phpt15 // Test parse error for normal connection
26 echo "Normal connection: Parse error\n";
31 // Test parse error for new connection
42 echo "New connection: Parse error\n";
47 // Test parse error for persistent connection
58 echo "Persistent connection: Parse error\n";
66 echo "No connection: error: ";
102 Normal connection: Parse error
113 New connection: Parse error
124 Persistent connection: Parse error
[all …]
/PHP-5.5/ext/phar/
H A Dtar.c154 if (error) { in phar_open_or_create_tar()
216 if (error) { in phar_parse_tarfile()
226 if (error) { in phar_parse_tarfile()
605 if (error) { in phar_parse_tarfile()
632 if (error) { in phar_parse_tarfile()
695 char **error; member
888 char *lookfor, **error = i->error; in phar_tar_setupmetadata() local
1138 pass.error = error; in phar_tar_flush()
1180 if (error && *error) { in phar_tar_flush()
1246 if (error && *error) { in phar_tar_flush()
[all …]
H A Dutil.c368 if (error) { in phar_get_entry_data()
377 if (error) { in phar_get_entry_data()
384 if (error) { in phar_get_entry_data()
418 if (error) { in phar_get_entry_data()
425 if (error) { in phar_get_entry_data()
544 if (error) { in phar_get_or_create_entry_data()
551 if (error) { in phar_get_or_create_entry_data()
831 if (error) { in phar_create_writeable_entry()
916 if (error) { in phar_open_jit()
975 if (error) { in phar_get_archive()
[all …]
H A Dzip.c184 if (error) { in phar_parse_zipfile()
195 if (error) { in phar_parse_zipfile()
207 if (error) { in phar_parse_zipfile()
214 if (error) { in phar_parse_zipfile()
264 if (error) { in phar_parse_zipfile()
749 if (error) { in phar_open_or_create_zip()
763 char **error; member
1147 if (pass->error && *(pass->error)) { in phar_zip_applysignature()
1183 if (error) { in phar_zip_flush()
1371 if (error) { in phar_zip_flush()
[all …]
H A Dphar.c485 if (error) {\
536 if (error) {
666 if (error) {
743 if (error) {
959 if (error) {
1249 if (error) {
1477 if (error) {
1487 } else if (error && *error) {
1577 if (error) {
2338 if (error) {
[all …]
H A Dphar_path_check.re29 *error = "current directory reference";
32 *error = "upper directory reference";
61 *error = "double slash";
65 *error = "upper directory reference";
69 *error = "current directory reference";
73 *error = "back-slash";
77 *error = "star";
85 *error = NULL;
98 *error ="illegal character";
101 *error = NULL;
[all …]
H A Dstream.c118 if (error) { in phar_parse_url()
128 if (error) { in phar_parse_url()
141 if (error) { in phar_parse_url()
163 char *error; in phar_wrapper_open_url() local
194 if (error) { in phar_wrapper_open_url()
204 if (error) { in phar_wrapper_open_url()
459 char *error; in phar_stream_flush() local
603 if (error) { in phar_wrapper_stat()
743 if (error) { in phar_wrapper_unlink()
757 if (error) { in phar_wrapper_unlink()
[all …]
/PHP-5.5/ext/libxml/tests/
H A D002.phpt25 foreach ($errors as $error) {
26 echo display_xml_error($error, $xml);
33 function display_xml_error($error, $xml)
35 $return = $xml[$error->line - 1] . "\n";
38 switch ($error->level) {
40 $return .= "Warning $error->code: ";
43 $return .= "Error $error->code: ";
46 $return .= "Fatal Error $error->code: ";
50 $return .= trim($error->message) . "\n Line: $error->line" . "\n Column: $error->column";
52 if ($error->file) {
[all …]
/PHP-5.5/ext/intl/converter/
H A Dconverter.c34 intl_error error; member
60 zval_dtor(error); in php_converter_default_callback()
110 ZEND_ARG_INFO(1, error)
132 ZEND_ARG_INFO(1, error)
382 if (U_FAILURE(error)) { in php_converter_set_callbacks()
387 error = U_ZERO_ERROR; in php_converter_set_callbacks()
390 if (U_FAILURE(error)) { in php_converter_set_callbacks()
700 if (U_FAILURE(error) && error != U_BUFFER_OVERFLOW_ERROR) { in php_converter_do_convert()
707 error = U_ZERO_ERROR; in php_converter_do_convert()
718 if (U_FAILURE(error) && error != U_BUFFER_OVERFLOW_ERROR) { in php_converter_do_convert()
[all …]
/PHP-5.5/Zend/tests/
H A D015.phpt7 var_dump(trigger_error("error"));
9 var_dump(trigger_error("error", -1));
10 var_dump(trigger_error("error", 0));
11 var_dump(trigger_error("error", E_USER_WARNING));
12 var_dump(trigger_error("error", E_USER_DEPRECATED));
20 Notice: error in %s on line %d
26 Warning: Invalid error type specified in %s on line %d
29 Warning: Invalid error type specified in %s on line %d
32 Warning: error in %s on line %d
35 Deprecated: error in %s on line %d
/PHP-5.5/ext/pgsql/tests/
H A D02connection.phpt16 echo "pg_connection_status() error\n";
20 echo "pg_connection_reset() error\n";
24 echo "pg_connection_busy() error\n";
29 echo "pg_transaction_status() error\n";
34 echo "pg_host() error\n";
38 echo "pg_dbname() error\n";
42 echo "pg_port() error\n";
46 echo "pg_tty() error\n";
50 echo "pg_options() error\n";
H A D26async_query_prepared.phpt18 echo "pg_send_prepare() error\n";
22 echo "pg_connection_status() error\n";
26 echo "pg_get_result() error\n";
31 echo "pg_send_execute() error\n";
35 echo "pg_connection_status() error\n";
39 echo "pg_get_result() error\n";
43 echo "pg_num_rows() error\n";
73 echo "pg_send_prepare() error\n";
81 echo "pg_get_result() error\n";
87 echo "pg_send_execute() error\n";
[all …]
/PHP-5.5/win32/
H A Dsockets.c47 goto error; in socketpair()
55 goto error; in socketpair()
59 goto error; in socketpair()
63 goto error; in socketpair()
68 goto error; in socketpair()
73 goto error; in socketpair()
78 goto error; in socketpair()
86 error: in socketpair()
/PHP-5.5/ext/zip/lib/
H A Dzip_close.c163 error = 0; in zip_close()
198 error = 1; in zip_close()
203 error = 1; in zip_close()
219 error = 1; in zip_close()
230 error = 1; in zip_close()
259 error = 1; in zip_close()
265 error = 1; in zip_close()
281 error = 1; in zip_close()
287 error = 1; in zip_close()
299 error = 1; in zip_close()
[all …]
H A Dzip_get_name.c43 return _zip_get_name(za, idx, flags, &za->error); in zip_get_name()
50 struct zip_error *error) in _zip_get_name() argument
53 _zip_error_set(error, ZIP_ER_INVAL, 0); in _zip_get_name()
59 _zip_error_set(error, ZIP_ER_DELETED, 0); in _zip_get_name()
67 _zip_error_set(error, ZIP_ER_INVAL, 0); in _zip_get_name()
H A Dzip_dirent.c76 _zip_error_set(error, ZIP_ER_INTERNAL, 0); in _zip_cdir_grow()
82 _zip_error_set(error, ZIP_ER_MEMORY, 0); in _zip_cdir_grow()
100 _zip_error_set(error, ZIP_ER_MEMORY, 0); in _zip_cdir_new()
106 _zip_error_set(error, ZIP_ER_MEMORY, 0); in _zip_cdir_new()
222 struct zip_error *error) in _zip_dirent_read() argument
235 _zip_error_set(error, ZIP_ER_NOZIP, 0); in _zip_dirent_read()
253 _zip_error_set(error, ZIP_ER_NOZIP, 0); in _zip_dirent_read()
302 _zip_error_set(error, ZIP_ER_NOZIP, 0); in _zip_dirent_read()
315 error); in _zip_dirent_read()
335 error); in _zip_dirent_read()
[all …]
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS1 The intl extension has particular conventions regarding error reporting.
4 :: The last error is always stored globally.
21 error occurred).
23 The internal PHP code can set the global last error with:
35 unless the error is due to bad arguments, in which case only the global error
45 The global error and the object error can be SIMULTANEOUSLY set with these
52 Node the extra 's' in the functions' names ('errors', not 'error').
54 Static methods should only set the global error.
76 the object's private error
82 void intl_error_reset(NULL TSRMLS_DC); /* reset global error */
[all …]
/PHP-5.5/scripts/dev/
H A Dcheck_parameters.php62 function error($str, $level = 0) function
144 error("too few variables passed to function");
180 error("variable not found: '$name'", 3);
223 error("more than one optional separator at char #$i");
227 error("unnecessary optional separator");
235 error("the '/' specifier cannot be applied to '$last_char'");
242 error("the '!' specifier cannot be applied to '$last_char'");
252 error("the '&' specifier cannot be applied to '$last_char'");
255 error("unknown char ('&') at column $i");
270 error("unknown char ('$char') at column $i");
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_autocommit_oo.phpt32 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
35 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
46 printf("[007] [%d] %s\n", $mysqli->errno, $mysqli->error);
53 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
60 printf("[011] [%d] %s\n", $mysqli->errno, $mysqli->error);
63 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
66 printf("[013] [%d] %s\n", $mysqli->errno, $mysqli->error);
70 $tmp['num'], $mysqli->errno, $mysqli->error);
75 printf("[015] [%d] %s\n", $mysqli->errno, $mysqli->error);
78 printf("[016] [%d] %s\n", $mysqli->errno, $mysqli->error);
[all …]

Completed in 164 milliseconds

12345678910>>...72