Home
last modified time | relevance | path

Searched defs:INTERNAL_FUNCTION_PARAMETERS (Results 26 – 50 of 72) sorted by relevance

123

/PHP-8.0/ext/standard/
H A Darray.c781 static void php_natsort(INTERNAL_FUNCTION_PARAMETERS, int fold_case) /* {{{ */ in php_natsort() argument
967 static void php_usort(INTERNAL_FUNCTION_PARAMETERS, bucket_compare_func_t compare_func, zend_bool r… in php_usort() argument
1531 static inline void php_search_array(INTERNAL_FUNCTION_PARAMETERS, int behavior) /* {{{ */ in php_search_array() argument
3755 static zend_always_inline void php_array_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursiv… argument
3794 static zend_always_inline void php_array_merge_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive)… argument
4584 static void php_array_intersect_key(INTERNAL_FUNCTION_PARAMETERS, int data_compare_type) /* {{{ */ argument
4664 static void php_array_intersect(INTERNAL_FUNCTION_PARAMETERS, int behavior, int data_compare_type, … argument
4963 static void php_array_diff_key(INTERNAL_FUNCTION_PARAMETERS, int data_compare_type) /* {{{ */ argument
5038 static void php_array_diff(INTERNAL_FUNCTION_PARAMETERS, int behavior, int data_compare_type, int k… argument
H A Dexec.c206 static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_exec_ex() argument
H A Ddir.c195 static void _php_do_opendir(INTERNAL_FUNCTION_PARAMETERS, int createobject) in _php_do_opendir() argument
H A Duser_filters.c426 static void php_stream_bucket_attach(int append, INTERNAL_FUNCTION_PARAMETERS) in php_stream_bucket_attach() argument
H A Dimage.c1373 …size_from_stream(php_stream *stream, char *input, zval *info, INTERNAL_FUNCTION_PARAMETERS) /* {{{… in php_getimagesize_from_stream() argument
1471 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any() argument
/PHP-8.0/ext/fileinfo/
H A Dfileinfo.c351 static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mimetype_emu) /* {{{ */ in _php_finfo_get_type() argument
/PHP-8.0/Zend/
H A Dzend_builtin_functions.c634 static void is_a_impl(INTERNAL_FUNCTION_PARAMETERS, zend_bool only_subclass) /* {{{ */ in is_a_impl() argument
1013 static inline void class_exists_impl(INTERNAL_FUNCTION_PARAMETERS, int flags, int skip_flags) /* {{… in class_exists_impl() argument
1291 static inline void get_declared_class_impl(INTERNAL_FUNCTION_PARAMETERS, int flags, int skip_flags)… in get_declared_class_impl() argument
/PHP-8.0/ext/pgsql/
H A Dpgsql.c522 static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_pgsql_do_connect() argument
769 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_get_link_info() argument
1374 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_get_result_info() argument
1637 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_get_field_info() argument
1827 static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, zend_long result_type, int into_obje… in php_pgsql_fetch_hash() argument
2102 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_data_info() argument
3374 static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) /* {{{ */ { in php_pgsql_escape_internal() argument
3583 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_do_async() argument
/PHP-8.0/ext/intl/collator/
H A Dcollator_sort.c261 static void collator_sort_internal( int renumber, INTERNAL_FUNCTION_PARAMETERS ) in collator_sort_internal() argument
/PHP-8.0/ext/intl/locale/
H A Dlocale_methods.c376 static void get_icu_value_src_php( char* tag_name, INTERNAL_FUNCTION_PARAMETERS) in get_icu_value_src_php() argument
457 static void get_icu_disp_value_src_php( char* tag_name, INTERNAL_FUNCTION_PARAMETERS) in get_icu_disp_value_src_php() argument
/PHP-8.0/ext/dom/
H A Ddocument.c1290 static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) { in dom_parse_document() argument
1612 static void _dom_document_schema_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in _dom_document_schema_validate() argument
1722 static void _dom_document_relaxNG_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in _dom_document_relaxNG_validate() argument
1822 static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_load_html() argument
H A Dxpath.c326 static void php_xpath_eval(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in php_xpath_eval() argument
/PHP-8.0/ext/bz2/
H A Dbz2.c566 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error() argument
/PHP-8.0/ext/ldap/
H A Dldap.c1424 static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) in php_ldap_do_search() argument
2174 static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper, int ext) in php_ldap_do_modify() argument
2410 static void php_ldap_do_delete(INTERNAL_FUNCTION_PARAMETERS, int ext) in php_ldap_do_delete() argument
3560 static void php_ldap_do_rename(INTERNAL_FUNCTION_PARAMETERS, int ext) in php_ldap_do_rename() argument
3841 static void php_ldap_do_translate(INTERNAL_FUNCTION_PARAMETERS, int way) in php_ldap_do_translate() argument
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.c229 static void php_xmlwriter_end(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_int_t internal_function) in php_xmlwriter_end() argument
985 static void php_xmlwriter_flush(INTERNAL_FUNCTION_PARAMETERS, int force_string) { in php_xmlwriter_flush() argument
/PHP-8.0/ext/oci8/
H A Doci8.c861 void php_oci_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent, int exclusive) in php_oci_do_connect() argument
1768 void php_oci_fetch_row (INTERNAL_FUNCTION_PARAMETERS, int mode, int expected_args) in php_oci_fetch_row() argument
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_module.c333 static int accel_file_in_cache(INTERNAL_FUNCTION_PARAMETERS) argument
/PHP-8.0/ext/mysqli/
H A Dmysqli_api.c893 void mysqli_stmt_fetch_libmysql(INTERNAL_FUNCTION_PARAMETERS) argument
1056 void mysqli_stmt_fetch_mysqlnd(INTERNAL_FUNCTION_PARAMETERS) argument
1429 void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_method) argument
/PHP-8.0/ext/intl/grapheme/
H A Dgrapheme_string.c543 static void strstr_common_handler(INTERNAL_FUNCTION_PARAMETERS, int f_ignore_case) in strstr_common_handler() argument
/PHP-8.0/ext/tidy/
H A Dtidy.c338 static void php_tidy_quick_repair(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_file) in php_tidy_quick_repair() argument
750 static void php_tidy_create_node(INTERNAL_FUNCTION_PARAMETERS, tidy_base_nodetypes node_type) in php_tidy_create_node() argument
/PHP-8.0/ext/gmp/
H A Dgmp.c811 static inline void _gmp_binary_ui_op(INTERNAL_FUNCTION_PARAMETERS, gmp_binary_op_t gmp_op, gmp_bina… in _gmp_binary_ui_op() argument
842 static inline void _gmp_unary_op(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_op_t gmp_op) in _gmp_unary_op() argument
855 static inline void _gmp_unary_opl(INTERNAL_FUNCTION_PARAMETERS, gmp_unary_opl_t gmp_op) in _gmp_unary_opl() argument
/PHP-8.0/ext/pspell/
H A Dpspell.c649 static void pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option) in pspell_config_path() argument
/PHP-8.0/ext/intl/uchar/
H A Duchar.c39 static zend_never_inline int parse_code_point_param(INTERNAL_FUNCTION_PARAMETERS, UChar32 *cp) { in parse_code_point_param() argument
/PHP-8.0/ext/snmp/
H A Dsnmp.c399 static void php_snmp_internal(INTERNAL_FUNCTION_PARAMETERS, int st, in php_snmp_internal() argument
1110 static void php_snmp(INTERNAL_FUNCTION_PARAMETERS, int st, int version) in php_snmp() argument
/PHP-8.0/ext/date/
H A Dphp_date.c791 static void php_date(INTERNAL_FUNCTION_PARAMETERS, int localtime) in php_date() argument
1075 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt) in php_mktime() argument
1191 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gmt) in php_strftime() argument
2719 void php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAMETERS, timelib_time *parsed_time, timeli… in php_date_do_return_parsed_time() argument
4527 static void php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAMETERS, int calc_sunset) in php_do_date_sunrise_sunset() argument

Completed in 255 milliseconds

123