Home
last modified time | relevance | path

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

/PHP-8.1/tests/lang/
H A D044.phpt11 $methodname = 'foo';
13 echo $classname::$methodname()."\n";
15 echo $wrongClassname::$methodname()."\n";
/PHP-8.1/ext/zlib/tests/
H A Dgzgetss.gz
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcompress.c228 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
/PHP-8.1/build/
H A Dgen_stub.php1285 $methodname = $doc->createElement('methodname', $this->name->__toString());
1286 $methodSynopsis->appendChild($methodname);
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1342 private const char *methodname(size_t);

Completed in 26 milliseconds