Home
last modified time | relevance | path

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

1234

/PHP-7.0/ext/tidy/
H A Dtidy.c556 static void php_tidy_quick_repair(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_file) in php_tidy_quick_repair() argument
954 static void php_tidy_create_node(INTERNAL_FUNCTION_PARAMETERS, tidy_base_nodetypes node_type) in php_tidy_create_node() argument
/PHP-7.0/ext/com_dotnet/
H A Dcom_saproxy.c325 …tic int saproxy_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) in saproxy_call_method() argument
/PHP-7.0/ext/pcntl/
H A Dpcntl.c1079 static void pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAMETERS, int timedwait) /* {{{ */ in pcntl_sigwaitinfo() argument
/PHP-7.0/Zend/
H A Dzend_closures.c548 static void zend_closure_internal_handler(INTERNAL_FUNCTION_PARAMETERS) /* {{{ */ in zend_closure_internal_handler() argument
H A Dzend.h58 #define INTERNAL_FUNCTION_PARAMETERS zend_execute_data *execute_data, zval *return_value macro
H A Dzend_builtin_functions.c997 static void is_a_impl(INTERNAL_FUNCTION_PARAMETERS, zend_bool only_subclass) /* {{{ */ in is_a_impl() argument
/PHP-7.0/ext/interbase/
H A Dibase_query.c865 static int _php_ibase_exec(INTERNAL_FUNCTION_PARAMETERS, ibase_result **ib_resultp, /* {{{ */ in _php_ibase_exec() argument
1475 static void _php_ibase_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int fetch_type) /* {{{ */ in _php_ibase_fetch_hash() argument
/PHP-7.0/ext/ldap/
H A Dldap.c707 static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) in php_ldap_do_search() argument
1421 static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper) in php_ldap_do_modify() argument
2803 static void php_ldap_do_translate(INTERNAL_FUNCTION_PARAMETERS, int way) in php_ldap_do_translate() argument
/PHP-7.0/ext/standard/
H A Dstring.c295 static void php_spn_common_handler(INTERNAL_FUNCTION_PARAMETERS, int behavior) /* {{{ */ in php_spn_common_handler() argument
894 static void php_do_trim(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_do_trim() argument
4020 static void php_str_replace_common(INTERNAL_FUNCTION_PARAMETERS, int case_sensitivity) argument
4098 static void php_hebrev(INTERNAL_FUNCTION_PARAMETERS, int convert_newlines) argument
5026 static void php_strnatcmp(INTERNAL_FUNCTION_PARAMETERS, int fold_case) argument
H A Dhtml.c1440 static void php_html_entities(INTERNAL_FUNCTION_PARAMETERS, int all) in php_html_entities() argument
H A Dstreamsfuncs.c1129 static void apply_filter_to_stream(int append, INTERNAL_FUNCTION_PARAMETERS) in apply_filter_to_stream() argument
/PHP-7.0/ext/pspell/
H A Dpspell.c818 static void pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option) in pspell_config_path() argument
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c1185 static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _function_check_flag() argument
1389 static void _reflection_export(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *ce_ptr, int ctor_arg… in _reflection_export() argument
1485 static parameter_reference *_reflection_param_get_default_param(INTERNAL_FUNCTION_PARAMETERS) in _reflection_param_get_default_param() argument
1509 static zend_op *_reflection_param_get_default_precv(INTERNAL_FUNCTION_PARAMETERS, parameter_referen… in _reflection_param_get_default_precv() argument
3688 static void reflection_class_object_ctor(INTERNAL_FUNCTION_PARAMETERS, int is_object) in reflection_class_object_ctor() argument
4472 static void _class_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) in _class_check_flag() argument
5309 static void _property_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */ in _property_check_flag() argument
/PHP-7.0/ext/zip/
H A Dphp_zip.c1308 static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{ */ in php_zip_entry_get_info() argument
1622 static void php_zip_add_from_pattern(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in php_zip_add_from_pattern() argument
2691 static void php_zip_get_from(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in php_zip_get_from() argument
/PHP-7.0/ext/date/
H A Dphp_date.c1239 static void php_date(INTERNAL_FUNCTION_PARAMETERS, int localtime) in php_date() argument
1505 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt) in php_mktime() argument
1611 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gmt) in php_strftime() argument
2933 void php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAMETERS, timelib_time *parsed_time, struct… in php_date_do_return_parsed_time() argument
4732 static void php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAMETERS, int calc_sunset) in php_do_date_sunrise_sunset() argument
/PHP-7.0/ext/oci8/
H A Doci8_statement.c1504 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-7.0/ext/snmp/
H A Dsnmp.c693 static void php_snmp_internal(INTERNAL_FUNCTION_PARAMETERS, int st, in php_snmp_internal() argument
1408 static void php_snmp(INTERNAL_FUNCTION_PARAMETERS, int st, int version) in php_snmp() argument
/PHP-7.0/ext/mysqli/
H A Dmysqli.c1232 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.c59 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_real_connect, zend_bool in_ct… argument
/PHP-7.0/ext/spl/
H A Dspl_iterators.c478 static void spl_recursive_it_it_construct(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *ce_base, … in spl_recursive_it_it_construct() argument
1390 int spl_dual_it_call_method(char *method, INTERNAL_FUNCTION_PARAMETERS) in spl_dual_it_call_method() argument
1457 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.c1437 static void spl_array_method(INTERNAL_FUNCTION_PARAMETERS, char *fname, int fname_len, int use_arg)… in spl_array_method() argument
/PHP-7.0/ext/dom/
H A Dnode.c1677 static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_canonicalization() argument
/PHP-7.0/ext/xml/
H A Dxml.c1097 static void php_xml_parser_create_impl(INTERNAL_FUNCTION_PARAMETERS, int ns_support) /* {{{ */ in php_xml_parser_create_impl() argument
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c671 static void php_do_pcre_match(INTERNAL_FUNCTION_PARAMETERS, int global) /* {{{ */ in php_do_pcre_match() argument
/PHP-7.0/ext/imap/
H A Dphp_imap.c1162 static void php_imap_do_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_imap_do_open() argument
3059 static void php_imap_mutf7(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_imap_mutf7() argument

Completed in 167 milliseconds

1234