Home
last modified time | relevance | path

Searched defs:INTERNAL_FUNCTION_PARAMETERS (Results 51 – 75 of 76) sorted by relevance

1234

/PHP-8.3/ext/snmp/
H A Dsnmp.c376 static void php_snmp_internal(INTERNAL_FUNCTION_PARAMETERS, int st, in php_snmp_internal() argument
1128 static void php_snmp(INTERNAL_FUNCTION_PARAMETERS, int st, int version) in php_snmp() argument
/PHP-8.3/ext/gmp/
H A Dgmp.c805 static inline void _gmp_binary_ui_op(INTERNAL_FUNCTION_PARAMETERS, gmp_binary_op_t gmp_op, gmp_bina… in _gmp_binary_ui_op() argument
836 static inline void _gmp_unary_op(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_op_t gmp_op) in _gmp_unary_op() argument
849 static inline void _gmp_unary_opl(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_opl_t gmp_op) in _gmp_unary_opl() argument
/PHP-8.3/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-8.3/ext/pspell/
H A Dpspell.c695 static void pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option) in pspell_config_path() argument
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c1182 static void reflect_attributes(INTERNAL_FUNCTION_PARAMETERS, HashTable *attributes, in reflect_attributes() argument
1244 static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _function_check_flag() argument
3189 static void instantiate_reflection_method(INTERNAL_FUNCTION_PARAMETERS, bool is_constructor) in instantiate_reflection_method() argument
3355 static void reflection_method_invoke(INTERNAL_FUNCTION_PARAMETERS, int variadic) in reflection_method_invoke() argument
3872 static void _class_constant_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */ in _class_constant_check_flag() argument
4014 static void reflection_class_object_ctor(INTERNAL_FUNCTION_PARAMETERS, int is_object) in reflection_class_object_ctor() argument
4848 static void _class_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _class_check_flag() argument
5577 static void _property_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */ in _property_check_flag() argument
/PHP-8.3/ext/oci8/
H A Doci8_statement.c1520 php_oci_out_column *php_oci_statement_get_column_helper(INTERNAL_FUNCTION_PARAMETERS, int need_data) in php_oci_statement_get_column_helper() argument
/PHP-8.3/ext/pcntl/
H A Dpcntl.c770 static void pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAMETERS, int timedwait) /* {{{ */ in pcntl_sigwaitinfo() argument
/PHP-8.3/ext/mysqli/
H A Dmysqli_nonapi.c50 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, bool is_real_connect, bool in_ctor) /* {{{… 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
/PHP-8.3/Zend/
H A Dzend_fibers.c626 zend_fiber_transfer *transfer, INTERNAL_FUNCTION_PARAMETERS in zend_fiber_delegate_transfer_result() argument
H A Dzend.h49 #define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value macro
/PHP-8.3/ext/date/
H A Dphp_date.c844 static void php_date(INTERNAL_FUNCTION_PARAMETERS, bool localtime) in php_date() argument
1130 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, bool gmt) in php_mktime() argument
1246 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, bool gmt) in php_strftime() argument
2994 static void php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAMETERS, timelib_time *parsed_time,… in php_date_do_return_parsed_time() argument
5234 static void php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAMETERS, bool calc_sunset) in php_do_date_sunrise_sunset() argument
/PHP-8.3/ext/standard/
H A Dstring.c211 static void php_spn_common_handler(INTERNAL_FUNCTION_PARAMETERS, int behavior) /* {{{ */ in php_spn_common_handler() argument
639 static zend_always_inline void php_do_trim(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_do_trim() argument
4207 static void php_str_replace_common(INTERNAL_FUNCTION_PARAMETERS, bool case_sensitivity) argument
5277 static void php_strnatcmp(INTERNAL_FUNCTION_PARAMETERS, bool is_case_insensitive) argument
H A Dhtml.c1316 static void php_html_entities(INTERNAL_FUNCTION_PARAMETERS, int all) in php_html_entities() argument
H A Dstreamsfuncs.c1212 static void apply_filter_to_stream(int append, INTERNAL_FUNCTION_PARAMETERS) in apply_filter_to_stream() argument
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c1095 static void php_do_pcre_match(INTERNAL_FUNCTION_PARAMETERS, int global) /* {{{ */ in php_do_pcre_match() argument
2247 static void preg_replace_common(INTERNAL_FUNCTION_PARAMETERS, bool is_filter) in preg_replace_common() argument
/PHP-8.3/ext/xml/
H A Dxml.c970 static void php_xml_parser_create_impl(INTERNAL_FUNCTION_PARAMETERS, int ns_support) /* {{{ */ in php_xml_parser_create_impl() argument
/PHP-8.3/ext/dom/
H A Dnode.c1757 static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_canonicalization() argument
/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c1408 static void register_bound_param(INTERNAL_FUNCTION_PARAMETERS, int is_param) /* {{{ */ in register_bound_param() argument
/PHP-8.3/ext/spl/
H A Dspl_iterators.c535 static void spl_recursive_it_it_construct(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *ce_base, … in spl_recursive_it_it_construct() argument
1318 static spl_dual_it_object* spl_dual_it_construct(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *ce… in spl_dual_it_construct() argument
H A Dspl_array.c1372 static void spl_array_method(INTERNAL_FUNCTION_PARAMETERS, char *fname, size_t fname_len, int use_a… in spl_array_method() argument
H A Dspl_directory.c716 static void spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAMETERS, zend_long ctor_flags) /* … in spl_filesystem_object_construct() argument
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.c1720 static void sqlite3stmt_bind(INTERNAL_FUNCTION_PARAMETERS) in sqlite3stmt_bind() argument
/PHP-8.3/ext/imap/
H A Dphp_imap.c2522 static void php_imap_mutf7(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_imap_mutf7() argument
/PHP-8.3/ext/soap/
H A Dsoap.c2377 void soap_client_call_impl(INTERNAL_FUNCTION_PARAMETERS, bool is_soap_call) argument

Completed in 217 milliseconds

1234