/PHP-8.0/ext/intl/converter/ |
H A D | converter.c | 32 intl_error error; member 110 zval *error; in PHP_METHOD() local 124 zval *source, *error; in PHP_METHOD() local 338 UErrorCode error = U_ZERO_ERROR; in php_converter_set_callbacks() local 370 UErrorCode error = U_ZERO_ERROR; in php_converter_set_encoding() local 564 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() local 576 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() local 596 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() local 625 UErrorCode error = U_ZERO_ERROR; in php_converter_do_convert() local 836 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() local [all …]
|
H A D | converter.stub.php | 16 public function fromUCallback(int $reason, array $source, int $codePoint, &$error) {} 64 public function toUCallback(int $reason, string $source, string $codeUnits, &$error) {}
|
/PHP-8.0/ext/phar/ |
H A D | phar_object.c | 186 char *error; in phar_file_action() local 1836 char *error; in PHP_METHOD() local 1933 char *error; in phar_copy_file_contents() local 2609 char *error; in PHP_METHOD() local 2826 char *error; in PHP_METHOD() local 3281 char *error; in PHP_METHOD() local 3356 char *error; in PHP_METHOD() local 3582 char *error; in phar_add_file() local 3676 char *error; in phar_mkdir() local 4033 char *error; in PHP_METHOD() local [all …]
|
H A D | util.c | 341 …e_len, char *path, size_t path_len, const char *mode, char allow_dir, char **error, int security) … in phar_get_entry_data() 507 …e_len, char *path, size_t path_len, const char *mode, char allow_dir, char **error, int security) … in phar_get_or_create_entry_data() 640 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error) /* {{{ */ in phar_copy_entry_fp() 684 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp() 800 int phar_create_writeable_entry(phar_archive_data *phar, phar_entry_info *entry, char **error) /* {… in phar_create_writeable_entry() 853 int phar_separate_entry_fp(phar_entry_info *entry, char **error) /* {{{ */ in phar_separate_entry_fp() 902 phar_entry_info * phar_open_jit(phar_archive_data *phar, phar_entry_info *entry, char **error) /* {… in phar_open_jit() 954 …ta **archive, char *fname, size_t fname_len, char *alias, size_t alias_len, char **error) /* {{{ */ in phar_get_archive() 1198 …_get_entry_info(phar_archive_data *phar, char *path, size_t path_len, char **error, int security) … in phar_get_entry_info() 1208 …o_dir(phar_archive_data *phar, char *path, size_t path_len, char dir, char **error, int security) … in phar_get_entry_info_dir() [all …]
|
H A D | stream.c | 63 char *arch = NULL, *entry = NULL, *error; in phar_parse_url() local 166 char *error; in phar_wrapper_open_url() local 461 char *error; in phar_stream_flush() local 554 char *internal_file, *error; in phar_wrapper_stat() local 662 char *internal_file, *error; in phar_wrapper_unlink() local 736 char *error; in phar_wrapper_rename() local
|
H A D | tar.c | 127 …size_t alias_len, int is_data, uint32_t options, phar_archive_data** pphar, char **error) /* {{{ */ in phar_open_or_create_tar() 210 …_t alias_len, phar_archive_data** pphar, int is_data, uint32_t compression, char **error) /* {{{ */ in phar_parse_tarfile() 711 char **error; member 873 int phar_tar_setmetadata(const phar_metadata_tracker *tracker, phar_entry_info *entry, char **error… in phar_tar_setmetadata() 910 char *lookfor, **error = i->error; in phar_tar_setupmetadata() local 962 …h(phar_archive_data *phar, char *user_stub, zend_long len, int defaultstub, char **error) /* {{{ */ in phar_tar_flush()
|
H A D | phar.c | 426 void phar_entry_remove(phar_entry_data *idata, char **error) /* {{{ */ in phar_entry_remove() 498 … alias_len, zend_bool is_data, uint32_t options, phar_archive_data** pphar, char **error) /* {{{ */ in phar_open_parsed_phar() 742 …en, zend_long halt_offset, phar_archive_data** pphar, uint32_t compression, char **error) /* {{{ */ in phar_parse_pharfile() 1315 … alias_len, zend_bool is_data, uint32_t options, phar_archive_data** pphar, char **error) /* {{{ */ in phar_open_or_create_filename() 1392 … alias_len, zend_bool is_data, uint32_t options, phar_archive_data** pphar, char **error) /* {{{ */ in phar_create_or_parse_filename() 1546 …char *alias, size_t alias_len, uint32_t options, phar_archive_data** pphar, char **error) /* {{{ */ in phar_open_from_filename() 1632 …size_t alias_len, uint32_t options, phar_archive_data** pphar, int is_data, char **error) /* {{{ */ in phar_open_from_fp() 2328 int phar_open_executed_filename(char *alias, size_t alias_len, char **error) /* {{{ */ in phar_open_executed_filename() 2395 int phar_postprocess_file(phar_entry_data *idata, uint32_t crc32, char **error, int process_zip) /*… in phar_postprocess_file() 2505 zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error) /… in phar_create_default_stub() [all …]
|
H A D | dirstream.c | 295 char *internal_file, *error; in phar_wrapper_open_dir() local 403 char *error, *arch, *entry2; in phar_wrapper_mkdir() local 535 char *error, *arch, *entry2; in phar_wrapper_rmdir() local
|
H A D | zip.c | 196 …size_t fname_len, char *alias, size_t alias_len, phar_archive_data** pphar, char **error) /* {{{ */ in phar_parse_zipfile() 772 …size_t alias_len, int is_data, uint32_t options, phar_archive_data** pphar, char **error) /* {{{ */ in phar_open_or_create_zip() 813 char **error; member 1203 …h(phar_archive_data *phar, char *user_stub, zend_long len, int defaultstub, char **error) /* {{{ */ in phar_zip_flush()
|
/PHP-8.0/ext/curl/ |
H A D | multi.c | 83 CURLMcode error = CURLM_OK; in PHP_FUNCTION() local 151 CURLMcode error = CURLM_OK; in PHP_FUNCTION() local 177 CURLMcode error = CURLM_OK; in PHP_FUNCTION() local 204 CURLMcode error = CURLM_OK; in PHP_FUNCTION() local 379 int error; in _php_server_push_callback() local 435 CURLMcode error = CURLM_OK; in _php_curl_multi_setopt() local
|
H A D | interface.c | 102 CURLcode error = CURLE_OK; in php_curl_option_str() local 1374 int error; in curl_write() local 1420 int error; in curl_fnmatch() local 1471 int error; in curl_progress() local 1524 int error; in curl_read() local 1592 int error; in curl_write_header() local 2002 CURLcode error = CURLE_OK; in build_mime_structure_from_hash() local 2210 CURLcode error = CURLE_OK; in _php_curl_setopt() local 2959 CURLcode error; in PHP_FUNCTION() local
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 508 char *error; in fpm_conf_set_rlimit_core() local 1338 int *error = (int *)arg; in fpm_conf_ini_parser_include() local 1395 int *error = (int *)arg; in fpm_conf_ini_parser_section() local 1434 int *error = (int *)arg; in fpm_conf_ini_parser_entry() local 1488 int *error = (int *)arg; in fpm_conf_ini_parser_array() local 1544 int *error; in fpm_conf_ini_parser() local 1570 int error = 0; in fpm_conf_load_ini_file() local
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_protocol_frame_codec.c | 81 int error = pfc->data->m.decode(decompressed_data, decompressed_size, in write_compressed_packet() local 268 int error; in MYSQLND_METHOD() local 292 int error; in MYSQLND_METHOD() local
|
H A D | mysqlnd_wireprotocol.h | 74 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 295 char error[MYSQLND_ERRMSG_SIZE+1]; member
|
/PHP-8.0/ext/intl/dateformat/ |
H A D | dateformat_data.h | 25 intl_error error; member
|
/PHP-8.0/ext/intl/formatter/ |
H A D | formatter_data.h | 26 intl_error error; member
|
/PHP-8.0/ext/mysqli/ |
H A D | mysqli_report.c | 45 void php_mysqli_report_error(const char *sqlstate, int errorno, const char *error) in php_mysqli_report_error()
|
/PHP-8.0/ext/intl/msgformat/ |
H A D | msgformat_data.h | 26 intl_error error; member
|
/PHP-8.0/ext/intl/uchar/ |
H A D | uchar.c | 217 UErrorCode error = U_ZERO_ERROR; in IC_METHOD() local 250 UErrorCode error = U_ZERO_ERROR; in IC_METHOD() local 299 UErrorCode error = U_ZERO_ERROR; in IC_METHOD() local 497 UErrorCode error = U_ZERO_ERROR; in IC_METHOD() local
|
/PHP-8.0/ext/ |
H A D | ext_skel.php | 22 function error($message) { function
|
/PHP-8.0/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.h | 26 intl_error error; member
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gdcache.h | 68 char *error; member
|
/PHP-8.0/scripts/dev/ |
H A D | check_parameters.php | 52 function error($str, $level = 0) function
|
/PHP-8.0/ext/libxml/ |
H A D | libxml.c | 484 static void _php_list_set_error_structure(xmlErrorPtr error, const char *msg) in _php_list_set_error_structure() 735 PHP_LIBXML_API void php_libxml_structured_error_handler(void *userData, xmlErrorPtr error) in php_libxml_structured_error_handler() 1038 xmlErrorPtr error; in PHP_FUNCTION() local 1070 xmlErrorPtr error; in PHP_FUNCTION() local
|
/PHP-8.0/ext/bz2/ |
H A D | bz2.c | 449 int error, /* Error Container */ in PHP_FUNCTION() local 498 int error; in PHP_FUNCTION() local
|