Home
last modified time | relevance | path

Searched refs:proto (Results 26 – 50 of 267) sorted by relevance

1234567891011

/PHP-7.4/Zend/
H A Dzend_inheritance.c429 if (!proto->common.arg_info && proto->common.type != ZEND_USER_FUNCTION) { in zend_do_perform_implementation_check()
464 num_args = proto->common.num_args; in zend_do_perform_implementation_check()
480 if (i < proto->common.num_args) { in zend_do_perform_implementation_check()
481 proto_arg_info = &proto->common.arg_info[i]; in zend_do_perform_implementation_check()
483 proto_arg_info = &proto->common.arg_info[proto->common.num_args]; in zend_do_perform_implementation_check()
512 unresolved_class, fe, fe->common.arg_info - 1, proto, proto->common.arg_info - 1); in zend_do_perform_implementation_check()
739 &unresolved_class, fe, proto); in perform_delayable_implementation_check()
761 zend_function *proto; in do_inheritance_check_on_method_ex() local
808 proto = parent->common.prototype ? in do_inheritance_check_on_method_ex()
817 parent = proto; in do_inheritance_check_on_method_ex()
[all …]
/PHP-7.4/tests/output/
H A Dflush_basic_001.phpt6 * proto void flush(void)
H A Dob_start_error_005.phpt7 * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
H A Dob_start_error_003.phpt6 * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
H A Dob_implicit_flush_basic_001.phpt5 /* Prototype : proto void ob_implicit_flush([int flag])
H A Dob_start_basic_005.phpt6 * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
H A Dob_start_error_004.phpt6 * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_arrays_001.phpt7 /* Prototype : proto string serialize(mixed variable)
12 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_objects_001.phpt7 /* Prototype : proto string serialize(mixed variable)
12 /* Prototype : proto mixed unserialize(string variable_representation)
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_ukey_basic.phpt6 * proto array array_diff_ukey ( array $array1, array $array2 [, array $ ..., callback $key_compare_…
H A Darray_intersect_ukey_basic.phpt6 * proto array array_intersect_ukey ( array $array1, array $array2 [, array $ ..., callback $key_com…
H A Dmax_variation1.phpt6 * proto mixed max(mixed arg1 [, mixed arg2 [, mixed ...]])
H A Dmin_variation1.phpt6 * proto mixed min(mixed arg1 [, mixed arg2 [, mixed ...]])
H A Dnatsort_basic.phpt6 * proto bool natsort ( array &$array )
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_class_methods_variation_002.phpt5 /* Prototype : proto array get_class_methods(mixed class)
H A Dmethod_exists_basic_003.phpt5 /* Prototype : proto bool is_subclass_of(object object, string class_name)
H A Dmethod_exists_variation_003.phpt5 /* Prototype : proto bool method_exists(object object, string method)
H A Dget_parent_class_variation_001.phpt5 /* Prototype : proto string get_parent_class([mixed object])
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_variation1.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_xbm.phpt5 /* Prototype : proto array getimagesize(string imagefile [, array info])
H A Dgetimagesize_wbmp.phpt5 /* Prototype : proto array getimagesize(string imagefile [, array info])
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_010.phpt5 /* Prototype : proto mixed parse_url(string url, [int url_component])
/PHP-7.4/ext/standard/tests/math/
H A Dacosh_basic.phpt8 * proto float acosh(float number)
H A Dasinh_basic.phpt8 * proto float asinh(float number)
H A Datanh_basic.phpt8 * proto float atanh(float number)

Completed in 26 milliseconds

1234567891011