/PHP-5.6/ext/intl/tests/ |
H A D | calendar_get_getActualMaximum_Minumum_error2.phpt | 16 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 D | calendar_before_after_error.phpt | 16 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 D | calendar_isEquivalentTo_error.phpt | 16 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 D | calendar_equals_error.phpt | 16 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 D | normalizer_normalize.phpt | 101 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 D | calendar_setTimeZone_error.phpt | 18 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.6/ext/oci8/tests/ |
H A D | error_parse.phpt | 15 // 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.6/ext/phar/ |
H A D | tar.c | 154 if (error) { in phar_open_or_create_tar() 216 if (error) { in phar_parse_tarfile() 226 if (error) { in phar_parse_tarfile() 607 if (error) { in phar_parse_tarfile() 634 if (error) { in phar_parse_tarfile() 697 char **error; member 890 char *lookfor, **error = i->error; in phar_tar_setupmetadata() local 1140 pass.error = error; in phar_tar_flush() 1182 if (error && *error) { in phar_tar_flush() 1248 if (error && *error) { in phar_tar_flush() [all …]
|
H A D | util.c | 368 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 D | zip.c | 184 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() 1182 if (error) { in phar_zip_flush() 1370 if (error) { in phar_zip_flush() [all …]
|
H A D | phar.c | 485 if (error) {\ 536 if (error) { 678 if (error) { 755 if (error) { 971 if (error) { 1260 if (error) { 1488 if (error) { 1498 } else if (error && *error) { 1588 if (error) { 2328 if (error) { [all …]
|
H A D | phar_path_check.re | 29 *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 …]
|
/PHP-5.6/ext/libxml/tests/ |
H A D | 002.phpt | 25 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.6/ext/intl/converter/ |
H A D | converter.c | 34 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.6/Zend/tests/ |
H A D | 015.phpt | 7 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.6/ext/zip/lib/ |
H A D | zip_close.c | 73 int error; in zip_close() local 162 error = 0; in zip_close() 184 error = 1; in zip_close() 200 error = 1; in zip_close() 207 error = 1; in zip_close() 221 error = 1; in zip_close() 225 error = 1; in zip_close() 230 error = 1; in zip_close() 234 error = 1; in zip_close() 242 error = 1; in zip_close() [all …]
|
H A D | zip_extra_field_api.c | 46 _zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_file_extra_field_delete() 51 _zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_file_extra_field_delete() 59 _zip_error_set(&za->error, ZIP_ER_RDONLY, 0); in zip_file_extra_field_delete() 80 _zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_file_extra_field_delete_by_id() 85 _zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_file_extra_field_delete_by_id() 93 _zip_error_set(&za->error, ZIP_ER_RDONLY, 0); in zip_file_extra_field_delete_by_id() 118 _zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_file_extra_field_get() 161 _zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_file_extra_field_get_by_id() 185 _zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_file_extra_fields_count() 214 _zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_file_extra_fields_count_by_id() [all …]
|
H A D | zip_name_locate.c | 48 return _zip_name_locate(za, fname, flags, &za->error); in zip_name_locate() 54 _zip_name_locate(struct zip *za, const char *fname, zip_flags_t flags, struct zip_error *error) in _zip_name_locate() argument 64 _zip_error_set(error, ZIP_ER_INVAL, 0); in _zip_name_locate() 71 fn = _zip_get_name(za, i, flags, error); in _zip_name_locate() 84 _zip_error_clear(error); in _zip_name_locate() 89 _zip_error_set(error, ZIP_ER_NOENT, 0); in _zip_name_locate()
|
H A D | zip_open.c | 213 _zip_error_set(error, ZIP_ER_NOZIP, 0); in _zip_readcdir() 219 _zip_error_set(error, ZIP_ER_NOZIP, 0); in _zip_readcdir() 241 _zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_readcdir() 247 _zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_readcdir() 276 _zip_error_set(error, ZIP_ER_NOZIP, 0); in _zip_readcdir() 437 struct zip_error error; in _zip_allocate_new() local 439 if ((za=_zip_new(&error)) == NULL) { in _zip_allocate_new() 440 set_error(zep, &error, 0); in _zip_allocate_new() 606 _zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_read_eocd() 618 _zip_error_set(error, ZIP_ER_NOZIP, 0); in _zip_read_eocd() [all …]
|
/PHP-5.6/ext/pgsql/tests/ |
H A D | 02connection.phpt | 16 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 D | 26async_query_prepared.phpt | 18 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.6/win32/ |
H A D | sockets.c | 47 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.6/ext/intl/ |
H A D | ERROR.CONVENTIONS | 1 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.6/scripts/dev/ |
H A D | check_parameters.php | 62 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.6/ext/mysqli/tests/ |
H A D | mysqli_autocommit_oo.phpt | 32 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 …]
|