Home
last modified time | relevance | path

Searched refs:FileInfo (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/fileinfo/tests/
H A Dfinfo_open_002.phpt2 FileInfo - Calling the constructor twice
/php-src/build/
H A Dgen_stub.php38 * @return FileInfo[]
66 function processStubFile(string $stubFile, Context $context, bool $includeOnly = false): ?FileInfo {
181 /** @var FileInfo[] */
4120 class FileInfo { class
4846 function handleStatements(FileInfo $fileInfo, array $stmts, PrettyPrinterAbstract $prettyPrinter) {
4982 function parseStubFile(string $code): FileInfo {
4996 $fileInfo = new FileInfo;
5032 function funcInfoToCode(FileInfo $fileInfo, FuncInfo $funcInfo): string {
5215 FileInfo $fileInfo,
5312 function generateClassEntryCode(FileInfo $fileInfo, array $allConstInfos): string {

Completed in 19 milliseconds