Home
last modified time | relevance | path

Searched refs:proto (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/PHP-7.2/ext/skeleton/
H A Dcreate_stubs180 proto = "/* {{{ proto " types[i] " " funcs[i] "("
216 if (j > 0) proto = proto " "
217 proto = proto "["
230 if (j > 0) proto = proto ", "
231 proto = proto argtypes[i,j] " " argnames[i,j]
236 proto = proto closeopts ")\n " fcomments[i] " */\nPHP_FUNCTION(" funcs[i] ")\n{"
251 print proto > stubfile
/PHP-7.2/ext/standard/tests/serialize/
H A Dserialization_precision_001.phpt7 /* Prototype : proto string serialize(mixed variable)
12 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_precision_002.phpt7 /* Prototype : proto string serialize(mixed variable)
12 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_objects_008.phpt5 /* Prototype : proto string serialize(mixed variable)
10 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_resources_001.phpt5 /* Prototype : proto string serialize(mixed variable)
10 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_objects_010.phpt7 /* Prototype : proto string serialize(mixed variable)
12 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_objects_009.phpt5 /* Prototype : proto string serialize(mixed variable)
10 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_objects_007.phpt5 /* Prototype : proto string serialize(mixed variable)
10 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_objects_006.phpt5 /* Prototype : proto string serialize(mixed variable)
10 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_error_001.phpt5 /* Prototype : proto string serialize(mixed variable)
10 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_error_002.phpt5 /* Prototype : proto string serialize(mixed variable)
10 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_objects_003.phpt7 /* Prototype : proto string serialize(mixed variable)
12 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_objects_004.phpt5 /* Prototype : proto string serialize(mixed variable)
10 /* Prototype : proto mixed unserialize(string variable_representation)
/PHP-7.2/Zend/
H A Dzend_inheritance.c207 …== sizeof("parent")-1 && !strcasecmp(class_name, "parent") && proto->common.scope && proto->common… in zend_do_perform_type_hint_check()
272 if (!proto || (!proto->common.arg_info && proto->common.type != ZEND_USER_FUNCTION)) { in zend_do_perform_implementation_check()
286 if (proto->common.fn_flags & ZEND_ACC_PRIVATE) { in zend_do_perform_implementation_check()
292 || proto->common.num_args > fe->common.num_args) { in zend_do_perform_implementation_check()
302 if ((proto->common.fn_flags & ZEND_ACC_VARIADIC) in zend_do_perform_implementation_check()
311 num_args = proto->common.num_args; in zend_do_perform_implementation_check()
312 if (proto->common.fn_flags & ZEND_ACC_VARIADIC) { in zend_do_perform_implementation_check()
326 if (i < proto->common.num_args) { in zend_do_perform_implementation_check()
327 proto_arg_info = &proto->common.arg_info[i]; in zend_do_perform_implementation_check()
329 proto_arg_info = &proto->common.arg_info[proto->common.num_args]; in zend_do_perform_implementation_check()
[all …]
/PHP-7.2/ext/enchant/tests/
H A Denchant_broker_set_dict_path.phpt2 proto bool enchant_broker_set_dict_path(resource broker, int dict_type, string value) function
3 proto string enchant_broker_get_dict_path(resource broker, int dict_type) function
/PHP-7.2/ext/date/tests/
H A Dtime_basic.phpt6 * proto int time(void)
H A Dtime_error.phpt6 * proto int time(void)
/PHP-7.2/tests/output/
H A Dob_start_basic_001.phpt6 * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
H A Dob_get_clean_basic_002.phpt6 * proto bool ob_get_clean(void)
H A Dob_get_clean_basic_001.phpt6 * proto bool ob_get_clean(void)
/PHP-7.2/ext/standard/tests/math/
H A Dsqrt_basic.phpt8 * proto float sqrt(float number)
/PHP-7.2/ext/
H A Dext_skel39 --proto=?*)
40 proto=$optarg
96 if test -n "$proto"; then
97 …cat $proto | awk -v extname=$extname -v stubs=$stubs -v stubfile=$stubfile -v xml=$xml -v full_xml…
308 if test -n "$proto"; then
/PHP-7.2/ext/standard/tests/class_object/
H A Dclass_exists_variation_003.phpt5 /* Prototype : proto bool class_exists(string classname [, bool autoload])
H A Dtrait_class_exists_variation_003.phpt5 /* Prototype : proto bool trait_exists(string traitname [, bool autoload])
/PHP-7.2/ext/standard/tests/array/
H A Darray_diff_key_basic.phpt6 * proto array array_diff_key(array arr1, array arr2 [, array ...])

Completed in 52 milliseconds

12345678910>>...19