/PHP-7.2/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-7.2/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-7.2/Zend/ |
H A D | zend_inheritance.c | 207 …== 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 D | enchant_broker_set_dict_path.phpt | 2 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 D | time_basic.phpt | 6 * proto int time(void)
|
H A D | time_error.phpt | 6 * proto int time(void)
|
/PHP-7.2/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 | ob_get_clean_basic_001.phpt | 6 * proto bool ob_get_clean(void)
|
/PHP-7.2/ext/standard/tests/math/ |
H A D | sqrt_basic.phpt | 8 * proto float sqrt(float number)
|
/PHP-7.2/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… 308 if test -n "$proto"; then
|
/PHP-7.2/ext/standard/tests/class_object/ |
H A D | class_exists_variation_003.phpt | 5 /* Prototype : proto bool class_exists(string classname [, bool autoload])
|
H A D | trait_class_exists_variation_003.phpt | 5 /* Prototype : proto bool trait_exists(string traitname [, bool autoload])
|
/PHP-7.2/ext/standard/tests/array/ |
H A D | array_diff_key_basic.phpt | 6 * proto array array_diff_key(array arr1, array arr2 [, array ...])
|