Home
last modified time | relevance | path

Searched refs:proto (Results 501 – 510 of 510) sorted by last modified time

1...<<21

/PHP-5.5/ext/date/tests/
H A Dmicrotime_error.phpt6 * proto mixed microtime([bool get_as_float])
H A Dtime_basic.phpt6 * proto int time(void)
/PHP-5.5/Zend/
H A Dzend_compile.c3120 if (!proto || (!proto->common.arg_info && proto->common.type != ZEND_USER_FUNCTION)) { in zend_do_perform_implementation_check()
3129 && (proto->common.fn_flags & ZEND_ACC_ABSTRACT) == 0)) { in zend_do_perform_implementation_check()
3140 || proto->common.num_args > fe->common.num_args) { in zend_do_perform_implementation_check()
3151 if ((proto->common.fn_flags & ZEND_ACC_RETURN_REFERENCE) in zend_do_perform_implementation_check()
3156 for (i=0; i < proto->common.num_args; i++) { in zend_do_perform_implementation_check()
3167 fe_class_name = proto->common.scope->name; in zend_do_perform_implementation_check()
3168 fe_class_name_len = proto->common.scope->name_length; in zend_do_perform_implementation_check()
3177 …if (!strcasecmp(proto->common.arg_info[i].class_name, "parent") && proto->common.scope && proto->c… in zend_do_perform_implementation_check()
3178 proto_class_name = proto->common.scope->parent->name; in zend_do_perform_implementation_check()
3180 } else if (!strcasecmp(proto->common.arg_info[i].class_name, "self") && proto->common.scope) { in zend_do_perform_implementation_check()
[all …]
/PHP-5.5/Zend/tests/
H A Dfunction_exists_basic.phpt6 * proto bool function_exists(string function_name)
H A Dfunction_exists_error.phpt6 * proto bool function_exists(string function_name)
H A Dfunction_exists_variation1.phpt7 * proto bool function_exists(string function_name)
/PHP-5.5/
H A DREADME.EXT_SKEL24 #! line in skeleton/create_stubs and the cat $proto | awk line in
46 --proto=filename.
87 If present it will be filled into the 'proto' header comments in the stubs
160 /* {{{ proto bool module_name_drawtext(resource image, string text, resource font, int x, int y [, …
H A DNEWS8050 - Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto version).
H A DCODING_STANDARDS243 /* {{{ proto int abs(int number)
257 The "proto" keyword there is just a helper for the doc/genfuncsummary script
264 …/* {{{ proto object imap_header(int stream_id, int msg_no [, int from_length [, int subject_length…
293 proto should still be included, describing which function is aliased.
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_error_002.phpt5 /* Prototype : proto string serialize(mixed variable)
10 /* Prototype : proto mixed unserialize(string variable_representation)

Completed in 74 milliseconds

1...<<21