Searched refs:proto (Results 1 – 25 of 512) sorted by relevance
12345678910>>...21
/PHP-5.6/ext/skeleton/ |
H A D | create_stubs | 180 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.6/ext/standard/tests/serialize/ |
H A D | serialization_precision_001.phpt | 7 /* Prototype : proto string serialize(mixed variable) 12 /* Prototype : proto mixed unserialize(string variable_representation)
|
H A D | serialization_precision_002.phpt | 7 /* Prototype : proto string serialize(mixed variable) 12 /* Prototype : proto mixed unserialize(string variable_representation)
|
H A D | serialization_objects_008.phpt | 5 /* Prototype : proto string serialize(mixed variable) 10 /* Prototype : proto mixed unserialize(string variable_representation)
|
H A D | serialization_resources_001.phpt | 5 /* Prototype : proto string serialize(mixed variable) 10 /* Prototype : proto mixed unserialize(string variable_representation)
|
H A D | serialization_objects_010.phpt | 7 /* Prototype : proto string serialize(mixed variable) 12 /* Prototype : proto mixed unserialize(string variable_representation)
|
H A D | serialization_objects_009.phpt | 5 /* Prototype : proto string serialize(mixed variable) 10 /* Prototype : proto mixed unserialize(string variable_representation)
|
H A D | serialization_objects_007.phpt | 5 /* Prototype : proto string serialize(mixed variable) 10 /* Prototype : proto mixed unserialize(string variable_representation)
|
H A D | serialization_objects_006.phpt | 5 /* Prototype : proto string serialize(mixed variable) 10 /* Prototype : proto mixed unserialize(string variable_representation)
|
H A D | serialization_error_001.phpt | 5 /* Prototype : proto string serialize(mixed variable) 10 /* Prototype : proto mixed unserialize(string variable_representation)
|
H A D | serialization_error_002.phpt | 5 /* Prototype : proto string serialize(mixed variable) 10 /* Prototype : proto mixed unserialize(string variable_representation)
|
H A D | serialization_objects_003.phpt | 7 /* Prototype : proto string serialize(mixed variable) 12 /* Prototype : proto mixed unserialize(string variable_representation)
|
H A D | serialization_objects_004.phpt | 5 /* Prototype : proto string serialize(mixed variable) 10 /* Prototype : proto mixed unserialize(string variable_representation)
|
/PHP-5.6/ext/ |
H A D | ext_skel | 39 --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… 291 if test -n "$proto"; then
|
/PHP-5.6/ext/date/tests/ |
H A D | time_basic.phpt | 6 * proto int time(void)
|
H A D | time_error.phpt | 6 * proto int time(void)
|
/PHP-5.6/tests/output/ |
H A D | ob_start_basic_001.phpt | 6 * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
|
H A D | ob_get_clean_basic_002.phpt | 6 * proto bool ob_get_clean(void)
|
H A D | flush_error_001.phpt | 6 * proto void flush(void)
|
H A D | ob_get_clean_basic_001.phpt | 6 * proto bool ob_get_clean(void)
|
/PHP-5.6/ext/standard/tests/math/ |
H A D | sqrt_basic.phpt | 8 * proto float sqrt(float number)
|
/PHP-5.6/ext/standard/tests/class_object/ |
H A D | trait_class_exists_variation_003.phpt | 5 /* Prototype : proto bool trait_exists(string traitname [, bool autoload])
|
H A D | class_exists_variation_003.phpt | 5 /* Prototype : proto bool class_exists(string classname [, bool autoload])
|
/PHP-5.6/ext/standard/tests/array/ |
H A D | array_intersect_key_basic.phpt | 6 * proto array array_intersect_key(array arr1, array arr2 [, array ...])
|
H A D | array_diff_key_basic.phpt | 6 * proto array array_diff_key(array arr1, array arr2 [, array ...])
|
Completed in 21 milliseconds
12345678910>>...21