Home
last modified time | relevance | path

Searched refs:INTERNAL_FUNCTION_PARAMETERS (Results 1 – 25 of 81) sorted by relevance

1234

/PHP-7.4/ext/mysqli/
H A Dmysqli_priv.h64 extern void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flag, int into_ob…
142 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_real_connect, zend_bool in_ct…
144 void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_method);
/PHP-7.4/ext/curl/
H A Dcurl_file.c31 static void curlfile_ctor(INTERNAL_FUNCTION_PARAMETERS) in curlfile_ctor() argument
72 static void curlfile_get_property(char *name, size_t name_len, INTERNAL_FUNCTION_PARAMETERS) in curlfile_get_property() argument
83 static void curlfile_set_property(char *name, size_t name_len, INTERNAL_FUNCTION_PARAMETERS) in curlfile_set_property() argument
/PHP-7.4/ext/pgsql/
H A Dphp_pgsql.h221 static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent);
222 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
223 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
225 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
226 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
227 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
/PHP-7.4/ext/intl/collator/
H A Dcollator_create.c28 static int collator_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in collator_ctor() argument
/PHP-7.4/ext/intl/idn/
H A Didn.c123 static void php_intl_idn_to_46(INTERNAL_FUNCTION_PARAMETERS, in php_intl_idn_to_46() argument
179 static void php_intl_idn_to(INTERNAL_FUNCTION_PARAMETERS, in php_intl_idn_to() argument
247 static void php_intl_idn_handoff(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_intl_idn_handoff() argument
/PHP-7.4/ext/pdo/
H A Dphp_pdo_int.h46 int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip_first_arg);
/PHP-7.4/ext/gd/
H A Dgd.c126 static void php_image_filter_negate(INTERNAL_FUNCTION_PARAMETERS);
127 static void php_image_filter_grayscale(INTERNAL_FUNCTION_PARAMETERS);
128 static void php_image_filter_brightness(INTERNAL_FUNCTION_PARAMETERS);
129 static void php_image_filter_contrast(INTERNAL_FUNCTION_PARAMETERS);
130 static void php_image_filter_colorize(INTERNAL_FUNCTION_PARAMETERS);
131 static void php_image_filter_edgedetect(INTERNAL_FUNCTION_PARAMETERS);
132 static void php_image_filter_emboss(INTERNAL_FUNCTION_PARAMETERS);
136 static void php_image_filter_smooth(INTERNAL_FUNCTION_PARAMETERS);
137 static void php_image_filter_pixelate(INTERNAL_FUNCTION_PARAMETERS);
138 static void php_image_filter_scatter(INTERNAL_FUNCTION_PARAMETERS);
[all …]
H A Dgd_ctx.c80 static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*fu… in _php_image_output_ctx() argument
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp47 INTERNAL_FUNCTION_PARAMETERS) in _breakiter_factory() argument
185 INTERNAL_FUNCTION_PARAMETERS) in _breakiter_no_args_ret_int32() argument
208 INTERNAL_FUNCTION_PARAMETERS) in _breakiter_int32_ret_int32() argument
H A Drulebasedbreakiterator_methods.cpp36 static void _php_intlrbbi_constructor_body(INTERNAL_FUNCTION_PARAMETERS) in _php_intlrbbi_constructor_body() argument
/PHP-7.4/ext/calendar/
H A Deaster.c26 static void _cal_easter(INTERNAL_FUNCTION_PARAMETERS, zend_long gm) in _cal_easter() argument
/PHP-7.4/ext/intl/formatter/
H A Dformatter_main.c28 static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in numfmt_ctor() argument
/PHP-7.4/ext/standard/
H A Dfsock.c30 static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_fsockopen_stream() argument
H A Dmicrotime.c49 static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_gettimeofday() argument
H A Dtype.c203 static inline void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) in php_is_type() argument
/PHP-7.4/ext/date/
H A Dphp_date.h205 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt);
210 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm);
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat.c30 static int msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in msgfmt_ctor() argument
/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h426 void php_oci_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent, int exclusive);
434 void php_oci_fetch_row(INTERNAL_FUNCTION_PARAMETERS, int mode, int expected_args);
500 php_oci_out_column *php_oci_statement_get_column_helper(INTERNAL_FUNCTION_PARAMETERS, int need_data…
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_create.cpp48 static int datefmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in datefmt_ctor() argument
/PHP-7.4/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp49 INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in _php_intlgregcal_constructor_body() argument
/PHP-7.4/ext/bz2/
H A Dbz2.c345 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int);
640 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error() argument
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c403 static void php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_one_char_t intern… in php_xmlreader_string_arg() argument
436 static void php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_int_t internal_functi… in php_xmlreader_no_arg() argument
460 static void php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_char_t interna… in php_xmlreader_no_arg_string() argument
482 static void php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAMETERS, int type) { in php_xmlreader_set_relaxng_schema() argument
/PHP-7.4/ext/sysvsem/
H A Dsysvsem.c309 static void php_sysvsem_semop(INTERNAL_FUNCTION_PARAMETERS, int acquire) in php_sysvsem_semop() argument
/PHP-7.4/ext/zend_test/
H A Dtest.c179 …t_class_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) /* {{{… in zend_test_class_call_method() argument
/PHP-7.4/Zend/
H A Dzend_object_handlers.h123 …zend_object_call_method_t)(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS);

Completed in 84 milliseconds

1234