Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/standard/
H A Dtype.c215 static void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) in php_is_type() argument
H A Darray.c456 static void php_natsort(INTERNAL_FUNCTION_PARAMETERS, int fold_case) /* {{{ */ in php_natsort() argument
1175 static void php_search_array(INTERNAL_FUNCTION_PARAMETERS, int behavior) /* {{{ */ in php_search_array() argument
1935 static void _phpi_pop(INTERNAL_FUNCTION_PARAMETERS, int off_the_end) in _phpi_pop() argument
2345 static void php_array_merge_or_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive, int rep… in php_array_merge_or_replace_wrapper() argument
2948 static void php_array_intersect_key(INTERNAL_FUNCTION_PARAMETERS, int data_compare_type) /* {{{ */ in php_array_intersect_key() argument
3034 static void php_array_intersect(INTERNAL_FUNCTION_PARAMETERS, int behavior, int data_compare_type, … in php_array_intersect() argument
3371 static void php_array_diff_key(INTERNAL_FUNCTION_PARAMETERS, int data_compare_type) /* {{{ */ in php_array_diff_key() argument
3452 static void php_array_diff(INTERNAL_FUNCTION_PARAMETERS, int behavior, int data_compare_type, int k… in php_array_diff() argument
H A Dfilestat.c420 static void php_do_chgrp(INTERNAL_FUNCTION_PARAMETERS, int do_lchgrp) /* {{{ */ in php_do_chgrp() argument
557 static void php_do_chown(INTERNAL_FUNCTION_PARAMETERS, int do_lchown) /* {{{ */ in php_do_chown() argument
H A Dexec.c214 static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_exec_ex() argument
H A Ddir.c214 static void _php_do_opendir(INTERNAL_FUNCTION_PARAMETERS, int createobject) in _php_do_opendir() argument
H A Duser_filters.c447 static void php_stream_bucket_attach(int append, INTERNAL_FUNCTION_PARAMETERS) in php_stream_bucket_attach() argument
/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/mbstring/
H A Dphp_mbregex.c690 static void _php_mb_regex_ereg_exec(INTERNAL_FUNCTION_PARAMETERS, int icase) in _php_mb_regex_ereg_exec() argument
787 static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOptionType options, i… in _php_mb_regex_ereg_replace_exec() argument
1177 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_mb_regex_ereg_search_exec() argument
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c916 void php_odbc_fetch_attribs(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_fetch_attribs() argument
1038 void odbc_transact(INTERNAL_FUNCTION_PARAMETERS, int type) in odbc_transact() argument
1072 void odbc_column_lengths(INTERNAL_FUNCTION_PARAMETERS, int type) in odbc_column_lengths() argument
1691 static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) in php_odbc_fetch_hash() argument
2539 void odbc_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) in odbc_do_connect() argument
2998 static void php_odbc_lasterror(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_lasterror() argument
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c80 static void resourcebundle_ctor(INTERNAL_FUNCTION_PARAMETERS) in resourcebundle_ctor() argument
/PHP-5.5/ext/com_dotnet/
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/intl/converter/
H A Dconverter.c439 static void php_converter_do_set_encoding(UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) { in php_converter_do_set_encoding() argument
472 …rter_do_get_encoding(php_converter_object *objval, UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) { in php_converter_do_get_encoding() argument
513 …onverter_do_get_type(php_converter_object *objval, UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) { in php_converter_do_get_type() argument
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c544 static void php_mssql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_mssql_do_connect() argument
846 static int php_mssql_get_default_link(INTERNAL_FUNCTION_PARAMETERS) in php_mssql_get_default_link() argument
1494 static void php_mssql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) argument
/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c290 static void collator_sort_internal( int renumber, INTERNAL_FUNCTION_PARAMETERS ) in collator_sort_internal() 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/phar/
H A Dfunc_interceptors.c611 …filename, php_stat_len filename_length, int type, void (*orig_stat_func)(INTERNAL_FUNCTION_PARAMET… in phar_file_stat()
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c740 static void php_xmlwriter_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_one_char_t intern… in php_xmlwriter_string_arg() argument
782 static void php_xmlwriter_end(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_int_t internal_function) in php_xmlwriter_end() argument
1884 static void php_xmlwriter_flush(INTERNAL_FUNCTION_PARAMETERS, int force_string) { in php_xmlwriter_flush() 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 Dxpath.c386 static void php_xpath_eval(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in php_xpath_eval() argument
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1225 static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) argument
1512 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2143 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2385 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2566 static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, long result_type, int into_object) argument
2870 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
4365 static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) { argument
4600 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c370 static void get_icu_value_src_php( char* tag_name, INTERNAL_FUNCTION_PARAMETERS) in get_icu_value_src_php() argument
466 static void get_icu_disp_value_src_php( char* tag_name, INTERNAL_FUNCTION_PARAMETERS) in get_icu_disp_value_src_php() argument
/PHP-5.5/ext/bz2/
H A Dbz2.c596 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error() 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
/PHP-5.5/ext/interbase/
H A Dibase_blobs.c344 static void _php_ibase_blob_end(INTERNAL_FUNCTION_PARAMETERS, int bl_end) /* {{{ */ in _php_ibase_blob_end() argument
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c1573 static int register_bound_param(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int is_param) /* {{… in register_bound_param() argument
1867 int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip) in pdo_stmt_setup_fetch_mode() argument
2713 static int row_call_method(const char *method, INTERNAL_FUNCTION_PARAMETERS) in row_call_method() argument

Completed in 145 milliseconds

1234