Home
last modified time | relevance | path

Searched defs:error (Results 26 – 50 of 89) sorted by relevance

1234

/php-src/ext/bz2/
H A Dbz2.c447 int error, /* Error Container */ in PHP_FUNCTION() local
496 int error; in PHP_FUNCTION() local
/php-src/ext/libxml/
H A Dlibxml.c586 static void _php_list_set_error_structure(const xmlError *error, const char *msg, int line, int col… in _php_list_set_error_structure()
858 static void php_libxml_structured_error_handler(void *userData, const xmlError *error) in php_libxml_structured_error_handler()
1091 const xmlError *error = xmlGetLastError(); in PHP_FUNCTION() local
1118 xmlErrorPtr error; in PHP_FUNCTION() local
/php-src/ext/gd/libgd/
H A Dgdcache.c165 cacheFetch (char **error, void *key) in cacheFetch()
H A Dgd_bmp.c95 int error = 0; in gdImageBmpCtx() local
443 int error = 0; in gdImageCreateFromBmpCtx() local
H A Dgdkanji.c71 error (const char *format,...) in error() function
H A Dgdft.c364 static void *fontFetch (char **error, void *key)
585 static void * tweenColorFetch (char **error, void *key)
/php-src/ext/curl/
H A Dshare.c58 CURLSHcode error = CURLSHE_OK; in _php_curl_share_setopt() local
/php-src/ext/intl/
H A Dintl_data.h29 intl_error error; member
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstrtod.c163 int64_t error; in lexbor_strtod_diyfp_strtod() local
/php-src/ext/intl/timezone/
H A Dtimezone_methods.cpp636 UErrorCode error; in PHP_FUNCTION() local
672 UErrorCode error; in PHP_FUNCTION() local
/php-src/ext/dom/
H A Dxpath_callbacks.c196 char *error; in php_dom_xpath_callback_ns_update_method_handler() local
239 char *error; in php_dom_xpath_callback_ns_update_method_handler() local
H A Dhtml5_parser.c339 void *error; in lexbor_libxml2_bridge_report_errors() local
/php-src/win32/
H A Dwinutil.c25 PHP_WINUTIL_API char *php_win32_error_to_msg(HRESULT error) in php_win32_error_to_msg()
H A Dioutil.c218 DWORD error = GetLastError(); in php_win32_ioutil_open_w() local
233 DWORD error = GetLastError(); in php_win32_ioutil_open_w() local
H A Dsendmail.c178 PHPAPI int TSendMail(const char *host, int *error, char **error_message, in TSendMail()
/php-src/ext/mysqli/
H A Dmysqli.stub.php675 public string $error; variable in mysqli
768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c187 file_error_core(struct magic_set *ms, int error, const char *f, va_list va, in file_error_core()
208 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error()
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c82 PHPDBG_INFO(error) /* {{{ */ in PHPDBG_INFO() argument
/php-src/Zend/
H A Dzend_closures.c329 …ult zend_create_closure_from_callable(zval *return_value, zval *callable, char **error) /* {{{ */ { in zend_create_closure_from_callable()
393 char *error = NULL; in ZEND_METHOD() local
H A Dzend_API.c363 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(uint32_t num, char *error) /* {{{ */ in zend_wrong_callback_error()
372 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_or_null_error(uint32_t num, char *error) … in zend_wrong_callback_or_null_error()
803 static const char *zend_parse_arg_impl(zval *arg, va_list *va, const char **spec, char **error, uin… in zend_parse_arg_impl()
1087 char *error = NULL; in zend_parse_arg() local
3658 …_execute_data *frame, zend_fcall_info_cache *fcc, bool *strict_class, char **error, bool suppress_… in zend_is_callable_check_class()
3762 …d_execute_data *frame, zend_fcall_info_cache *fcc, bool strict_class, char **error, bool suppress_… in zend_is_callable_check_func()
4068 uint32_t check_flags, zend_fcall_info_cache *fcc, char **error) /* {{{ */ in zend_is_callable_at_frame()
4177 …t32_t check_flags, zend_string **callable_name, zend_fcall_info_cache *fcc, char **error) /* {{{ */ in zend_is_callable_ex()
4216 …d_fcall_info *fci, zend_fcall_info_cache *fcc, zend_string **callable_name, char **error) /* {{{ */ in zend_fcall_info_init()
/php-src/ext/date/lib/
H A Dparse_date.c366 static void add_warning(Scanner *s, int error_code, const char *error) in add_warning()
376 static void add_error(Scanner *s, int error_code, const char *error) in add_error()
386 static void add_pbf_warning(Scanner *s, int error_code, const char *error, const char *sptr, const … in add_pbf_warning()
396 static void add_pbf_error(Scanner *s, int error_code, const char *error, const char *sptr, const ch… in add_pbf_error()
H A Dtimelib.c170 timelib_long timelib_date_to_int(timelib_time *d, int *error) in timelib_date_to_int()
H A Dparse_iso_intervals.c91 static void add_error(Scanner *s, const char *error) in add_error()
/php-src/ext/intl/grapheme/
H A Dgrapheme_util.c89 #define STRPOS_CHECK_STATUS(status, error) \ argument
/php-src/main/
H A Dnetwork.c306 int error = 0; local
718 int error = 0, n; local

Completed in 138 milliseconds

1234