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[] */
3913 class FileInfo { class
4633 function handleStatements(FileInfo $fileInfo, array $stmts, PrettyPrinterAbstract $prettyPrinter) {
4768 function parseStubFile(string $code): FileInfo {
4782 $fileInfo = new FileInfo;
4818 function funcInfoToCode(FileInfo $fileInfo, FuncInfo $funcInfo): string {
4974 FileInfo $fileInfo,
5081 function generateClassEntryCode(FileInfo $fileInfo, array $allConstInfos): string {

Completed in 25 milliseconds