Home
last modified time | relevance | path

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

1234

/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dselectors.h32 uintptr_t error; member
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h74 char error[MYSQLND_ERRMSG_SIZE+1]; member
111 char error[MYSQLND_ERRMSG_SIZE+1]; member
141 char error[MYSQLND_ERRMSG_SIZE+1]; member
162 char error[MYSQLND_ERRMSG_SIZE+1]; member
293 char error[MYSQLND_ERRMSG_SIZE+1]; member
/php-src/ext/libxml/
H A Dlibxml.c597 static void _php_list_set_error_structure(const xmlError *error, const char *msg, int line, int col… in _php_list_set_error_structure()
869 static void php_libxml_structured_error_handler(void *userData, const xmlError *error) in php_libxml_structured_error_handler()
1099 static void php_libxml_create_error_object(zval *return_value, const xmlError *error) in php_libxml_create_error_object()
1123 const xmlError *error = xmlGetLastError(); in PHP_FUNCTION() local
1136 xmlErrorPtr error; in PHP_FUNCTION() local
/php-src/ext/curl/
H A Dinterface.c113 CURLcode error = curl_easy_setopt(ch->cp, option, str); in php_curl_option_str() local
1277 CURLcode error = CURLE_OK; in add_simple_field() local
1303 CURLcode error = CURLE_OK; in build_mime_structure_from_hash() local
1527 char *error = NULL; in php_curl_set_callable_handler() local
1563 CURLcode error = CURLE_OK; in _php_curl_setopt() local
2303 CURLcode error; in PHP_FUNCTION() local
2923 CURLcode error; in PHP_FUNCTION() local
H A Dshare.c58 CURLSHcode error = CURLSHE_OK; in _php_curl_share_setopt() local
/php-src/scripts/dev/
H A Dcheck_parameters.php52 function error($str, $level = 0) function
/php-src/ext/intl/transliterator/
H A Dtransliterator_class.c138 UErrorCode error = U_ZERO_ERROR; in Transliterator_clone_obj() local
/php-src/ext/bz2/
H A Dbz2.c446 int error, /* Error Container */ in PHP_FUNCTION() local
495 int 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
/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.cpp629 UErrorCode error; in PHP_FUNCTION() local
665 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
/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
/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()
/php-src/ext/intl/grapheme/
H A Dgrapheme_util.c87 #define STRPOS_CHECK_STATUS(status, error) \ argument

Completed in 117 milliseconds

1234