Home
last modified time | relevance | path

Searched refs:methodname (Results 1 – 4 of 4) sorted by relevance

/php-src/tests/lang/
H A D044.phpt11 $methodname = 'foo';
13 echo $classname::$methodname()."\n";
15 echo $wrongClassname::$methodname()."\n";
/php-src/ext/zlib/tests/
H A Dgzgetss.gz
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c252 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
/php-src/build/
H A Dgen_stub.php2100 $methodname = $doc->createElement('methodname', $this->name->__toString());
2101 $methodSynopsis->appendChild($methodname);

Completed in 33 milliseconds