Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-5.5/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-5.5/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-5.5/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…
259 if test -n "$proto"; then
/PHP-5.5/ext/date/tests/
H A Dtime_basic.phpt6 * proto int time(void)
H A Dtime_error.phpt6 * proto int time(void)
/PHP-5.5/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 Dflush_error_001.phpt6 * proto void flush(void)
H A Dob_get_clean_basic_001.phpt6 * proto bool ob_get_clean(void)
/PHP-5.5/ext/standard/tests/math/
H A Dsqrt_basic.phpt8 * proto float sqrt(float number)
/PHP-5.5/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-5.5/ext/standard/tests/array/
H A Darray_diff_key_basic.phpt6 * proto array array_diff_key(array arr1, array arr2 [, array ...])
H A Darray_intersect_key_basic.phpt6 * proto array array_intersect_key(array arr1, array arr2 [, array ...])

Completed in 29 milliseconds

12345678910>>...21