INTERNAL_FUNCTION_PARAMETERS 1218 Zend/zend_API.c ZEND_API int add_assoc_function(zval *arg, const char *key, void (*function_ptr)(INTERNAL_FUNCTION_PARAMETERS)) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS   37 Zend/zend_API.h 	void (*handler)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS   67 Zend/zend_API.h #define ZEND_NAMED_FUNCTION(name)		void name(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  374 Zend/zend_API.h ZEND_API int add_assoc_function(zval *arg, const char *key, void (*function_ptr)(INTERNAL_FUNCTION_PARAMETERS));
INTERNAL_FUNCTION_PARAMETERS  839 Zend/zend_builtin_functions.c static void is_a_impl(INTERNAL_FUNCTION_PARAMETERS, zend_bool only_subclass)
INTERNAL_FUNCTION_PARAMETERS  330 Zend/zend_compile.h 	void (*handler)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  873 Zend/zend_object_handlers.c ZEND_API void zend_std_call_user_call(INTERNAL_FUNCTION_PARAMETERS) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 1091 Zend/zend_object_handlers.c ZEND_API void zend_std_callstatic_user_call(INTERNAL_FUNCTION_PARAMETERS) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  174 Zend/zend_object_handlers.h ZEND_API void zend_std_call_user_call(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  305 ext/bz2/bz2.c  static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int);
INTERNAL_FUNCTION_PARAMETERS  592 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, int gm)
INTERNAL_FUNCTION_PARAMETERS  367 ext/com_dotnet/com_handlers.c static int com_call_method(const char *method, INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  330 ext/com_dotnet/com_saproxy.c static int saproxy_call_method(const char *method, INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  514 ext/com_dotnet/com_variant.c static void variant_binary_operation(enum variant_binary_opcode op, INTERNAL_FUNCTION_PARAMETERS) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  722 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 1217 ext/date/php_date.c static void php_date(INTERNAL_FUNCTION_PARAMETERS, int localtime)
INTERNAL_FUNCTION_PARAMETERS 1503 ext/date/php_date.c PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt)
INTERNAL_FUNCTION_PARAMETERS 1629 ext/date/php_date.c PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gmt)
INTERNAL_FUNCTION_PARAMETERS 2928 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 4605 ext/date/php_date.c static void php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAMETERS, int calc_sunset)
INTERNAL_FUNCTION_PARAMETERS  182 ext/date/php_date.h PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt);
INTERNAL_FUNCTION_PARAMETERS  186 ext/date/php_date.h PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm);
INTERNAL_FUNCTION_PARAMETERS  552 ext/dba/dba.c  static void php_dba_update(INTERNAL_FUNCTION_PARAMETERS, int mode)
INTERNAL_FUNCTION_PARAMETERS  614 ext/dba/dba.c  static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent)
INTERNAL_FUNCTION_PARAMETERS 1673 ext/dom/document.c static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) {
INTERNAL_FUNCTION_PARAMETERS 1980 ext/dom/document.c static void _dom_document_schema_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 2081 ext/dom/document.c static void _dom_document_relaxNG_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 2178 ext/dom/document.c static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 1748 ext/dom/node.c static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  386 ext/dom/xpath.c static void php_xpath_eval(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  289 ext/ereg/ereg.c static void php_ereg(INTERNAL_FUNCTION_PARAMETERS, int icase)
INTERNAL_FUNCTION_PARAMETERS  550 ext/ereg/ereg.c static void php_do_ereg_replace(INTERNAL_FUNCTION_PARAMETERS, int icase)
INTERNAL_FUNCTION_PARAMETERS  629 ext/ereg/ereg.c static void php_split(INTERNAL_FUNCTION_PARAMETERS, int icase)
INTERNAL_FUNCTION_PARAMETERS  411 ext/fileinfo/fileinfo.c static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mimetype_emu) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS   90 ext/gd/gd.c    static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int, int);
INTERNAL_FUNCTION_PARAMETERS  116 ext/gd/gd.c    static void php_image_filter_negate(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  117 ext/gd/gd.c    static void php_image_filter_grayscale(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  118 ext/gd/gd.c    static void php_image_filter_brightness(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  119 ext/gd/gd.c    static void php_image_filter_contrast(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  120 ext/gd/gd.c    static void php_image_filter_colorize(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  121 ext/gd/gd.c    static void php_image_filter_edgedetect(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  122 ext/gd/gd.c    static void php_image_filter_emboss(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  123 ext/gd/gd.c    static void php_image_filter_gaussian_blur(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  124 ext/gd/gd.c    static void php_image_filter_selective_blur(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  125 ext/gd/gd.c    static void php_image_filter_mean_removal(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  126 ext/gd/gd.c    static void php_image_filter_smooth(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  127 ext/gd/gd.c    static void php_image_filter_pixelate(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  131 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  132 ext/gd/gd.c    static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)());
INTERNAL_FUNCTION_PARAMETERS  134 ext/gd/gd.c    static void _php_image_convert(INTERNAL_FUNCTION_PARAMETERS, int image_type);
INTERNAL_FUNCTION_PARAMETERS 2346 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 2548 ext/gd/gd.c    static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)())
INTERNAL_FUNCTION_PARAMETERS 3320 ext/gd/gd.c    static void php_imagepolygon(INTERNAL_FUNCTION_PARAMETERS, int filled)
INTERNAL_FUNCTION_PARAMETERS 3449 ext/gd/gd.c    static void php_imagefontsize(INTERNAL_FUNCTION_PARAMETERS, int arg)
INTERNAL_FUNCTION_PARAMETERS 3511 ext/gd/gd.c    static void php_imagechar(INTERNAL_FUNCTION_PARAMETERS, int mode)
INTERNAL_FUNCTION_PARAMETERS 3802 ext/gd/gd.c    static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int mode, int extended)
INTERNAL_FUNCTION_PARAMETERS 4430 ext/gd/gd.c    static void _php_image_convert(INTERNAL_FUNCTION_PARAMETERS, int image_type )
INTERNAL_FUNCTION_PARAMETERS 4618 ext/gd/gd.c    static void php_image_filter_negate(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 4629 ext/gd/gd.c    static void php_image_filter_grayscale(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 4640 ext/gd/gd.c    static void php_image_filter_brightness(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 4663 ext/gd/gd.c    static void php_image_filter_contrast(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 4686 ext/gd/gd.c    static void php_image_filter_colorize(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 4710 ext/gd/gd.c    static void php_image_filter_edgedetect(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 4721 ext/gd/gd.c    static void php_image_filter_emboss(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 4732 ext/gd/gd.c    static void php_image_filter_gaussian_blur(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 4743 ext/gd/gd.c    static void php_image_filter_selective_blur(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 4754 ext/gd/gd.c    static void php_image_filter_mean_removal(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 4765 ext/gd/gd.c    static void php_image_filter_smooth(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 4789 ext/gd/gd.c    static void php_image_filter_pixelate(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS   77 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  611 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)
INTERNAL_FUNCTION_PARAMETERS  660 ext/gmp/gmp.c  static inline void _gmp_unary_ui_op(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_ui_op_t gmp_op)
INTERNAL_FUNCTION_PARAMETERS  674 ext/gmp/gmp.c  static inline void _gmp_unary_op(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_op_t gmp_op)
INTERNAL_FUNCTION_PARAMETERS  688 ext/gmp/gmp.c  static inline void _gmp_unary_opl(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_opl_t gmp_op)
INTERNAL_FUNCTION_PARAMETERS  706 ext/gmp/gmp.c  static inline void _gmp_binary_opl(INTERNAL_FUNCTION_PARAMETERS, gmp_binary_opl_t gmp_op)
INTERNAL_FUNCTION_PARAMETERS  126 ext/hash/hash.c static void php_hash_do_hash(INTERNAL_FUNCTION_PARAMETERS, int isfilename, zend_bool raw_output_default) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  242 ext/hash/hash.c static void php_hash_do_hash_hmac(INTERNAL_FUNCTION_PARAMETERS, int isfilename, zend_bool raw_output_default) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 1146 ext/imap/php_imap.c static void php_imap_do_open(INTERNAL_FUNCTION_PARAMETERS, int persistent)
INTERNAL_FUNCTION_PARAMETERS 2999 ext/imap/php_imap.c static void php_imap_mutf7(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  344 ext/interbase/ibase_blobs.c static void _php_ibase_blob_end(INTERNAL_FUNCTION_PARAMETERS, int bl_end) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  862 ext/interbase/ibase_query.c static int _php_ibase_exec(INTERNAL_FUNCTION_PARAMETERS, ibase_result **ib_resultp, /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 1474 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  416 ext/interbase/ibase_service.c static void _php_ibase_backup_restore(INTERNAL_FUNCTION_PARAMETERS, char operation) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  486 ext/interbase/ibase_service.c static void _php_ibase_service_action(INTERNAL_FUNCTION_PARAMETERS, char svc_action) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  552 ext/interbase/interbase.c void _php_ibase_get_link_trans(INTERNAL_FUNCTION_PARAMETERS, /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  893 ext/interbase/interbase.c static void _php_ibase_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 1310 ext/interbase/interbase.c static void _php_ibase_trans_end(INTERNAL_FUNCTION_PARAMETERS, int commit) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  167 ext/interbase/php_ibase_includes.h void _php_ibase_get_link_trans(INTERNAL_FUNCTION_PARAMETERS, zval **link_id,
INTERNAL_FUNCTION_PARAMETERS   45 ext/intl/breakiterator/breakiterator_methods.cpp 							   INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  197 ext/intl/breakiterator/breakiterator_methods.cpp 		INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  220 ext/intl/breakiterator/breakiterator_methods.cpp 		INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS   32 ext/intl/breakiterator/rulebasedbreakiterator_methods.cpp static void _php_intlrbbi_constructor_body(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  220 ext/intl/calendar/calendar_methods.cpp 		INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  361 ext/intl/calendar/calendar_methods.cpp 		INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  668 ext/intl/calendar/calendar_methods.cpp 		INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS   39 ext/intl/calendar/gregoriancalendar_methods.cpp static void _php_intlgregcal_constructor_body(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS   28 ext/intl/collator/collator_create.c static void collator_ctor(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  290 ext/intl/collator/collator_sort.c static void collator_sort_internal( int renumber, INTERNAL_FUNCTION_PARAMETERS )
INTERNAL_FUNCTION_PARAMETERS  439 ext/intl/converter/converter.c static void php_converter_do_set_encoding(UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) {
INTERNAL_FUNCTION_PARAMETERS  472 ext/intl/converter/converter.c static void php_converter_do_get_encoding(php_converter_object *objval, UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) {
INTERNAL_FUNCTION_PARAMETERS  513 ext/intl/converter/converter.c static void php_converter_do_get_type(php_converter_object *objval, UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) {
INTERNAL_FUNCTION_PARAMETERS   39 ext/intl/dateformat/dateformat_create.cpp static void datefmt_ctor(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS   28 ext/intl/formatter/formatter_main.c static void numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  613 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  262 ext/intl/idn/idn.c static void php_intl_idn_handoff(INTERNAL_FUNCTION_PARAMETERS, int mode)
INTERNAL_FUNCTION_PARAMETERS  369 ext/intl/locale/locale_methods.c static void get_icu_value_src_php( char* tag_name, INTERNAL_FUNCTION_PARAMETERS) 
INTERNAL_FUNCTION_PARAMETERS  465 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 void msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS) 
INTERNAL_FUNCTION_PARAMETERS   80 ext/intl/resourcebundle/resourcebundle_class.c static void resourcebundle_ctor(INTERNAL_FUNCTION_PARAMETERS) 
INTERNAL_FUNCTION_PARAMETERS  626 ext/ldap/ldap.c static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope)
INTERNAL_FUNCTION_PARAMETERS 1296 ext/ldap/ldap.c static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper)
INTERNAL_FUNCTION_PARAMETERS 2530 ext/ldap/ldap.c static void php_ldap_do_translate(INTERNAL_FUNCTION_PARAMETERS, int way) 
INTERNAL_FUNCTION_PARAMETERS 3707 ext/mbstring/mbstring.c php_mb_numericentity_exec(INTERNAL_FUNCTION_PARAMETERS, int type)
INTERNAL_FUNCTION_PARAMETERS  690 ext/mbstring/php_mbregex.c static void _php_mb_regex_ereg_exec(INTERNAL_FUNCTION_PARAMETERS, int icase)
INTERNAL_FUNCTION_PARAMETERS  787 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  544 ext/mssql/php_mssql.c static void php_mssql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent)
INTERNAL_FUNCTION_PARAMETERS  846 ext/mssql/php_mssql.c static int php_mssql_get_default_link(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 1494 ext/mssql/php_mssql.c static void php_mssql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type)
INTERNAL_FUNCTION_PARAMETERS  720 ext/mysql/php_mysql.c static void php_mysql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent)
INTERNAL_FUNCTION_PARAMETERS 1059 ext/mysql/php_mysql.c static int php_mysql_get_default_link(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 1536 ext/mysql/php_mysql.c static void php_mysql_do_query(INTERNAL_FUNCTION_PARAMETERS, int use_store)
INTERNAL_FUNCTION_PARAMETERS 2055 ext/mysql/php_mysql.c static void php_mysql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, long result_type, int expected_args, int into_object)
INTERNAL_FUNCTION_PARAMETERS 2471 ext/mysql/php_mysql.c static void php_mysql_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type)
INTERNAL_FUNCTION_PARAMETERS 1234 ext/mysqli/mysqli.c void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flags, int into_object)
INTERNAL_FUNCTION_PARAMETERS  990 ext/mysqli/mysqli_api.c void mysqli_stmt_fetch_libmysql(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 1165 ext/mysqli/mysqli_api.c void mysqli_stmt_fetch_mysqlnd(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 1527 ext/mysqli/mysqli_api.c void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS   60 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  149 ext/mysqli/mysqli_priv.h void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_real_connect, zend_bool in_ctor);
INTERNAL_FUNCTION_PARAMETERS  151 ext/mysqli/mysqli_priv.h void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1727 ext/oci8/oci8.c void php_oci_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent, int exclusive)
INTERNAL_FUNCTION_PARAMETERS 2571 ext/oci8/oci8.c void php_oci_fetch_row (INTERNAL_FUNCTION_PARAMETERS, int mode, int expected_args)
INTERNAL_FUNCTION_PARAMETERS 1320 ext/oci8/oci8_statement.c php_oci_out_column *php_oci_statement_get_column_helper(INTERNAL_FUNCTION_PARAMETERS, int need_data)
INTERNAL_FUNCTION_PARAMETERS  381 ext/oci8/php_oci8_int.h void php_oci_do_connect (INTERNAL_FUNCTION_PARAMETERS, int , int);
INTERNAL_FUNCTION_PARAMETERS  392 ext/oci8/php_oci8_int.h void php_oci_fetch_row(INTERNAL_FUNCTION_PARAMETERS, int, int);
INTERNAL_FUNCTION_PARAMETERS  460 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  916 ext/odbc/php_odbc.c void php_odbc_fetch_attribs(INTERNAL_FUNCTION_PARAMETERS, int mode)
INTERNAL_FUNCTION_PARAMETERS 1031 ext/odbc/php_odbc.c void odbc_transact(INTERNAL_FUNCTION_PARAMETERS, int type)
INTERNAL_FUNCTION_PARAMETERS 1065 ext/odbc/php_odbc.c void odbc_column_lengths(INTERNAL_FUNCTION_PARAMETERS, int type)
INTERNAL_FUNCTION_PARAMETERS 1684 ext/odbc/php_odbc.c static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type)
INTERNAL_FUNCTION_PARAMETERS 2532 ext/odbc/php_odbc.c void odbc_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent)
INTERNAL_FUNCTION_PARAMETERS 2991 ext/odbc/php_odbc.c static void php_odbc_lasterror(INTERNAL_FUNCTION_PARAMETERS, int mode)
INTERNAL_FUNCTION_PARAMETERS  108 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  338 ext/opcache/zend_accelerator_module.c static int accel_file_in_cache(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  351 ext/opcache/zend_accelerator_module.c static void accel_file_exists(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  360 ext/opcache/zend_accelerator_module.c static void accel_is_file(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  369 ext/opcache/zend_accelerator_module.c static void accel_is_readable(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  978 ext/pcntl/pcntl.c static void pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAMETERS, int timedwait) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  552 ext/pcre/php_pcre.c static void php_do_pcre_match(INTERNAL_FUNCTION_PARAMETERS, int global) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 1365 ext/pcre/php_pcre.c static void preg_replace_impl(INTERNAL_FUNCTION_PARAMETERS, int is_callable_replace, int is_filter)
INTERNAL_FUNCTION_PARAMETERS 1573 ext/pdo/pdo_stmt.c static int register_bound_param(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int is_param) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 1867 ext/pdo/pdo_stmt.c int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip)
INTERNAL_FUNCTION_PARAMETERS 2713 ext/pdo/pdo_stmt.c static int row_call_method(const char *method, INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS   46 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 1225 ext/pgsql/pgsql.c static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent)
INTERNAL_FUNCTION_PARAMETERS 1436 ext/pgsql/pgsql.c static int php_pgsql_get_default_link(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 1512 ext/pgsql/pgsql.c static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type)
INTERNAL_FUNCTION_PARAMETERS 2143 ext/pgsql/pgsql.c static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type)
INTERNAL_FUNCTION_PARAMETERS 2385 ext/pgsql/pgsql.c static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type)
INTERNAL_FUNCTION_PARAMETERS 2566 ext/pgsql/pgsql.c static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, long result_type, int into_object)
INTERNAL_FUNCTION_PARAMETERS 2870 ext/pgsql/pgsql.c static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type)
INTERNAL_FUNCTION_PARAMETERS 4365 ext/pgsql/pgsql.c static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) {
INTERNAL_FUNCTION_PARAMETERS 4600 ext/pgsql/pgsql.c static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type) 
INTERNAL_FUNCTION_PARAMETERS  210 ext/pgsql/php_pgsql.h static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent);
INTERNAL_FUNCTION_PARAMETERS  211 ext/pgsql/php_pgsql.h static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
INTERNAL_FUNCTION_PARAMETERS  212 ext/pgsql/php_pgsql.h static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
INTERNAL_FUNCTION_PARAMETERS  214 ext/pgsql/php_pgsql.h static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
INTERNAL_FUNCTION_PARAMETERS  215 ext/pgsql/php_pgsql.h static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
INTERNAL_FUNCTION_PARAMETERS  216 ext/pgsql/php_pgsql.h static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
INTERNAL_FUNCTION_PARAMETERS  611 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  809 ext/phar/func_interceptors.c void fname(INTERNAL_FUNCTION_PARAMETERS) { \
INTERNAL_FUNCTION_PARAMETERS 1130 ext/phar/func_interceptors.c 	void        (*orig_fopen)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1131 ext/phar/func_interceptors.c 	void        (*orig_file_get_contents)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1132 ext/phar/func_interceptors.c 	void        (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1133 ext/phar/func_interceptors.c 	void        (*orig_is_link)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1134 ext/phar/func_interceptors.c 	void        (*orig_is_dir)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1135 ext/phar/func_interceptors.c 	void        (*orig_opendir)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1136 ext/phar/func_interceptors.c 	void        (*orig_file_exists)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1137 ext/phar/func_interceptors.c 	void        (*orig_fileperms)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1138 ext/phar/func_interceptors.c 	void        (*orig_fileinode)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1139 ext/phar/func_interceptors.c 	void        (*orig_filesize)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1140 ext/phar/func_interceptors.c 	void        (*orig_fileowner)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1141 ext/phar/func_interceptors.c 	void        (*orig_filegroup)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1142 ext/phar/func_interceptors.c 	void        (*orig_fileatime)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1143 ext/phar/func_interceptors.c 	void        (*orig_filemtime)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1144 ext/phar/func_interceptors.c 	void        (*orig_filectime)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1145 ext/phar/func_interceptors.c 	void        (*orig_filetype)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1146 ext/phar/func_interceptors.c 	void        (*orig_is_writable)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1147 ext/phar/func_interceptors.c 	void        (*orig_is_readable)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1148 ext/phar/func_interceptors.c 	void        (*orig_is_executable)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1149 ext/phar/func_interceptors.c 	void        (*orig_lstat)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1150 ext/phar/func_interceptors.c 	void        (*orig_readfile)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS 1151 ext/phar/func_interceptors.c 	void        (*orig_stat)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  176 ext/phar/phar_internal.h 	void        (*orig_fopen)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  177 ext/phar/phar_internal.h 	void        (*orig_file_get_contents)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  178 ext/phar/phar_internal.h 	void        (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  179 ext/phar/phar_internal.h 	void        (*orig_is_link)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  180 ext/phar/phar_internal.h 	void        (*orig_is_dir)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  181 ext/phar/phar_internal.h 	void        (*orig_opendir)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  182 ext/phar/phar_internal.h 	void        (*orig_file_exists)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  183 ext/phar/phar_internal.h 	void        (*orig_fileperms)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  184 ext/phar/phar_internal.h 	void        (*orig_fileinode)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  185 ext/phar/phar_internal.h 	void        (*orig_filesize)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  186 ext/phar/phar_internal.h 	void        (*orig_fileowner)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  187 ext/phar/phar_internal.h 	void        (*orig_filegroup)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  188 ext/phar/phar_internal.h 	void        (*orig_fileatime)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  189 ext/phar/phar_internal.h 	void        (*orig_filemtime)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  190 ext/phar/phar_internal.h 	void        (*orig_filectime)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  191 ext/phar/phar_internal.h 	void        (*orig_filetype)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  192 ext/phar/phar_internal.h 	void        (*orig_is_writable)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  193 ext/phar/phar_internal.h 	void        (*orig_is_readable)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  194 ext/phar/phar_internal.h 	void        (*orig_is_executable)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  195 ext/phar/phar_internal.h 	void        (*orig_lstat)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  196 ext/phar/phar_internal.h 	void        (*orig_readfile)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  197 ext/phar/phar_internal.h 	void        (*orig_stat)(INTERNAL_FUNCTION_PARAMETERS);
INTERNAL_FUNCTION_PARAMETERS  820 ext/pspell/pspell.c static void pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option)
INTERNAL_FUNCTION_PARAMETERS 1177 ext/reflection/php_reflection.c static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask)
INTERNAL_FUNCTION_PARAMETERS 1363 ext/reflection/php_reflection.c static void _reflection_export(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *ce_ptr, int ctor_argc)
INTERNAL_FUNCTION_PARAMETERS 1462 ext/reflection/php_reflection.c static parameter_reference *_reflection_param_get_default_param(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 1486 ext/reflection/php_reflection.c static zend_op *_reflection_param_get_default_precv(INTERNAL_FUNCTION_PARAMETERS, parameter_reference *param)
INTERNAL_FUNCTION_PARAMETERS 3288 ext/reflection/php_reflection.c static void reflection_class_object_ctor(INTERNAL_FUNCTION_PARAMETERS, int is_object)
INTERNAL_FUNCTION_PARAMETERS 4054 ext/reflection/php_reflection.c static void _class_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask)
INTERNAL_FUNCTION_PARAMETERS 4900 ext/reflection/php_reflection.c static void _property_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  705 ext/snmp/snmp.c static void php_snmp_internal(INTERNAL_FUNCTION_PARAMETERS, int st, 
INTERNAL_FUNCTION_PARAMETERS 1426 ext/snmp/snmp.c static void php_snmp(INTERNAL_FUNCTION_PARAMETERS, int st, int version)
INTERNAL_FUNCTION_PARAMETERS 1440 ext/spl/spl_array.c static void spl_array_method(INTERNAL_FUNCTION_PARAMETERS, char *fname, int fname_len, int use_arg) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  682 ext/spl/spl_directory.c void spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAMETERS, long ctor_flags) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  444 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 1304 ext/spl/spl_iterators.c int spl_dual_it_call_method(char *method, INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 1371 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  456 ext/standard/array.c static void php_natsort(INTERNAL_FUNCTION_PARAMETERS, int fold_case) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 1175 ext/standard/array.c static void php_search_array(INTERNAL_FUNCTION_PARAMETERS, int behavior) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 1935 ext/standard/array.c static void _phpi_pop(INTERNAL_FUNCTION_PARAMETERS, int off_the_end)
INTERNAL_FUNCTION_PARAMETERS 2345 ext/standard/array.c static void php_array_merge_or_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive, int replace) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 2948 ext/standard/array.c static void php_array_intersect_key(INTERNAL_FUNCTION_PARAMETERS, int data_compare_type) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 3034 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 3371 ext/standard/array.c static void php_array_diff_key(INTERNAL_FUNCTION_PARAMETERS, int data_compare_type) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 3452 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  214 ext/standard/dir.c static void _php_do_opendir(INTERNAL_FUNCTION_PARAMETERS, int createobject)
INTERNAL_FUNCTION_PARAMETERS  171 ext/standard/exec.c static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  420 ext/standard/filestat.c static void php_do_chgrp(INTERNAL_FUNCTION_PARAMETERS, int do_lchgrp) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  557 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   32 ext/standard/fsock.c static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persistent)
INTERNAL_FUNCTION_PARAMETERS 1433 ext/standard/html.c static void php_html_entities(INTERNAL_FUNCTION_PARAMETERS, int all)
INTERNAL_FUNCTION_PARAMETERS 1296 ext/standard/image.c static void php_getimagesize_from_stream(php_stream *stream, zval **info, INTERNAL_FUNCTION_PARAMETERS) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 1391 ext/standard/image.c static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) {  /* {{{ */
INTERNAL_FUNCTION_PARAMETERS   53 ext/standard/microtime.c static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode)
INTERNAL_FUNCTION_PARAMETERS 1192 ext/standard/streamsfuncs.c static void apply_filter_to_stream(int append, INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  301 ext/standard/string.c static void php_spn_common_handler(INTERNAL_FUNCTION_PARAMETERS, int behavior) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  847 ext/standard/string.c static void php_do_trim(INTERNAL_FUNCTION_PARAMETERS, int mode)
INTERNAL_FUNCTION_PARAMETERS 3976 ext/standard/string.c static void php_str_replace_common(INTERNAL_FUNCTION_PARAMETERS, int case_sensitivity)
INTERNAL_FUNCTION_PARAMETERS 4064 ext/standard/string.c static void php_hebrev(INTERNAL_FUNCTION_PARAMETERS, int convert_newlines)
INTERNAL_FUNCTION_PARAMETERS 5013 ext/standard/string.c static void php_strnatcmp(INTERNAL_FUNCTION_PARAMETERS, int fold_case)
INTERNAL_FUNCTION_PARAMETERS  215 ext/standard/type.c static void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type)
INTERNAL_FUNCTION_PARAMETERS  447 ext/standard/user_filters.c static void php_stream_bucket_attach(int append, INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  729 ext/sybase_ct/php_sybase_ct.c static void php_sybase_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent)
INTERNAL_FUNCTION_PARAMETERS  909 ext/sybase_ct/php_sybase_ct.c static int php_sybase_get_default_link(INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS 1424 ext/sybase_ct/php_sybase_ct.c static void php_sybase_query (INTERNAL_FUNCTION_PARAMETERS, int buffered)
INTERNAL_FUNCTION_PARAMETERS 1791 ext/sybase_ct/php_sybase_ct.c static void php_sybase_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int numerics)
INTERNAL_FUNCTION_PARAMETERS  298 ext/sysvsem/sysvsem.c static void php_sysvsem_semop(INTERNAL_FUNCTION_PARAMETERS, int acquire)
INTERNAL_FUNCTION_PARAMETERS  217 ext/tidy/tidy.c static void php_tidy_create_node(INTERNAL_FUNCTION_PARAMETERS, tidy_base_nodetypes);
INTERNAL_FUNCTION_PARAMETERS  553 ext/tidy/tidy.c static void php_tidy_quick_repair(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_file)
INTERNAL_FUNCTION_PARAMETERS  966 ext/tidy/tidy.c static void php_tidy_create_node(INTERNAL_FUNCTION_PARAMETERS, tidy_base_nodetypes node_type)
INTERNAL_FUNCTION_PARAMETERS 1165 ext/xml/xml.c  static void php_xml_parser_create_impl(INTERNAL_FUNCTION_PARAMETERS, int ns_support) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  413 ext/xmlreader/php_xmlreader.c static void php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_one_char_t internal_function) {
INTERNAL_FUNCTION_PARAMETERS  446 ext/xmlreader/php_xmlreader.c static void php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_int_t internal_function) {
INTERNAL_FUNCTION_PARAMETERS  467 ext/xmlreader/php_xmlreader.c static void php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_char_t internal_function) {
INTERNAL_FUNCTION_PARAMETERS  490 ext/xmlreader/php_xmlreader.c static void php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAMETERS, int type) {
INTERNAL_FUNCTION_PARAMETERS  740 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  782 ext/xmlwriter/php_xmlwriter.c static void php_xmlwriter_end(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_int_t internal_function)
INTERNAL_FUNCTION_PARAMETERS 1884 ext/xmlwriter/php_xmlwriter.c static void php_xmlwriter_flush(INTERNAL_FUNCTION_PARAMETERS, int force_string) {
INTERNAL_FUNCTION_PARAMETERS 1390 ext/zip/php_zip.c static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 1649 ext/zip/php_zip.c static void php_zip_add_from_pattern(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS 2501 ext/zip/php_zip.c static void php_zip_get_from(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */
INTERNAL_FUNCTION_PARAMETERS  182 sapi/apache_hooks/php_apache.c static void apache_request_read_string_slot(int offset, INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  207 sapi/apache_hooks/php_apache.c static void apache_request_string_slot(int offset, INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  238 sapi/apache_hooks/php_apache.c static void apache_request_read_int_slot(int offset, INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  258 sapi/apache_hooks/php_apache.c static void apache_request_int_slot(int offset, INTERNAL_FUNCTION_PARAMETERS)
INTERNAL_FUNCTION_PARAMETERS  577 sapi/apache_hooks/php_apache.c static void add_header_to_table(table *t, INTERNAL_FUNCTION_PARAMETERS)