/PHP-8.1/ext/pgsql/ |
H A D | php_pgsql.h | 86 static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent); 87 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type); 88 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type); 89 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type); 90 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type); 91 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
|
/PHP-8.1/ext/curl/ |
H A D | curl_file.c | 29 static void curlfile_ctor(INTERNAL_FUNCTION_PARAMETERS) in curlfile_ctor() argument 68 static void curlfile_get_property(char *name, size_t name_len, INTERNAL_FUNCTION_PARAMETERS) in curlfile_get_property() argument 77 static void curlfile_set_property(char *name, size_t name_len, INTERNAL_FUNCTION_PARAMETERS) in curlfile_set_property() argument
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli_priv.h | 52 extern void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flag, int into_ob… 130 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, bool is_real_connect, bool in_ctor); 132 void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, bool is_method);
|
/PHP-8.1/ext/date/ |
H A D | php_date.h | 117 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt); 122 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm);
|
/PHP-8.1/ext/gd/ |
H A D | gd.c | 128 static void php_image_filter_negate(INTERNAL_FUNCTION_PARAMETERS); 129 static void php_image_filter_grayscale(INTERNAL_FUNCTION_PARAMETERS); 130 static void php_image_filter_brightness(INTERNAL_FUNCTION_PARAMETERS); 131 static void php_image_filter_contrast(INTERNAL_FUNCTION_PARAMETERS); 132 static void php_image_filter_colorize(INTERNAL_FUNCTION_PARAMETERS); 133 static void php_image_filter_edgedetect(INTERNAL_FUNCTION_PARAMETERS); 134 static void php_image_filter_emboss(INTERNAL_FUNCTION_PARAMETERS); 138 static void php_image_filter_smooth(INTERNAL_FUNCTION_PARAMETERS); 139 static void php_image_filter_pixelate(INTERNAL_FUNCTION_PARAMETERS); 140 static void php_image_filter_scatter(INTERNAL_FUNCTION_PARAMETERS); [all …]
|
/PHP-8.1/ext/intl/collator/ |
H A D | collator_create.c | 25 static int collator_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *e… in collator_ctor() argument
|
/PHP-8.1/ext/intl/idn/ |
H A D | idn.c | 119 static void php_intl_idn_to_46(INTERNAL_FUNCTION_PARAMETERS, in php_intl_idn_to_46() argument 175 static void php_intl_idn_handoff(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_intl_idn_handoff() argument
|
/PHP-8.1/ext/intl/breakiterator/ |
H A D | breakiterator_methods.cpp | 46 INTERNAL_FUNCTION_PARAMETERS) in _breakiter_factory() argument 174 INTERNAL_FUNCTION_PARAMETERS) in _breakiter_no_args_ret_int32() argument 192 INTERNAL_FUNCTION_PARAMETERS) in _breakiter_int32_ret_int32() argument
|
H A D | rulebasedbreakiterator_methods.cpp | 34 static void _php_intlrbbi_constructor_body(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error… in _php_intlrbbi_constructor_body() argument
|
/PHP-8.1/ext/calendar/ |
H A D | easter.c | 24 static void _cal_easter(INTERNAL_FUNCTION_PARAMETERS, zend_long gm) in _cal_easter() argument
|
/PHP-8.1/ext/standard/ |
H A D | fsock.c | 28 static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_fsockopen_stream() argument
|
H A D | microtime.c | 46 static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_gettimeofday() argument
|
H A D | type.c | 240 static inline void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) in php_is_type() argument
|
/PHP-8.1/ext/intl/formatter/ |
H A D | formatter_main.c | 26 static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *err… in numfmt_ctor() argument
|
/PHP-8.1/ext/intl/dateformat/ |
H A D | datepatterngenerator_methods.cpp | 33 static zend_result dtpg_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, boo… in dtpg_ctor() argument
|
H A D | dateformat_create.cpp | 48 static zend_result datefmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, … in datefmt_ctor() argument
|
/PHP-8.1/ext/intl/msgformat/ |
H A D | msgformat.c | 28 static int msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *err… in msgfmt_ctor() argument
|
/PHP-8.1/ext/oci8/ |
H A D | php_oci8_int.h | 424 void php_oci_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent, int exclusive); 432 void php_oci_fetch_row(INTERNAL_FUNCTION_PARAMETERS, int mode, int expected_args); 498 php_oci_out_column *php_oci_statement_get_column_helper(INTERNAL_FUNCTION_PARAMETERS, int need_data…
|
/PHP-8.1/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 47 …INTERNAL_FUNCTION_PARAMETERS, bool is_constructor, zend_error_handling *error_handling, bool *erro… in _php_intlgregcal_constructor_body() argument
|
H A D | calendar_methods.cpp | 218 INTERNAL_FUNCTION_PARAMETERS) in _php_intlcal_field_uec_ret_in32t_method() argument 334 INTERNAL_FUNCTION_PARAMETERS) in _php_intlcal_before_after() argument 541 INTERNAL_FUNCTION_PARAMETERS) in _php_intlcal_field_ret_in32t_method() argument
|
/PHP-8.1/ext/bz2/ |
H A D | bz2.c | 277 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int); 566 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error() argument
|
/PHP-8.1/ext/xmlreader/ |
H A D | php_xmlreader.c | 383 static void php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_one_char_t intern… in php_xmlreader_string_arg() argument 416 static void php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_int_t internal_functi… in php_xmlreader_no_arg() argument 444 static void php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_char_t interna… in php_xmlreader_no_arg_string() argument 470 static void php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAMETERS, int type) { in php_xmlreader_set_relaxng_schema() argument
|
/PHP-8.1/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 205 static void php_xmlwriter_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_one_char_t intern… in ZEND_GET_MODULE() 232 static void php_xmlwriter_end(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_int_t internal_function) in php_xmlwriter_end() argument 988 static void php_xmlwriter_flush(INTERNAL_FUNCTION_PARAMETERS, int force_string) { in php_xmlwriter_flush() argument
|
/PHP-8.1/ext/sysvsem/ |
H A D | sysvsem.c | 293 static void php_sysvsem_semop(INTERNAL_FUNCTION_PARAMETERS, int acquire) in php_sysvsem_semop() argument
|
/PHP-8.1/ext/intl/converter/ |
H A D | converter.c | 402 static void php_converter_do_set_encoding(UConverter **pcnv, INTERNAL_FUNCTION_PARAMETERS) { in php_converter_do_set_encoding() argument 431 …rter_do_get_encoding(php_converter_object *objval, UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) { in php_converter_do_get_encoding() argument 469 …onverter_do_get_type(php_converter_object *objval, UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) { in php_converter_do_get_type() argument
|