Home
last modified time | relevance | path

Searched refs:INTERNAL_FUNCTION_PARAMETERS (Results 51 – 75 of 87) sorted by relevance

1234

/php-src/ext/com_dotnet/
H A Dcom_variant.c546 static void variant_binary_operation(enum variant_binary_opcode op, INTERNAL_FUNCTION_PARAMETERS) /… in variant_binary_operation() argument
741 static void variant_unary_operation(enum variant_unary_opcode op, INTERNAL_FUNCTION_PARAMETERS) /* … in variant_unary_operation() argument
/php-src/ext/bcmath/
H A Dbcmath.c611 static void bcfloor_or_bcceil(INTERNAL_FUNCTION_PARAMETERS, bool is_floor) in bcfloor_or_bcceil() argument
/php-src/ext/intl/locale/
H A Dlocale_methods.c470 static void get_icu_value_src_php( char* tag_name, INTERNAL_FUNCTION_PARAMETERS) in get_icu_value_src_php() argument
551 static void get_icu_disp_value_src_php( char* tag_name, INTERNAL_FUNCTION_PARAMETERS) in get_icu_disp_value_src_php() argument
/php-src/ext/standard/
H A Dimage.c1443 …size_from_stream(php_stream *stream, char *input, zval *info, INTERNAL_FUNCTION_PARAMETERS) /* {{{… in php_getimagesize_from_stream() argument
1544 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any() argument
H A Darray.c700 static void php_natsort(INTERNAL_FUNCTION_PARAMETERS, int fold_case) /* {{{ */ in php_natsort() argument
886 static void php_usort(INTERNAL_FUNCTION_PARAMETERS, bucket_compare_func_t compare_func, bool renumb… in php_usort() argument
1732 static inline void php_search_array(INTERNAL_FUNCTION_PARAMETERS, int behavior) in php_search_array() argument
4200 static zend_always_inline void php_array_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursiv… argument
4250 static zend_always_inline void php_array_merge_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive)… argument
5062 static void php_array_intersect_key(INTERNAL_FUNCTION_PARAMETERS, int data_compare_type) /* {{{ */ argument
5142 static void php_array_intersect(INTERNAL_FUNCTION_PARAMETERS, int behavior, int data_compare_type, … argument
5463 static void php_array_diff_key(INTERNAL_FUNCTION_PARAMETERS, int data_compare_type) /* {{{ */ argument
5538 static void php_array_diff(INTERNAL_FUNCTION_PARAMETERS, int behavior, int data_compare_type, int k… argument
6371 static void php_array_binop(INTERNAL_FUNCTION_PARAMETERS, const char *op_name, binary_op_type op, z… argument
H A Dhtml.c1316 static void php_html_entities(INTERNAL_FUNCTION_PARAMETERS, int all) in php_html_entities() argument
/php-src/ext/intl/uchar/
H A Duchar.c40 static zend_never_inline int parse_code_point_param(INTERNAL_FUNCTION_PARAMETERS, UChar32 *cp) { in parse_code_point_param() argument
/php-src/ext/pgsql/
H A Dpgsql.c536 static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_pgsql_do_connect() argument
792 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_get_link_info() argument
1362 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_get_result_info() argument
1583 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_get_field_info() argument
1779 static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, zend_long result_type, int into_obje… in php_pgsql_fetch_hash() argument
2022 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type, bool nullable_row) in php_pgsql_data_info() argument
3338 static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) /* {{{ */ { in php_pgsql_escape_internal() argument
3544 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_do_async() argument
/php-src/ext/ldap/
H A Dldap.c1429 static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) in php_ldap_do_search() argument
2180 static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper, int ext) in php_ldap_do_modify() argument
2420 static void php_ldap_do_delete(INTERNAL_FUNCTION_PARAMETERS, int ext) in php_ldap_do_delete() argument
3563 static void php_ldap_do_rename(INTERNAL_FUNCTION_PARAMETERS, int ext) in php_ldap_do_rename() argument
3848 static void php_ldap_do_translate(INTERNAL_FUNCTION_PARAMETERS, int way) in php_ldap_do_translate() argument
3895 static void php_ldap_exop(INTERNAL_FUNCTION_PARAMETERS, bool force_sync) { in php_ldap_exop() argument
/php-src/ext/zip/
H A Dphp_zip.c1361 static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{ */ in php_zip_entry_get_info() argument
1725 static void php_zip_add_from_pattern(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ argument
2871 static void php_zip_get_from(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ argument
2951 static void php_zip_get_stream(INTERNAL_FUNCTION_PARAMETERS, int type, bool accept_flags) /* {{{ */ argument
/php-src/ext/gmp/
H A Dgmp.c812 static inline void _gmp_binary_ui_op(INTERNAL_FUNCTION_PARAMETERS, gmp_binary_op_t gmp_op, gmp_bina… in _gmp_binary_ui_op() argument
843 static inline void _gmp_unary_op(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_op_t gmp_op) in _gmp_unary_op() argument
856 static inline void _gmp_unary_opl(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_opl_t gmp_op) in _gmp_unary_opl() argument
/php-src/Zend/
H A Dzend_builtin_functions.c622 static void is_a_impl(INTERNAL_FUNCTION_PARAMETERS, bool only_subclass) /* {{{ */ in is_a_impl() argument
1040 static inline void class_exists_impl(INTERNAL_FUNCTION_PARAMETERS, int flags, int skip_flags) /* {{… in class_exists_impl() argument
1315 static inline void get_declared_class_impl(INTERNAL_FUNCTION_PARAMETERS, int flags) /* {{{ */ in get_declared_class_impl() argument
H A Dzend_enum.c343 static void zend_enum_from_base(INTERNAL_FUNCTION_PARAMETERS, bool try) in zend_enum_from_base() argument
H A Dzend_fibers.c632 zend_fiber_transfer *transfer, INTERNAL_FUNCTION_PARAMETERS in zend_fiber_delegate_transfer_result() argument
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c523 static void strstr_common_handler(INTERNAL_FUNCTION_PARAMETERS, int f_ignore_case) in strstr_common_handler() argument
/php-src/ext/xml/
H A Dxml.c1001 static void php_xml_parser_create_impl(INTERNAL_FUNCTION_PARAMETERS, int ns_support) /* {{{ */ in php_xml_parser_create_impl() argument
1248 INTERNAL_FUNCTION_PARAMETERS, in php_xml_set_handler_parse_callable() argument
/php-src/ext/mysqli/
H A Dmysqli.c747 void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flags, int into_object) in php_mysqli_fetch_into_hash() argument
H A Dmysqli_api.c620 void mysqli_stmt_fetch_mysqlnd(INTERNAL_FUNCTION_PARAMETERS) in mysqli_stmt_fetch_mysqlnd() argument
980 void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, bool is_method) in php_mysqli_init() argument
H A Dmysqli_nonapi.c50 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, bool is_real_connect, bool in_ctor) /* {{{… argument
/php-src/ext/reflection/
H A Dphp_reflection.c1221 static void reflect_attributes(INTERNAL_FUNCTION_PARAMETERS, HashTable *attributes, in reflect_attributes() argument
1283 static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _function_check_flag() argument
3235 static void instantiate_reflection_method(INTERNAL_FUNCTION_PARAMETERS, bool is_constructor) in instantiate_reflection_method() argument
3409 static void reflection_method_invoke(INTERNAL_FUNCTION_PARAMETERS, int variadic) in reflection_method_invoke() argument
3929 static void _class_constant_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */ in _class_constant_check_flag() argument
4085 static void reflection_class_object_ctor(INTERNAL_FUNCTION_PARAMETERS, int is_object) in reflection_class_object_ctor() argument
4919 static void _class_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _class_check_flag() argument
5648 static void _property_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */ in _property_check_flag() argument
/php-src/ext/snmp/
H A Dsnmp.c376 static void php_snmp_internal(INTERNAL_FUNCTION_PARAMETERS, int st, in php_snmp_internal() argument
1122 static void php_snmp(INTERNAL_FUNCTION_PARAMETERS, int st, int version) in php_snmp() argument
/php-src/ext/phar/
H A Dfunc_interceptors.c482 …size_t filename_length, int type, zif_handler orig_stat_func, INTERNAL_FUNCTION_PARAMETERS) /* {{{… in phar_file_stat() argument
/php-src/ext/opcache/
H A Dzend_accelerator_module.c378 static int accel_file_in_cache(INTERNAL_FUNCTION_PARAMETERS) argument
/php-src/ext/date/
H A Dphp_date.c853 static void php_date(INTERNAL_FUNCTION_PARAMETERS, bool localtime) in php_date() argument
1139 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, bool gmt) in php_mktime() argument
1255 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, bool gmt) in php_strftime() argument
3122 static void php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAMETERS, timelib_time *parsed_time,… in php_date_do_return_parsed_time() argument
5447 static void php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAMETERS, bool calc_sunset) in php_do_date_sunrise_sunset() argument
/php-src/ext/pcre/
H A Dphp_pcre.c1088 static void php_do_pcre_match(INTERNAL_FUNCTION_PARAMETERS, bool global) /* {{{ */ in php_do_pcre_match() argument
2346 static void preg_replace_common(INTERNAL_FUNCTION_PARAMETERS, bool is_filter) in preg_replace_common() argument

Completed in 187 milliseconds

1234