Home
last modified time | relevance | path

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

1234

/PHP-8.2/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.2/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_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.2/ext/pspell/
H A Dpspell.c695 static void pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option) in pspell_config_path() argument
/PHP-8.2/Zend/
H A Dzend_fibers.c542 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.2/ext/pcntl/
H A Dpcntl.c770 static void pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAMETERS, int timedwait) /* {{{ */ in pcntl_sigwaitinfo() argument
/PHP-8.2/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.2/ext/date/
H A Dphp_date.c827 static void php_date(INTERNAL_FUNCTION_PARAMETERS, bool localtime) in php_date() argument
1113 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, bool gmt) in php_mktime() argument
1229 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, bool gmt) in php_strftime() argument
2966 void php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAMETERS, timelib_time *parsed_time, timeli… in php_date_do_return_parsed_time() argument
5057 static void php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAMETERS, bool calc_sunset) in php_do_date_sunrise_sunset() argument
/PHP-8.2/ext/phar/
H A Dfunc_interceptors.c590 …size_t filename_length, int type, zif_handler orig_stat_func, INTERNAL_FUNCTION_PARAMETERS) /* {{{… in phar_file_stat() argument
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c1178 static void reflect_attributes(INTERNAL_FUNCTION_PARAMETERS, HashTable *attributes, in reflect_attributes() argument
1240 static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _function_check_flag() argument
3360 static void reflection_method_invoke(INTERNAL_FUNCTION_PARAMETERS, int variadic) in reflection_method_invoke() argument
3866 static void _class_constant_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */ in _class_constant_check_flag() argument
3997 static void reflection_class_object_ctor(INTERNAL_FUNCTION_PARAMETERS, int is_object) in reflection_class_object_ctor() argument
4831 static void _class_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _class_check_flag() argument
5560 static void _property_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */ in _property_check_flag() argument
/PHP-8.2/ext/standard/
H A Dstring.c210 static void php_spn_common_handler(INTERNAL_FUNCTION_PARAMETERS, int behavior) /* {{{ */ in php_spn_common_handler() argument
807 static zend_always_inline void php_do_trim(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_do_trim() argument
4289 static void php_str_replace_common(INTERNAL_FUNCTION_PARAMETERS, bool case_sensitivity) argument
5360 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.c1192 static void apply_filter_to_stream(int append, INTERNAL_FUNCTION_PARAMETERS) in apply_filter_to_stream() argument
/PHP-8.2/ext/pcre/
H A Dphp_pcre.c1114 static void php_do_pcre_match(INTERNAL_FUNCTION_PARAMETERS, int global) /* {{{ */ in php_do_pcre_match() argument
2266 static void preg_replace_common(INTERNAL_FUNCTION_PARAMETERS, bool is_filter) in preg_replace_common() argument
/PHP-8.2/ext/dom/
H A Dnode.c1553 static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_canonicalization() argument
/PHP-8.2/ext/xml/
H A Dxml.c976 static void php_xml_parser_create_impl(INTERNAL_FUNCTION_PARAMETERS, int ns_support) /* {{{ */ in php_xml_parser_create_impl() argument
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c1409 static void register_bound_param(INTERNAL_FUNCTION_PARAMETERS, int is_param) /* {{{ */ in register_bound_param() argument
/PHP-8.2/ext/spl/
H A Dspl_iterators.c541 static void spl_recursive_it_it_construct(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *ce_base, … in spl_recursive_it_it_construct() argument
1325 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.c1373 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.c726 void spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAMETERS, zend_long ctor_flags) /* {{{ */ in spl_filesystem_object_construct() argument
/PHP-8.2/ext/sqlite3/
H A Dsqlite3.c1705 static void sqlite3stmt_bind(INTERNAL_FUNCTION_PARAMETERS) in sqlite3stmt_bind() argument
/PHP-8.2/ext/imap/
H A Dphp_imap.c2423 static void php_imap_mutf7(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_imap_mutf7() argument
/PHP-8.2/ext/soap/
H A Dsoap.c2377 void soap_client_call_impl(INTERNAL_FUNCTION_PARAMETERS, bool is_soap_call) argument

Completed in 226 milliseconds

1234