Home
last modified time | relevance | path

Searched refs:err (Results 101 – 125 of 160) sorted by last modified time

1234567

/PHP-7.4/ext/intl/
H A Dintl_error.h35 void intl_error_init( intl_error* err );
36 void intl_error_reset( intl_error* err );
37 void intl_error_set_code( intl_error* err, UErrorCode err_code );
38 void intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
39 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg );
40 UErrorCode intl_error_get_code( intl_error* err );
41 zend_string* intl_error_get_message( intl_error* err );
44 void intl_errors_reset( intl_error* err );
45 void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
46 void intl_errors_set_code( intl_error* err, UErrorCode err_code );
[all …]
/PHP-7.4/ext/intl/normalizer/
H A Dnormalizer_class.h31 intl_error err; member
35 #define NORMALIZER_ERROR(co) (co)->err
H A Dnormalizer_normalize.c40 return unorm2_getNFCInstance(err); in intl_get_normalizer()
43 return unorm2_getNFDInstance(err); in intl_get_normalizer()
46 return unorm2_getNFKCInstance(err); in intl_get_normalizer()
49 return unorm2_getNFKDInstance(err); in intl_get_normalizer()
52 return unorm2_getNFKCCasefoldInstance(err); in intl_get_normalizer()
56 *err = U_ILLEGAL_ARGUMENT_ERROR; in intl_get_normalizer()
72 *err = U_ZERO_ERROR; in intl_normalize()
76 *err = U_BUFFER_OVERFLOW_ERROR; in intl_normalize()
80 norm = intl_get_normalizer(form, err); in intl_normalize()
81 if(U_FAILURE(*err)) { in intl_normalize()
[all …]
/PHP-7.4/ext/intl/common/
H A Dcommon_date.h35 intl_error *err, const char *func);
39 U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func);
H A Dcommon_enum.h34 #define INTLITERATOR_ERROR(ii) (ii)->err
46 intl_errors_set(&ii->err, U_ILLEGAL_ARGUMENT_ERROR, "Found unconstructed IntlIterator", 0); \
51 intl_error err; member
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_create.cpp215 zend_string *err = intl_error_get_message(NULL); in PHP_METHOD() local
216 zend_throw_exception(IntlException_ce_ptr, ZSTR_VAL(err), intl_error_get_code(NULL)); in PHP_METHOD()
217 zend_string_release_ex(err, 0); in PHP_METHOD()
H A Ddateformat_format.c64 HashTable* hash_arr, char* key_name, intl_error *err) in internal_get_arr_ele() argument
70 if (U_FAILURE(err->code)) { in internal_get_arr_ele()
78 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, message, 1); in internal_get_arr_ele()
86 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, message, 1); in internal_get_arr_ele()
112 intl_error *err = &dfo->datef_data.error; in internal_get_timestamp() local
115 internal_get_arr_ele(dfo, hash_arr, (elem), err) in internal_get_timestamp()
133 intl_errors_set(err, INTL_DATA_ERROR_CODE(dfo), "datefmt_format: " in internal_get_timestamp()
H A Ddateformat_helpers.cpp36 intl_error *err, in datefmt_process_calendar_arg() argument
61 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, msg, 1); in datefmt_process_calendar_arg()
81 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, msg, 1); in datefmt_process_calendar_arg()
92 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, msg, 1); in datefmt_process_calendar_arg()
102 intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, msg, 1); in datefmt_process_calendar_arg()
H A Ddateformat_helpers.h38 intl_error *err,
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.h35 intl_error err; member
48 #define CALENDAR_ERROR(co) (co)->err
60 intl_errors_set(&co->err, U_ILLEGAL_ARGUMENT_ERROR, "Found unconstructed IntlCalendar", 0); \
/PHP-7.4/ext/intl/collator/
H A Dcollator_class.h31 intl_error err; member
40 #define COLLATOR_ERROR(co) (co)->err
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.h35 intl_error err; member
51 #define BREAKITER_ERROR(bio) (bio)->err
63 intl_errors_set(&bio->err, U_ILLEGAL_ARGUMENT_ERROR, "Found unconstructed BreakIterator", 0); \
/PHP-7.4/ext/imap/tests/
H A Dbug63126.phpt15 foreach ($errors as $err) {
16 if (strstr($err, 'GSSAPI') || strstr($err, 'Kerberos')) {
37 foreach ($errors as $err) {
38 if (strstr($err, 'GSSAPI') || strstr($err, 'Kerberos')) {
39 echo "$err\n";
/PHP-7.4/ext/dom/
H A Ddocumentfragment.c118 int err; in PHP_METHOD() local
134 err = xmlParseBalancedChunkMemory(nodep->doc, NULL, NULL, 0, (xmlChar *) data, &lst); in PHP_METHOD()
135 if (err != 0) { in PHP_METHOD()
H A Ddom_iterators.c223 goto err; in php_dom_iterator_move_forward()
237 err: in php_dom_iterator_move_forward()
295 goto err; in php_dom_get_iterator()
321 err: in php_dom_get_iterator()
/PHP-7.4/ext/dba/
H A Ddba_db3.c61 int gmode = 0, err; local
92 if ((err=db_create(&dbp, NULL, 0)) == 0) {
96 (err=dbp->open(dbp, 0, info->path, NULL, type, gmode, filemode)) == 0) {
98 (err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) {
110 *error = db_strerror(err);
113 *error = db_strerror(err);
H A Ddba_db4.c75 int gmode = 0, err; local
121 if ((err=db_create(&dbp, NULL, 0)) == 0) {
125 (err=dbp->open(dbp, 0, info->path, NULL, type, gmode, filemode)) == 0) {
127 (err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) {
139 *error = db_strerror(err);
142 *error = db_strerror(err);
/PHP-7.4/ext/curl/
H A Dshare.c33 #define SAVE_CURLSH_ERROR(__handle, __err) (__handle)->err.no = (int) __err;
146 RETURN_LONG(sh->err.no); in PHP_FUNCTION()
/PHP-7.4/ext/com_dotnet/
H A Dcom_dotnet.c206 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
207 snprintf(buf, sizeof(buf), "Failed to init .Net runtime [%s] %s", where, err); in PHP_FUNCTION()
208 php_win32_error_msg_free(err); in PHP_FUNCTION()
219 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
220 snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] %s", where, err); in PHP_FUNCTION()
221 php_win32_error_msg_free(err); in PHP_FUNCTION()
231 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
232 snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] %s", where, err); in PHP_FUNCTION()
233 php_win32_error_msg_free(err); in PHP_FUNCTION()
313 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
[all …]
/PHP-7.4/Zend/tests/
H A Dbug41075.phpt6 function err($errno, $errstr, $errfile, $errline)
11 set_error_handler("err");
/PHP-7.4/win32/
H A Dglob.c438 int c, err, oldpathc; local
498 if ((err = glob1(patbuf, patbuf+MAXPATHLEN-1, pglob, &limit)) != 0)
499 return(err);
622 int err; local
650 err = 0;
670 err = 1;
678 err = glob2(pathbuf, pathbuf_last, --dc, pathend_last,
680 if (err)
688 return(err);
H A Dreaddir.c77 DWORD err = GetLastError(); in opendir() local
78 if (err == ERROR_NO_MORE_FILES || err == ERROR_FILE_NOT_FOUND) { in opendir()
/PHP-7.4/tests/classes/
H A Dinterface_method.phpt7 function err() {}
12 Fatal error: Interface function if_a::err() cannot contain body %s on line %d
H A Dinterface_method_final.phpt7 abstract final function err();
H A Dinterface_method_private.phpt7 abstract private function err();
12 Fatal error: Access type for interface method if_a::err() must be omitted in %s on line %d

Completed in 46 milliseconds

1234567