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 {
180 /** @var FileInfo[] */
3902 class FileInfo { class
4610 function handleStatements(FileInfo $fileInfo, array $stmts, PrettyPrinterAbstract $prettyPrinter) {
4745 function parseStubFile(string $code): FileInfo {
4759 $fileInfo = new FileInfo;
4795 function funcInfoToCode(FileInfo $fileInfo, FuncInfo $funcInfo): string {
4951 FileInfo $fileInfo,
5058 function generateClassEntryCode(FileInfo $fileInfo, array $allConstInfos): string {

Completed in 23 milliseconds