Home
last modified time | relevance | path

Searched defs:err (Results 1 – 25 of 78) sorted by path

1234

/PHP-5.5/TSRM/
H A Dtsrm_nw.c59 int ptrLen = 0, argc = 0, i = 0, envCount = 0, err = 0; local
228 int err = 0; local
H A Dtsrm_win32.c245 DWORD err = GetLastError(); in tsrm_win32_access() local
529 DWORD err = GetLastError(); in popen_ex() local
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c628 char *err; in ZEND_FUNCTION() local
/PHP-5.5/ext/com_dotnet/
H A Dcom_dotnet.c206 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
221 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
234 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
311 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
/PHP-5.5/ext/curl/
H A Dphp_curl.h175 struct _php_curl_error err; member
/PHP-5.5/ext/date/
H A Dphp_date.c2562 timelib_error_container *err = NULL; in php_date_initialize() local
3064 timelib_error_container *err = NULL; in php_date_modify() local
4252 timelib_error_container *err = NULL; in PHP_FUNCTION() local
/PHP-5.5/ext/dba/
H A Ddba_db3.c60 int gmode = 0, err; in DBA_OPEN_FUNC() local
H A Ddba_db4.c78 int gmode = 0, err; local
/PHP-5.5/ext/dom/
H A Ddocument.c1914 int err; in PHP_FUNCTION() local
H A Ddocumentfragment.c128 int err; in PHP_METHOD() local
/PHP-5.5/ext/ereg/
H A Dereg.c249 static void php_ereg_eprint(int err, regex_t *re TSRMLS_DC) { in php_ereg_eprint()
297 int err, match_len, string_len; in php_ereg() local
414 int err, copts = 0; in php_ereg_replace() local
636 int err, size, copts = 0; in php_split() local
/PHP-5.5/ext/ereg/regex/
H A Dmain.c35 int err; local
219 int err; local
483 eprint(err) in eprint() argument
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c355 FT_Error err; local
/PHP-5.5/ext/iconv/
H A Diconv.c676 php_iconv_err_t err = PHP_ICONV_ERR_SUCCESS; in _php_iconv_strlen() local
760 php_iconv_err_t err = PHP_ICONV_ERR_SUCCESS; in _php_iconv_substr() local
908 php_iconv_err_t err = PHP_ICONV_ERR_SUCCESS; in _php_iconv_strpos() local
1089 php_iconv_err_t err = PHP_ICONV_ERR_SUCCESS; in _php_iconv_mime_encode() local
1995 php_iconv_err_t err; in PHP_FUNCTION() local
2029 php_iconv_err_t err; in PHP_FUNCTION() local
2071 php_iconv_err_t err; in PHP_FUNCTION() local
2118 php_iconv_err_t err; in PHP_FUNCTION() local
2160 php_iconv_err_t err; in PHP_FUNCTION() local
2281 php_iconv_err_t err; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.h35 intl_error err; member
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.h35 intl_error err; member
/PHP-5.5/ext/intl/collator/
H A Dcollator_class.h33 intl_error err; member
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp110 intl_error *err, const char *func TSRMLS_DC)
176 U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func TSRMLS_DC)
H A Dcommon_enum.h52 intl_error err; member
/PHP-5.5/ext/intl/converter/
H A Dconverter.c46 intl_error *err = objval ? &(objval->error) : NULL; in php_converter_throw_failure() local
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format.c112 intl_error *err = &dfo->datef_data.error; in internal_get_timestamp() local
H A Ddateformat_helpers.cpp34 intl_error *err, in datefmt_process_calendar_arg()
/PHP-5.5/ext/intl/idn/
H A Didn.c114 static int php_intl_idn_check_status(UErrorCode err, const char *msg, int mode TSRMLS_DC) in php_intl_idn_check_status()
/PHP-5.5/ext/intl/
H A Dintl_data.h49 #define INTL_CHECK_STATUS(err, msg) \ argument
H A Dintl_error.c65 intl_error* err = ecalloc( 1, sizeof( intl_error ) ); in intl_error_create() local
104 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) in intl_error_set_custom_msg()
159 void intl_error_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC ) in intl_error_set_code()
183 void intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) in intl_error_set()
193 void intl_errors_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) in intl_errors_set()
213 void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) in intl_errors_set_custom_msg()
224 void intl_errors_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC ) in intl_errors_set_code()

Completed in 86 milliseconds

1234