Home
last modified time | relevance | path

Searched defs:error (Results 1 – 25 of 89) sorted by path

1234

/php-src/Zend/
H A Dzend.c1203 ZEND_COLD void zenderror(const char *error) /* {{{ */ in zenderror()
1715 zend_error_info *error = EG(errors)[i]; in zend_emit_recorded_errors() 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()
H A Dzend_API.h2477 …all_info *dest_fci, zend_fcall_info_cache *dest_fcc, bool check_null, char **error, bool free_tram… in zend_parse_arg_func()
H A Dzend_call_stack.c127 int error; in zend_call_stack_get_linux_pthread() local
180 int error; in zend_call_stack_get_linux_proc_maps() local
274 int error; in zend_call_stack_get_freebsd_pthread() local
566 int error; in zend_call_stack_get_netbsd_pthread() local
699 int error, fd; in zend_call_stack_get_solaris_proc_maps() local
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_execute_API.c797 char *error = NULL; in zend_call_function() local
H A Dzend_vm_def.h3843 char *error = NULL; variable
H A Dzend_vm_execute.h7190 char *error = NULL; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER() local
9710 char *error = NULL; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER() local
12097 char *error = NULL; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER() local
/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/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
1523 char *error = NULL; in php_curl_set_callable_handler() local
1559 CURLcode error = CURLE_OK; in _php_curl_setopt() local
2299 CURLcode error; in PHP_FUNCTION() local
2919 CURLcode error; in PHP_FUNCTION() local
H A Dmulti.c86 CURLMcode error = CURLM_OK; in PHP_FUNCTION() local
154 CURLMcode error = CURLM_OK; in PHP_FUNCTION() local
180 CURLMcode error = CURLM_OK; in PHP_FUNCTION() local
207 CURLMcode error = CURLM_OK; in PHP_FUNCTION() local
419 CURLMcode error = CURLM_OK; in _php_curl_multi_setopt() local
H A Dshare.c58 CURLSHcode error = CURLSHE_OK; in _php_curl_share_setopt() 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 Dparse_iso_intervals.c91 static void add_error(Scanner *s, const char *error) in add_error()
H A Dtimelib.c170 timelib_long timelib_date_to_int(timelib_time *d, int *error) in timelib_date_to_int()
/php-src/ext/date/
H A Dphp_date.c1058 timelib_error_container *error = NULL; in php_parse_date() local
1084 timelib_error_container *error; in PHP_FUNCTION() local
3088 static void zval_from_error_container(zval *z, timelib_error_container *error) /* {{{ */ in zval_from_error_container()
3122 …ime(INTERNAL_FUNCTION_PARAMETERS, timelib_time *parsed_time, timelib_error_container *error) /* {{… in php_date_do_return_parsed_time()
3200 timelib_error_container *error; in PHP_FUNCTION() local
3216 timelib_error_container *error; in PHP_FUNCTION() local
/php-src/ext/dba/
H A Ddba.c480 const char *error = NULL; in php_dba_open() local
/php-src/ext/dom/
H A Dhtml5_parser.c339 void *error; in lexbor_libxml2_bridge_report_errors() local
H A Dhtml_document.c289 lxb_html_tokenizer_error_t *error, in dom_lexbor_libxml2_bridge_tokenizer_error_reporter()
300 lxb_html_tree_error_t *error, in dom_lexbor_libxml2_bridge_tree_error_reporter()
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
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstrtod.c163 int64_t error; in lexbor_strtod_diyfp_strtod() local
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dselectors.h32 uintptr_t error; member
/php-src/ext/
H A Dext_skel.php22 function error($message) { function
/php-src/ext/ffi/
H A Dffi.c996 char *error = NULL; in zend_ffi_create_callback() local
/php-src/ext/fileinfo/libmagic/
H A Dfile.h458 int error; member

Completed in 261 milliseconds

1234