Home
last modified time | relevance | path

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

1234

/PHP-5.5/Zend/
H A Dzend.h290 #define INTERNAL_FUNCTION_PARAMETERS int ht, zval *return_value, zval **return_value_ptr, zval *thi… macro
H A Dzend_API.c1218 …soc_function(zval *arg, const char *key, void (*function_ptr)(INTERNAL_FUNCTION_PARAMETERS)) /* {{… in add_assoc_function() argument
H A Dzend_API.h37 void (*handler)(INTERNAL_FUNCTION_PARAMETERS);
67 #define ZEND_NAMED_FUNCTION(name) void name(INTERNAL_FUNCTION_PARAMETERS)
374 …add_assoc_function(zval *arg, const char *key, void (*function_ptr)(INTERNAL_FUNCTION_PARAMETERS));
H A Dzend_builtin_functions.c839 static void is_a_impl(INTERNAL_FUNCTION_PARAMETERS, zend_bool only_subclass) in is_a_impl() argument
H A Dzend_compile.h330 void (*handler)(INTERNAL_FUNCTION_PARAMETERS);
H A Dzend_object_handlers.c873 ZEND_API void zend_std_call_user_call(INTERNAL_FUNCTION_PARAMETERS) /* {{{ */ in zend_std_call_user_call() argument
1091 ZEND_API void zend_std_callstatic_user_call(INTERNAL_FUNCTION_PARAMETERS) /* {{{ */ in zend_std_callstatic_user_call() argument
H A Dzend_object_handlers.h90 typedef int (*zend_object_call_method_t)(const char *method, INTERNAL_FUNCTION_PARAMETERS);
174 ZEND_API void zend_std_call_user_call(INTERNAL_FUNCTION_PARAMETERS);
/PHP-5.5/ext/bz2/
H A Dbz2.c309 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int);
596 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error() argument
/PHP-5.5/ext/calendar/
H A Deaster.c27 static void _cal_easter(INTERNAL_FUNCTION_PARAMETERS, int gm) in _cal_easter() argument
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c367 static int com_call_method(const char *method, INTERNAL_FUNCTION_PARAMETERS) in com_call_method() argument
H A Dcom_saproxy.c330 static int saproxy_call_method(const char *method, INTERNAL_FUNCTION_PARAMETERS) in saproxy_call_method() argument
H A Dcom_variant.c514 static void variant_binary_operation(enum variant_binary_opcode op, INTERNAL_FUNCTION_PARAMETERS) /… in variant_binary_operation() argument
722 static void variant_unary_operation(enum variant_unary_opcode op, INTERNAL_FUNCTION_PARAMETERS) /* … in variant_unary_operation() argument
/PHP-5.5/ext/curl/
H A Dcurl_file.c32 static void curlfile_ctor(INTERNAL_FUNCTION_PARAMETERS) in curlfile_ctor() argument
73 static void curlfile_get_property(char *name, INTERNAL_FUNCTION_PARAMETERS) in curlfile_get_property() argument
85 static void curlfile_set_property(char *name, INTERNAL_FUNCTION_PARAMETERS) in curlfile_set_property() argument
/PHP-5.5/ext/date/
H A Dphp_date.c1217 static void php_date(INTERNAL_FUNCTION_PARAMETERS, int localtime) in php_date() argument
1503 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt) in php_mktime() argument
1629 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gmt) in php_strftime() argument
2928 void php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAMETERS, timelib_time *parsed_time, struct… in php_date_do_return_parsed_time() argument
4605 static void php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAMETERS, int calc_sunset) in php_do_date_sunrise_sunset() argument
H A Dphp_date.h182 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt);
186 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm);
/PHP-5.5/ext/dba/
H A Ddba.c552 static void php_dba_update(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_dba_update() argument
614 static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_dba_open() argument
/PHP-5.5/ext/dom/
H A Ddocument.c1673 static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) { in dom_parse_document() argument
1980 static void _dom_document_schema_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in _dom_document_schema_validate() argument
2081 static void _dom_document_relaxNG_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in _dom_document_relaxNG_validate() argument
2178 static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_load_html() argument
H A Dnode.c1748 static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_canonicalization() argument
H A Dxpath.c386 static void php_xpath_eval(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in php_xpath_eval() argument
/PHP-5.5/ext/ereg/
H A Dereg.c289 static void php_ereg(INTERNAL_FUNCTION_PARAMETERS, int icase) in php_ereg() argument
550 static void php_do_ereg_replace(INTERNAL_FUNCTION_PARAMETERS, int icase) in php_do_ereg_replace() argument
629 static void php_split(INTERNAL_FUNCTION_PARAMETERS, int icase) in php_split() argument
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c411 static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mimetype_emu) /* {{{ */ argument
/PHP-5.5/ext/gd/
H A Dgd.c116 static void php_image_filter_negate(INTERNAL_FUNCTION_PARAMETERS);
117 static void php_image_filter_grayscale(INTERNAL_FUNCTION_PARAMETERS);
118 static void php_image_filter_brightness(INTERNAL_FUNCTION_PARAMETERS);
119 static void php_image_filter_contrast(INTERNAL_FUNCTION_PARAMETERS);
120 static void php_image_filter_colorize(INTERNAL_FUNCTION_PARAMETERS);
121 static void php_image_filter_edgedetect(INTERNAL_FUNCTION_PARAMETERS);
122 static void php_image_filter_emboss(INTERNAL_FUNCTION_PARAMETERS);
126 static void php_image_filter_smooth(INTERNAL_FUNCTION_PARAMETERS);
127 static void php_image_filter_pixelate(INTERNAL_FUNCTION_PARAMETERS);
3511 static void php_imagechar(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_imagechar() argument
[all …]
H A Dgd_ctx.c77 static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*fu… in _php_image_output_ctx() argument
/PHP-5.5/ext/gmp/
H A Dgmp.c611 static inline void _gmp_binary_ui_op(INTERNAL_FUNCTION_PARAMETERS, gmp_binary_op_t gmp_op, gmp_bina… in _gmp_binary_ui_op() argument
660 static inline void _gmp_unary_ui_op(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_ui_op_t gmp_op) in _gmp_unary_ui_op() argument
674 static inline void _gmp_unary_op(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_op_t gmp_op) in _gmp_unary_op() argument
688 static inline void _gmp_unary_opl(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_opl_t gmp_op) in _gmp_unary_opl() argument
706 static inline void _gmp_binary_opl(INTERNAL_FUNCTION_PARAMETERS, gmp_binary_opl_t gmp_op) in _gmp_binary_opl() argument
/PHP-5.5/ext/hash/
H A Dhash.c126 static void php_hash_do_hash(INTERNAL_FUNCTION_PARAMETERS, int isfilename, zend_bool raw_output_def… in php_hash_do_hash() argument
242 static void php_hash_do_hash_hmac(INTERNAL_FUNCTION_PARAMETERS, int isfilename, zend_bool raw_outpu… in php_hash_do_hash_hmac() argument

Completed in 130 milliseconds

1234