INTERNAL_FUNCTION_PARAMETERS 38 Zend/zend_API.h void (*handler)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 68 Zend/zend_API.h #define ZEND_NAMED_FUNCTION(name) void name(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 1004 Zend/zend_builtin_functions.c static void is_a_impl(INTERNAL_FUNCTION_PARAMETERS, zend_bool only_subclass) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 45 Zend/zend_closures.c void (*orig_internal_handler)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 545 Zend/zend_closures.c static void zend_closure_internal_handler(INTERNAL_FUNCTION_PARAMETERS) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 397 Zend/zend_compile.h void (*handler)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 94 Zend/zend_object_handlers.h typedef int (*zend_object_call_method_t)(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 335 ext/bz2/bz2.c static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int); INTERNAL_FUNCTION_PARAMETERS 614 ext/bz2/bz2.c static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) INTERNAL_FUNCTION_PARAMETERS 27 ext/calendar/easter.c static void _cal_easter(INTERNAL_FUNCTION_PARAMETERS, zend_long gm) INTERNAL_FUNCTION_PARAMETERS 361 ext/com_dotnet/com_handlers.c static int com_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 325 ext/com_dotnet/com_saproxy.c static int saproxy_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 549 ext/com_dotnet/com_variant.c static void variant_binary_operation(enum variant_binary_opcode op, INTERNAL_FUNCTION_PARAMETERS) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 757 ext/com_dotnet/com_variant.c static void variant_unary_operation(enum variant_unary_opcode op, INTERNAL_FUNCTION_PARAMETERS) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 32 ext/curl/curl_file.c static void curlfile_ctor(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 73 ext/curl/curl_file.c static void curlfile_get_property(char *name, INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 85 ext/curl/curl_file.c static void curlfile_set_property(char *name, INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 1230 ext/date/php_date.c static void php_date(INTERNAL_FUNCTION_PARAMETERS, int localtime) INTERNAL_FUNCTION_PARAMETERS 1495 ext/date/php_date.c PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt) INTERNAL_FUNCTION_PARAMETERS 1601 ext/date/php_date.c PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gmt) INTERNAL_FUNCTION_PARAMETERS 2868 ext/date/php_date.c void php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAMETERS, timelib_time *parsed_time, struct timelib_error_container *error) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 4628 ext/date/php_date.c static void php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAMETERS, int calc_sunset) INTERNAL_FUNCTION_PARAMETERS 209 ext/date/php_date.h PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt); INTERNAL_FUNCTION_PARAMETERS 213 ext/date/php_date.h PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm); INTERNAL_FUNCTION_PARAMETERS 569 ext/dba/dba.c static void php_dba_update(INTERNAL_FUNCTION_PARAMETERS, int mode) INTERNAL_FUNCTION_PARAMETERS 631 ext/dba/dba.c static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) INTERNAL_FUNCTION_PARAMETERS 1473 ext/dom/document.c static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) { INTERNAL_FUNCTION_PARAMETERS 1795 ext/dom/document.c static void _dom_document_schema_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 1897 ext/dom/document.c static void _dom_document_relaxNG_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 1994 ext/dom/document.c static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 1666 ext/dom/node.c static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 349 ext/dom/xpath.c static void php_xpath_eval(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 430 ext/fileinfo/fileinfo.c static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mimetype_emu) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 88 ext/gd/gd.c static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int, int); INTERNAL_FUNCTION_PARAMETERS 118 ext/gd/gd.c static void php_image_filter_negate(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 119 ext/gd/gd.c static void php_image_filter_grayscale(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 120 ext/gd/gd.c static void php_image_filter_brightness(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 121 ext/gd/gd.c static void php_image_filter_contrast(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 122 ext/gd/gd.c static void php_image_filter_colorize(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 123 ext/gd/gd.c static void php_image_filter_edgedetect(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 124 ext/gd/gd.c static void php_image_filter_emboss(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 125 ext/gd/gd.c static void php_image_filter_gaussian_blur(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 126 ext/gd/gd.c static void php_image_filter_selective_blur(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 127 ext/gd/gd.c static void php_image_filter_mean_removal(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 128 ext/gd/gd.c static void php_image_filter_smooth(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 129 ext/gd/gd.c static void php_image_filter_pixelate(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 133 ext/gd/gd.c static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)()); INTERNAL_FUNCTION_PARAMETERS 134 ext/gd/gd.c static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()); INTERNAL_FUNCTION_PARAMETERS 136 ext/gd/gd.c static void _php_image_convert(INTERNAL_FUNCTION_PARAMETERS, int image_type); INTERNAL_FUNCTION_PARAMETERS 2290 ext/gd/gd.c static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)()) INTERNAL_FUNCTION_PARAMETERS 2497 ext/gd/gd.c static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) INTERNAL_FUNCTION_PARAMETERS 3328 ext/gd/gd.c static void php_imagepolygon(INTERNAL_FUNCTION_PARAMETERS, int filled) INTERNAL_FUNCTION_PARAMETERS 3445 ext/gd/gd.c static void php_imagefontsize(INTERNAL_FUNCTION_PARAMETERS, int arg) INTERNAL_FUNCTION_PARAMETERS 3507 ext/gd/gd.c static void php_imagechar(INTERNAL_FUNCTION_PARAMETERS, int mode) INTERNAL_FUNCTION_PARAMETERS 3824 ext/gd/gd.c static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int mode, int extended) INTERNAL_FUNCTION_PARAMETERS 3989 ext/gd/gd.c static void _php_image_convert(INTERNAL_FUNCTION_PARAMETERS, int image_type ) INTERNAL_FUNCTION_PARAMETERS 4178 ext/gd/gd.c static void php_image_filter_negate(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 4189 ext/gd/gd.c static void php_image_filter_grayscale(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 4200 ext/gd/gd.c static void php_image_filter_brightness(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 4225 ext/gd/gd.c static void php_image_filter_contrast(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 4250 ext/gd/gd.c static void php_image_filter_colorize(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 4276 ext/gd/gd.c static void php_image_filter_edgedetect(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 4287 ext/gd/gd.c static void php_image_filter_emboss(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 4298 ext/gd/gd.c static void php_image_filter_gaussian_blur(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 4309 ext/gd/gd.c static void php_image_filter_selective_blur(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 4320 ext/gd/gd.c static void php_image_filter_mean_removal(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 4331 ext/gd/gd.c static void php_image_filter_smooth(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 4357 ext/gd/gd.c static void php_image_filter_pixelate(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 4389 ext/gd/gd.c typedef void (*image_filter)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 72 ext/gd/gd_ctx.c static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) INTERNAL_FUNCTION_PARAMETERS 913 ext/gmp/gmp.c static inline void _gmp_binary_ui_op(INTERNAL_FUNCTION_PARAMETERS, gmp_binary_op_t gmp_op, gmp_binary_ui_op_t gmp_ui_op, int check_b_zero) INTERNAL_FUNCTION_PARAMETERS 957 ext/gmp/gmp.c static inline void _gmp_unary_ui_op(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_ui_op_t gmp_op) INTERNAL_FUNCTION_PARAMETERS 971 ext/gmp/gmp.c static inline void _gmp_unary_op(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_op_t gmp_op) INTERNAL_FUNCTION_PARAMETERS 985 ext/gmp/gmp.c static inline void _gmp_unary_opl(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_opl_t gmp_op) INTERNAL_FUNCTION_PARAMETERS 1003 ext/gmp/gmp.c static inline void _gmp_binary_opl(INTERNAL_FUNCTION_PARAMETERS, gmp_binary_opl_t gmp_op) INTERNAL_FUNCTION_PARAMETERS 119 ext/hash/hash.c static void php_hash_do_hash(INTERNAL_FUNCTION_PARAMETERS, int isfilename, zend_bool raw_output_default) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 236 ext/hash/hash.c static void php_hash_do_hash_hmac(INTERNAL_FUNCTION_PARAMETERS, int isfilename, zend_bool raw_output_default) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 1143 ext/imap/php_imap.c static void php_imap_do_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) INTERNAL_FUNCTION_PARAMETERS 3040 ext/imap/php_imap.c static void php_imap_mutf7(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 343 ext/interbase/ibase_blobs.c static void _php_ibase_blob_end(INTERNAL_FUNCTION_PARAMETERS, int bl_end) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 865 ext/interbase/ibase_query.c static int _php_ibase_exec(INTERNAL_FUNCTION_PARAMETERS, ibase_result **ib_resultp, /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 1475 ext/interbase/ibase_query.c static void _php_ibase_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int fetch_type) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 134 ext/interbase/ibase_service.c static void _php_ibase_user(INTERNAL_FUNCTION_PARAMETERS, char operation) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 271 ext/interbase/ibase_service.c static void _php_ibase_service_query(INTERNAL_FUNCTION_PARAMETERS, /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 417 ext/interbase/ibase_service.c static void _php_ibase_backup_restore(INTERNAL_FUNCTION_PARAMETERS, char operation) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 487 ext/interbase/ibase_service.c static void _php_ibase_service_action(INTERNAL_FUNCTION_PARAMETERS, char svc_action) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 551 ext/interbase/interbase.c void _php_ibase_get_link_trans(INTERNAL_FUNCTION_PARAMETERS, /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 884 ext/interbase/interbase.c static void _php_ibase_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 1314 ext/interbase/interbase.c static void _php_ibase_trans_end(INTERNAL_FUNCTION_PARAMETERS, int commit) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 169 ext/interbase/php_ibase_includes.h void _php_ibase_get_link_trans(INTERNAL_FUNCTION_PARAMETERS, zval *link_id, INTERNAL_FUNCTION_PARAMETERS 28 ext/intl/collator/collator_create.c static int collator_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) INTERNAL_FUNCTION_PARAMETERS 287 ext/intl/collator/collator_sort.c static void collator_sort_internal( int renumber, INTERNAL_FUNCTION_PARAMETERS ) INTERNAL_FUNCTION_PARAMETERS 414 ext/intl/converter/converter.c static void php_converter_do_set_encoding(UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) { INTERNAL_FUNCTION_PARAMETERS 447 ext/intl/converter/converter.c static void php_converter_do_get_encoding(php_converter_object *objval, UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) { INTERNAL_FUNCTION_PARAMETERS 488 ext/intl/converter/converter.c static void php_converter_do_get_type(php_converter_object *objval, UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) { INTERNAL_FUNCTION_PARAMETERS 28 ext/intl/formatter/formatter_main.c static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) INTERNAL_FUNCTION_PARAMETERS 587 ext/intl/grapheme/grapheme_string.c static void strstr_common_handler(INTERNAL_FUNCTION_PARAMETERS, int f_ignore_case) INTERNAL_FUNCTION_PARAMETERS 136 ext/intl/idn/idn.c static void php_intl_idn_to_46(INTERNAL_FUNCTION_PARAMETERS, INTERNAL_FUNCTION_PARAMETERS 204 ext/intl/idn/idn.c static void php_intl_idn_to(INTERNAL_FUNCTION_PARAMETERS, INTERNAL_FUNCTION_PARAMETERS 260 ext/intl/idn/idn.c static void php_intl_idn_handoff(INTERNAL_FUNCTION_PARAMETERS, int mode) INTERNAL_FUNCTION_PARAMETERS 380 ext/intl/locale/locale_methods.c static void get_icu_value_src_php( char* tag_name, INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 477 ext/intl/locale/locale_methods.c static void get_icu_disp_value_src_php( char* tag_name, INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 29 ext/intl/msgformat/msgformat.c static int msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) INTERNAL_FUNCTION_PARAMETERS 76 ext/intl/resourcebundle/resourcebundle_class.c static int resourcebundle_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) INTERNAL_FUNCTION_PARAMETERS 706 ext/ldap/ldap.c static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) INTERNAL_FUNCTION_PARAMETERS 1416 ext/ldap/ldap.c static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper) INTERNAL_FUNCTION_PARAMETERS 2795 ext/ldap/ldap.c static void php_ldap_do_translate(INTERNAL_FUNCTION_PARAMETERS, int way) INTERNAL_FUNCTION_PARAMETERS 3911 ext/mbstring/mbstring.c php_mb_numericentity_exec(INTERNAL_FUNCTION_PARAMETERS, int type) INTERNAL_FUNCTION_PARAMETERS 687 ext/mbstring/php_mbregex.c static void _php_mb_regex_ereg_exec(INTERNAL_FUNCTION_PARAMETERS, int icase) INTERNAL_FUNCTION_PARAMETERS 783 ext/mbstring/php_mbregex.c static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOptionType options, int is_callable) INTERNAL_FUNCTION_PARAMETERS 1178 ext/mbstring/php_mbregex.c _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAMETERS, int mode) INTERNAL_FUNCTION_PARAMETERS 1231 ext/mysqli/mysqli.c void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flags, int into_object) INTERNAL_FUNCTION_PARAMETERS 939 ext/mysqli/mysqli_api.c void mysqli_stmt_fetch_libmysql(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 1118 ext/mysqli/mysqli_api.c void mysqli_stmt_fetch_mysqlnd(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 1482 ext/mysqli/mysqli_api.c void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_method) INTERNAL_FUNCTION_PARAMETERS 59 ext/mysqli/mysqli_nonapi.c void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_real_connect, zend_bool in_ctor) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 66 ext/mysqli/mysqli_priv.h extern void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flag, int into_object); INTERNAL_FUNCTION_PARAMETERS 147 ext/mysqli/mysqli_priv.h void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_real_connect, zend_bool in_ctor); INTERNAL_FUNCTION_PARAMETERS 149 ext/mysqli/mysqli_priv.h void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_method); INTERNAL_FUNCTION_PARAMETERS 1750 ext/oci8/oci8.c void php_oci_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent, int exclusive) INTERNAL_FUNCTION_PARAMETERS 2647 ext/oci8/oci8.c void php_oci_fetch_row (INTERNAL_FUNCTION_PARAMETERS, int mode, int expected_args) INTERNAL_FUNCTION_PARAMETERS 1475 ext/oci8/oci8_statement.c php_oci_out_column *php_oci_statement_get_column_helper(INTERNAL_FUNCTION_PARAMETERS, int need_data) INTERNAL_FUNCTION_PARAMETERS 424 ext/oci8/php_oci8_int.h void php_oci_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent, int exclusive); INTERNAL_FUNCTION_PARAMETERS 432 ext/oci8/php_oci8_int.h void php_oci_fetch_row(INTERNAL_FUNCTION_PARAMETERS, int mode, int expected_args); INTERNAL_FUNCTION_PARAMETERS 498 ext/oci8/php_oci8_int.h php_oci_out_column *php_oci_statement_get_column_helper(INTERNAL_FUNCTION_PARAMETERS, int need_data); INTERNAL_FUNCTION_PARAMETERS 63 ext/odbc/php_odbc.c void odbc_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent); INTERNAL_FUNCTION_PARAMETERS 917 ext/odbc/php_odbc.c void php_odbc_fetch_attribs(INTERNAL_FUNCTION_PARAMETERS, int mode) INTERNAL_FUNCTION_PARAMETERS 1047 ext/odbc/php_odbc.c void odbc_transact(INTERNAL_FUNCTION_PARAMETERS, int type) INTERNAL_FUNCTION_PARAMETERS 1083 ext/odbc/php_odbc.c void odbc_column_lengths(INTERNAL_FUNCTION_PARAMETERS, int type) INTERNAL_FUNCTION_PARAMETERS 1708 ext/odbc/php_odbc.c static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) INTERNAL_FUNCTION_PARAMETERS 2565 ext/odbc/php_odbc.c void odbc_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) INTERNAL_FUNCTION_PARAMETERS 3039 ext/odbc/php_odbc.c static void php_odbc_lasterror(INTERNAL_FUNCTION_PARAMETERS, int mode) INTERNAL_FUNCTION_PARAMETERS 118 ext/opcache/ZendAccelerator.c static void (*orig_chdir)(INTERNAL_FUNCTION_PARAMETERS) = NULL; INTERNAL_FUNCTION_PARAMETERS 40 ext/opcache/zend_accelerator_module.c static void (*orig_file_exists)(INTERNAL_FUNCTION_PARAMETERS) = NULL; INTERNAL_FUNCTION_PARAMETERS 41 ext/opcache/zend_accelerator_module.c static void (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS) = NULL; INTERNAL_FUNCTION_PARAMETERS 42 ext/opcache/zend_accelerator_module.c static void (*orig_is_readable)(INTERNAL_FUNCTION_PARAMETERS) = NULL; INTERNAL_FUNCTION_PARAMETERS 344 ext/opcache/zend_accelerator_module.c static int accel_file_in_cache(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 357 ext/opcache/zend_accelerator_module.c static void accel_file_exists(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 366 ext/opcache/zend_accelerator_module.c static void accel_is_file(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 375 ext/opcache/zend_accelerator_module.c static void accel_is_readable(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 1078 ext/pcntl/pcntl.c static void pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAMETERS, int timedwait) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 590 ext/pcre/php_pcre.c static void php_do_pcre_match(INTERNAL_FUNCTION_PARAMETERS, int global) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 1541 ext/pdo/pdo_stmt.c static int register_bound_param(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int is_param) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 1835 ext/pdo/pdo_stmt.c int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip) INTERNAL_FUNCTION_PARAMETERS 2625 ext/pdo/pdo_stmt.c static int row_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 48 ext/pdo/php_pdo_int.h int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip_first_arg); INTERNAL_FUNCTION_PARAMETERS 1273 ext/pgsql/pgsql.c static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) INTERNAL_FUNCTION_PARAMETERS 1503 ext/pgsql/pgsql.c static int php_pgsql_get_default_link(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 1599 ext/pgsql/pgsql.c static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) INTERNAL_FUNCTION_PARAMETERS 2246 ext/pgsql/pgsql.c static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) INTERNAL_FUNCTION_PARAMETERS 2493 ext/pgsql/pgsql.c static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) INTERNAL_FUNCTION_PARAMETERS 2676 ext/pgsql/pgsql.c static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, zend_long result_type, int into_object) INTERNAL_FUNCTION_PARAMETERS 2972 ext/pgsql/pgsql.c static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) INTERNAL_FUNCTION_PARAMETERS 4546 ext/pgsql/pgsql.c static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) /* {{{ */ { INTERNAL_FUNCTION_PARAMETERS 4779 ext/pgsql/pgsql.c static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type) INTERNAL_FUNCTION_PARAMETERS 225 ext/pgsql/php_pgsql.h static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent); INTERNAL_FUNCTION_PARAMETERS 226 ext/pgsql/php_pgsql.h static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type); INTERNAL_FUNCTION_PARAMETERS 227 ext/pgsql/php_pgsql.h static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type); INTERNAL_FUNCTION_PARAMETERS 229 ext/pgsql/php_pgsql.h static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type); INTERNAL_FUNCTION_PARAMETERS 230 ext/pgsql/php_pgsql.h static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type); INTERNAL_FUNCTION_PARAMETERS 231 ext/pgsql/php_pgsql.h static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type); INTERNAL_FUNCTION_PARAMETERS 608 ext/phar/func_interceptors.c static void phar_file_stat(const char *filename, php_stat_len filename_length, int type, void (*orig_stat_func)(INTERNAL_FUNCTION_PARAMETERS), INTERNAL_FUNCTION_PARAMETERS) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 806 ext/phar/func_interceptors.c void fname(INTERNAL_FUNCTION_PARAMETERS) { \ INTERNAL_FUNCTION_PARAMETERS 1127 ext/phar/func_interceptors.c void (*orig_fopen)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1128 ext/phar/func_interceptors.c void (*orig_file_get_contents)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1129 ext/phar/func_interceptors.c void (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1130 ext/phar/func_interceptors.c void (*orig_is_link)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1131 ext/phar/func_interceptors.c void (*orig_is_dir)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1132 ext/phar/func_interceptors.c void (*orig_opendir)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1133 ext/phar/func_interceptors.c void (*orig_file_exists)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1134 ext/phar/func_interceptors.c void (*orig_fileperms)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1135 ext/phar/func_interceptors.c void (*orig_fileinode)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1136 ext/phar/func_interceptors.c void (*orig_filesize)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1137 ext/phar/func_interceptors.c void (*orig_fileowner)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1138 ext/phar/func_interceptors.c void (*orig_filegroup)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1139 ext/phar/func_interceptors.c void (*orig_fileatime)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1140 ext/phar/func_interceptors.c void (*orig_filemtime)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1141 ext/phar/func_interceptors.c void (*orig_filectime)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1142 ext/phar/func_interceptors.c void (*orig_filetype)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1143 ext/phar/func_interceptors.c void (*orig_is_writable)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1144 ext/phar/func_interceptors.c void (*orig_is_readable)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1145 ext/phar/func_interceptors.c void (*orig_is_executable)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1146 ext/phar/func_interceptors.c void (*orig_lstat)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1147 ext/phar/func_interceptors.c void (*orig_readfile)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 1148 ext/phar/func_interceptors.c void (*orig_stat)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 160 ext/phar/phar_internal.h void (*orig_fopen)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 161 ext/phar/phar_internal.h void (*orig_file_get_contents)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 162 ext/phar/phar_internal.h void (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 163 ext/phar/phar_internal.h void (*orig_is_link)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 164 ext/phar/phar_internal.h void (*orig_is_dir)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 165 ext/phar/phar_internal.h void (*orig_opendir)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 166 ext/phar/phar_internal.h void (*orig_file_exists)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 167 ext/phar/phar_internal.h void (*orig_fileperms)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 168 ext/phar/phar_internal.h void (*orig_fileinode)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 169 ext/phar/phar_internal.h void (*orig_filesize)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 170 ext/phar/phar_internal.h void (*orig_fileowner)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 171 ext/phar/phar_internal.h void (*orig_filegroup)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 172 ext/phar/phar_internal.h void (*orig_fileatime)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 173 ext/phar/phar_internal.h void (*orig_filemtime)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 174 ext/phar/phar_internal.h void (*orig_filectime)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 175 ext/phar/phar_internal.h void (*orig_filetype)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 176 ext/phar/phar_internal.h void (*orig_is_writable)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 177 ext/phar/phar_internal.h void (*orig_is_readable)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 178 ext/phar/phar_internal.h void (*orig_is_executable)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 179 ext/phar/phar_internal.h void (*orig_lstat)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 180 ext/phar/phar_internal.h void (*orig_readfile)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 181 ext/phar/phar_internal.h void (*orig_stat)(INTERNAL_FUNCTION_PARAMETERS); INTERNAL_FUNCTION_PARAMETERS 818 ext/pspell/pspell.c static void pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option) INTERNAL_FUNCTION_PARAMETERS 1156 ext/reflection/php_reflection.c static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) INTERNAL_FUNCTION_PARAMETERS 1360 ext/reflection/php_reflection.c static void _reflection_export(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *ce_ptr, int ctor_argc) INTERNAL_FUNCTION_PARAMETERS 1456 ext/reflection/php_reflection.c static parameter_reference *_reflection_param_get_default_param(INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 1480 ext/reflection/php_reflection.c static zend_op *_reflection_param_get_default_precv(INTERNAL_FUNCTION_PARAMETERS, parameter_reference *param) INTERNAL_FUNCTION_PARAMETERS 3664 ext/reflection/php_reflection.c static void reflection_class_object_ctor(INTERNAL_FUNCTION_PARAMETERS, int is_object) INTERNAL_FUNCTION_PARAMETERS 4442 ext/reflection/php_reflection.c static void _class_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) INTERNAL_FUNCTION_PARAMETERS 5279 ext/reflection/php_reflection.c static void _property_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 699 ext/snmp/snmp.c static void php_snmp_internal(INTERNAL_FUNCTION_PARAMETERS, int st, INTERNAL_FUNCTION_PARAMETERS 1414 ext/snmp/snmp.c static void php_snmp(INTERNAL_FUNCTION_PARAMETERS, int st, int version) INTERNAL_FUNCTION_PARAMETERS 1421 ext/spl/spl_array.c static void spl_array_method(INTERNAL_FUNCTION_PARAMETERS, char *fname, int fname_len, int use_arg) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 675 ext/spl/spl_directory.c void spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAMETERS, zend_long ctor_flags) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 472 ext/spl/spl_iterators.c static void spl_recursive_it_it_construct(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *ce_base, zend_class_entry *ce_inner, recursive_it_it_type rit_type) INTERNAL_FUNCTION_PARAMETERS 1383 ext/spl/spl_iterators.c int spl_dual_it_call_method(char *method, INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 1450 ext/spl/spl_iterators.c static spl_dual_it_object* spl_dual_it_construct(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *ce_base, zend_class_entry *ce_inner, dual_it_type dit_type) INTERNAL_FUNCTION_PARAMETERS 853 ext/standard/array.c static void php_natsort(INTERNAL_FUNCTION_PARAMETERS, int fold_case) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 1035 ext/standard/array.c static void php_usort(INTERNAL_FUNCTION_PARAMETERS, compare_func_t compare_func, zend_bool renumber) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 1590 ext/standard/array.c static inline void php_search_array(INTERNAL_FUNCTION_PARAMETERS, int behavior) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 3155 ext/standard/array.c static inline void php_array_merge_or_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive, int replace) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 3847 ext/standard/array.c static void php_array_intersect_key(INTERNAL_FUNCTION_PARAMETERS, int data_compare_type) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 3945 ext/standard/array.c static void php_array_intersect(INTERNAL_FUNCTION_PARAMETERS, int behavior, int data_compare_type, int key_compare_type) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 4275 ext/standard/array.c static void php_array_diff_key(INTERNAL_FUNCTION_PARAMETERS, int data_compare_type) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 4368 ext/standard/array.c static void php_array_diff(INTERNAL_FUNCTION_PARAMETERS, int behavior, int data_compare_type, int key_compare_type) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 219 ext/standard/dir.c static void _php_do_opendir(INTERNAL_FUNCTION_PARAMETERS, int createobject) INTERNAL_FUNCTION_PARAMETERS 205 ext/standard/exec.c static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 408 ext/standard/filestat.c static void php_do_chgrp(INTERNAL_FUNCTION_PARAMETERS, int do_lchgrp) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 545 ext/standard/filestat.c static void php_do_chown(INTERNAL_FUNCTION_PARAMETERS, int do_lchown) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 1081 ext/standard/filestat.c void name(INTERNAL_FUNCTION_PARAMETERS) { \ INTERNAL_FUNCTION_PARAMETERS 1093 ext/standard/filestat.c void name(INTERNAL_FUNCTION_PARAMETERS) { \ INTERNAL_FUNCTION_PARAMETERS 32 ext/standard/fsock.c static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persistent) INTERNAL_FUNCTION_PARAMETERS 1444 ext/standard/html.c static void php_html_entities(INTERNAL_FUNCTION_PARAMETERS, int all) INTERNAL_FUNCTION_PARAMETERS 1312 ext/standard/image.c static void php_getimagesize_from_stream(php_stream *stream, zval *info, INTERNAL_FUNCTION_PARAMETERS) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 1407 ext/standard/image.c static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 54 ext/standard/microtime.c static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode) INTERNAL_FUNCTION_PARAMETERS 1176 ext/standard/streamsfuncs.c static void apply_filter_to_stream(int append, INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 300 ext/standard/string.c static void php_spn_common_handler(INTERNAL_FUNCTION_PARAMETERS, int behavior) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 899 ext/standard/string.c static void php_do_trim(INTERNAL_FUNCTION_PARAMETERS, int mode) INTERNAL_FUNCTION_PARAMETERS 4113 ext/standard/string.c static void php_str_replace_common(INTERNAL_FUNCTION_PARAMETERS, int case_sensitivity) INTERNAL_FUNCTION_PARAMETERS 4196 ext/standard/string.c static void php_hebrev(INTERNAL_FUNCTION_PARAMETERS, int convert_newlines) INTERNAL_FUNCTION_PARAMETERS 5130 ext/standard/string.c static void php_strnatcmp(INTERNAL_FUNCTION_PARAMETERS, int fold_case) INTERNAL_FUNCTION_PARAMETERS 213 ext/standard/type.c static inline void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) INTERNAL_FUNCTION_PARAMETERS 426 ext/standard/user_filters.c static void php_stream_bucket_attach(int append, INTERNAL_FUNCTION_PARAMETERS) INTERNAL_FUNCTION_PARAMETERS 300 ext/sysvsem/sysvsem.c static void php_sysvsem_semop(INTERNAL_FUNCTION_PARAMETERS, int acquire) INTERNAL_FUNCTION_PARAMETERS 216 ext/tidy/tidy.c static void php_tidy_create_node(INTERNAL_FUNCTION_PARAMETERS, tidy_base_nodetypes); INTERNAL_FUNCTION_PARAMETERS 556 ext/tidy/tidy.c static void php_tidy_quick_repair(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_file) INTERNAL_FUNCTION_PARAMETERS 954 ext/tidy/tidy.c static void php_tidy_create_node(INTERNAL_FUNCTION_PARAMETERS, tidy_base_nodetypes node_type) INTERNAL_FUNCTION_PARAMETERS 1092 ext/xml/xml.c static void php_xml_parser_create_impl(INTERNAL_FUNCTION_PARAMETERS, int ns_support) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 400 ext/xmlreader/php_xmlreader.c static void php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_one_char_t internal_function) { INTERNAL_FUNCTION_PARAMETERS 433 ext/xmlreader/php_xmlreader.c static void php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_int_t internal_function) { INTERNAL_FUNCTION_PARAMETERS 458 ext/xmlreader/php_xmlreader.c static void php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_char_t internal_function) { INTERNAL_FUNCTION_PARAMETERS 481 ext/xmlreader/php_xmlreader.c static void php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAMETERS, int type) { INTERNAL_FUNCTION_PARAMETERS 692 ext/xmlwriter/php_xmlwriter.c static void php_xmlwriter_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_one_char_t internal_function, char *err_string) INTERNAL_FUNCTION_PARAMETERS 733 ext/xmlwriter/php_xmlwriter.c static void php_xmlwriter_end(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_int_t internal_function) INTERNAL_FUNCTION_PARAMETERS 1774 ext/xmlwriter/php_xmlwriter.c static void php_xmlwriter_flush(INTERNAL_FUNCTION_PARAMETERS, int force_string) { INTERNAL_FUNCTION_PARAMETERS 1300 ext/zip/php_zip.c static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 1610 ext/zip/php_zip.c static void php_zip_add_from_pattern(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ INTERNAL_FUNCTION_PARAMETERS 2679 ext/zip/php_zip.c static void php_zip_get_from(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */