Home
last modified time | relevance | path

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

1234

/PHP-7.4/Zend/
H A Dzend.h48 #define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value macro
H A Dzend_API.h63 #define ZEND_NAMED_FUNCTION(name) void ZEND_FASTCALL name(INTERNAL_FUNCTION_PARAMETERS)
H A Dzend_builtin_functions.c1035 static void is_a_impl(INTERNAL_FUNCTION_PARAMETERS, zend_bool only_subclass) /* {{{ */ in is_a_impl() argument
1448 static inline void class_exists_impl(INTERNAL_FUNCTION_PARAMETERS, int flags, int skip_flags) /* {{… in class_exists_impl() argument
1758 static inline void get_declared_class_impl(INTERNAL_FUNCTION_PARAMETERS, int flags, int skip_flags)… in get_declared_class_impl() argument
H A Dzend_compile.h461 typedef void (ZEND_FASTCALL *zif_handler)(INTERNAL_FUNCTION_PARAMETERS);
H A Dzend_object_handlers.h123 …zend_object_call_method_t)(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS);
/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/calendar/
H A Deaster.c26 static void _cal_easter(INTERNAL_FUNCTION_PARAMETERS, zend_long gm) in _cal_easter() argument
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c382 static int com_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) in com_call_method() 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_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
/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/date/
H A Dphp_date.c1279 static void php_date(INTERNAL_FUNCTION_PARAMETERS, int localtime) in php_date() argument
1550 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt) in php_mktime() argument
1664 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gmt) in php_strftime() argument
3111 void php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAMETERS, timelib_time *parsed_time, timeli… in php_date_do_return_parsed_time() argument
5009 static void php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAMETERS, int calc_sunset) in php_do_date_sunrise_sunset() argument
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/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/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 Dnode.c1693 static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_canonicalization() argument
H A Dxpath.c347 static void php_xpath_eval(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in php_xpath_eval() 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/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/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/hash/
H A Dhash.c116 static void php_hash_do_hash(INTERNAL_FUNCTION_PARAMETERS, int isfilename, zend_bool raw_output_def… in php_hash_do_hash() argument
237 static void php_hash_do_hash_hmac(INTERNAL_FUNCTION_PARAMETERS, int isfilename, zend_bool raw_outpu… in php_hash_do_hash_hmac() argument
/PHP-7.4/ext/imap/
H A Dphp_imap.c1172 static void php_imap_do_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_imap_do_open() argument
3078 static void php_imap_mutf7(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_imap_mutf7() 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

Completed in 184 milliseconds

1234