Searched refs:methodname (Results 1 – 5 of 5) sorted by relevance
11 $methodname = 'foo';13 echo $classname::$methodname()."\n";15 echo $wrongClassname::$methodname()."\n";
228 private const char *methodname(size_t);237 return file_printf(ms, "ERROR:[%s: %s]", methodname(i), buf); in format_decompression_error()244 methodname(i), buf); in format_decompression_error()791 methodname(size_t method) in methodname() function
1522 $methodname = $doc->createElement('methodname', $this->name->__toString());1523 $methodSynopsis->appendChild($methodname);
1369 private const char *methodname(size_t);
Completed in 24 milliseconds