Searched refs:proto (Results 1 – 25 of 508) sorted by relevance
12345678910>>...21
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
7 /* Prototype : proto string serialize(mixed variable)12 /* Prototype : proto mixed unserialize(string variable_representation)
5 /* Prototype : proto string serialize(mixed variable)10 /* Prototype : proto mixed unserialize(string variable_representation)
39 --proto=?*)40 proto=$optarg96 if test -n "$proto"; then97 …cat $proto | awk -v extname=$extname -v stubs=$stubs -v stubfile=$stubfile -v xml=$xml -v full_xml…259 if test -n "$proto"; then
6 * proto int time(void)
6 * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
6 * proto bool ob_get_clean(void)
6 * proto void flush(void)
8 * proto float sqrt(float number)
5 /* Prototype : proto bool class_exists(string classname [, bool autoload])
5 /* Prototype : proto bool trait_exists(string traitname [, bool autoload])
5 /* Prototype : proto string get_class([object object])
5 /* Prototype : proto array get_object_vars(object obj)
Completed in 35 milliseconds