Searched refs:methodname (Results 1 – 4 of 4) sorted by relevance
11 $methodname = 'foo';13 echo $classname::$methodname()."\n";15 echo $wrongClassname::$methodname()."\n";
252 file_private const char *methodname(size_t);261 return file_printf(ms, "ERROR:[%s: %s]", methodname(i), buf); in format_decompression_error()268 methodname(i), buf); in format_decompression_error()989 methodname(size_t method) in methodname() function
2100 $methodname = $doc->createElement('methodname', $this->name->__toString());2101 $methodSynopsis->appendChild($methodname);
Completed in 33 milliseconds