Home
last modified time | relevance | path

Searched refs:INTERNAL_FUNCTION_PARAMETERS (Results 26 – 50 of 81) sorted by relevance

1234

/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp223 INTERNAL_FUNCTION_PARAMETERS) in _php_intlcal_field_uec_ret_in32t_method() argument
364 INTERNAL_FUNCTION_PARAMETERS) in _php_intlcal_before_after() argument
652 INTERNAL_FUNCTION_PARAMETERS) in _php_intlcal_field_ret_in32t_method() argument
/PHP-7.4/ext/intl/converter/
H A Dconverter.c421 static void php_converter_do_set_encoding(UConverter **pcnv, INTERNAL_FUNCTION_PARAMETERS) { in php_converter_do_set_encoding() argument
454 …rter_do_get_encoding(php_converter_object *objval, UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) { in php_converter_do_get_encoding() argument
495 …onverter_do_get_type(php_converter_object *objval, UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) { in php_converter_do_get_type() argument
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c78 static int resourcebundle_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in resourcebundle_ctor() argument
/PHP-7.4/ext/standard/
H A Dexec.c213 static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_exec_ex() argument
H A Ddir.c205 static void _php_do_opendir(INTERNAL_FUNCTION_PARAMETERS, int createobject) in _php_do_opendir() argument
H A Dfilestat.c339 static void php_do_chgrp(INTERNAL_FUNCTION_PARAMETERS, int do_lchgrp) /* {{{ */ in php_do_chgrp() argument
475 static void php_do_chown(INTERNAL_FUNCTION_PARAMETERS, int do_lchown) /* {{{ */ in php_do_chown() argument
H A Duser_filters.c433 static void php_stream_bucket_attach(int append, INTERNAL_FUNCTION_PARAMETERS) in php_stream_bucket_attach() argument
H A Dimage.c1394 … php_getimagesize_from_stream(php_stream *stream, zval *info, INTERNAL_FUNCTION_PARAMETERS) /* {{{… in php_getimagesize_from_stream() argument
1492 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any() argument
H A Darray.c824 static void php_natsort(INTERNAL_FUNCTION_PARAMETERS, int fold_case) /* {{{ */ in php_natsort() argument
1015 static void php_usort(INTERNAL_FUNCTION_PARAMETERS, compare_func_t compare_func, zend_bool renumber… in php_usort() argument
1555 static inline void php_search_array(INTERNAL_FUNCTION_PARAMETERS, int behavior) /* {{{ */ in php_search_array() argument
3770 static zend_always_inline void php_array_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursiv… argument
3809 static zend_always_inline void php_array_merge_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive)… argument
4677 static void php_array_intersect_key(INTERNAL_FUNCTION_PARAMETERS, int data_compare_type) /* {{{ */ argument
4771 static void php_array_intersect(INTERNAL_FUNCTION_PARAMETERS, int behavior, int data_compare_type, … argument
5093 static void php_array_diff_key(INTERNAL_FUNCTION_PARAMETERS, int data_compare_type) /* {{{ */ argument
5182 static void php_array_diff(INTERNAL_FUNCTION_PARAMETERS, int behavior, int data_compare_type, int k… argument
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c891 static void _php_mb_regex_ereg_exec(INTERNAL_FUNCTION_PARAMETERS, int icase) in _php_mb_regex_ereg_exec() argument
1007 static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOptionType options, i… in _php_mb_regex_ereg_replace_exec() argument
1423 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_mb_regex_ereg_search_exec() argument
/PHP-7.4/Zend/
H A Dzend.h48 #define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value macro
/PHP-7.4/ext/gmp/
H A Dgmp.c924 static inline void _gmp_binary_ui_op(INTERNAL_FUNCTION_PARAMETERS, gmp_binary_op_t gmp_op, gmp_bina… in _gmp_binary_ui_op() argument
967 static inline void _gmp_unary_op(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_op_t gmp_op) in _gmp_unary_op() argument
981 static inline void _gmp_unary_opl(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_opl_t gmp_op) in _gmp_unary_opl() argument
999 static inline void _gmp_binary_opl(INTERNAL_FUNCTION_PARAMETERS, gmp_binary_opl_t gmp_op) in _gmp_binary_opl() argument
/PHP-7.4/ext/dom/
H A Ddocument.c1493 static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) { in dom_parse_document() argument
1819 static void _dom_document_schema_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in _dom_document_schema_validate() argument
1920 static void _dom_document_relaxNG_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in _dom_document_relaxNG_validate() argument
2018 static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_load_html() argument
H A Dxpath.c347 static void php_xpath_eval(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in php_xpath_eval() argument
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c293 static void collator_sort_internal( int renumber, INTERNAL_FUNCTION_PARAMETERS ) in collator_sort_internal() argument
/PHP-7.4/ext/com_dotnet/
H A Dcom_variant.c540 static void variant_binary_operation(enum variant_binary_opcode op, INTERNAL_FUNCTION_PARAMETERS) /… in variant_binary_operation() argument
748 static void variant_unary_operation(enum variant_unary_opcode op, INTERNAL_FUNCTION_PARAMETERS) /* … in variant_unary_operation() argument
H A Dcom_saproxy.c332 …tic int saproxy_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) in saproxy_call_method() argument
H A Dcom_handlers.c382 static int com_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) in com_call_method() argument
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c433 static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mimetype_emu) /* {{{ */ in _php_finfo_get_type() argument
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c674 static void php_xmlwriter_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_one_char_t intern… in php_xmlwriter_string_arg() argument
716 static void php_xmlwriter_end(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_int_t internal_function) in php_xmlwriter_end() argument
1756 static void php_xmlwriter_flush(INTERNAL_FUNCTION_PARAMETERS, int force_string) { in php_xmlwriter_flush() argument
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c61 void odbc_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent);
913 void php_odbc_fetch_attribs(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_fetch_attribs() argument
1057 void odbc_transact(INTERNAL_FUNCTION_PARAMETERS, int type) in odbc_transact() argument
1093 void odbc_column_lengths(INTERNAL_FUNCTION_PARAMETERS, int type) in odbc_column_lengths() argument
1715 static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) in php_odbc_fetch_hash() argument
2588 void odbc_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) in odbc_do_connect() argument
3056 static void php_odbc_lasterror(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_lasterror() argument
/PHP-7.4/ext/dba/
H A Ddba.c575 static void php_dba_update(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_dba_update() argument
637 static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_dba_open() argument
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c382 static void get_icu_value_src_php( char* tag_name, INTERNAL_FUNCTION_PARAMETERS) in get_icu_value_src_php() argument
482 static void get_icu_disp_value_src_php( char* tag_name, INTERNAL_FUNCTION_PARAMETERS) in get_icu_disp_value_src_php() argument
/PHP-7.4/ext/tidy/
H A Dtidy.c230 static void php_tidy_create_node(INTERNAL_FUNCTION_PARAMETERS, tidy_base_nodetypes);
589 static void php_tidy_quick_repair(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_file) in php_tidy_quick_repair() argument
993 static void php_tidy_create_node(INTERNAL_FUNCTION_PARAMETERS, tidy_base_nodetypes node_type) in php_tidy_create_node() argument
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c592 static void strstr_common_handler(INTERNAL_FUNCTION_PARAMETERS, int f_ignore_case) in strstr_common_handler() argument

Completed in 124 milliseconds

1234