Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/tests/
H A Dfinfo_open_002.phpt2 FileInfo - Calling the constructor twice
/PHP-8.3/build/
H A Dgen_stub.php29 * @return FileInfo[]
57 function processStubFile(string $stubFile, Context $context, bool $includeOnly = false): ?FileInfo {
169 /** @var FileInfo[] */
3244 class FileInfo { class
3834 function handleStatements(FileInfo $fileInfo, array $stmts, PrettyPrinterAbstract $prettyPrinter) {
3965 function parseStubFile(string $code): FileInfo {
3979 $fileInfo = new FileInfo;
4015 function funcInfoToCode(FileInfo $fileInfo, FuncInfo $funcInfo): string {
4171 FileInfo $fileInfo,
4257 function generateClassEntryCode(FileInfo $fileInfo, iterable $allConstInfos): string {

Completed in 18 milliseconds