Home
last modified time | relevance | path

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

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

Completed in 38 milliseconds