Lines Matching refs:txt
6 var_dump(new \SplFileInfo('/path/to/a.txt'));
8 var_dump(new \SplFileInfo('c.txt'));
13 var_dump(new \SplFileInfo('path/to/a.txt'));
14 var_dump(new \SplFileInfo('path/to/bbb.txt'));
15 var_dump(new \SplFileInfo('path/to/ccc.txt'));
16 var_dump(new \SplFileInfo('d.txt'));
17 var_dump(new \SplFileInfo('e.txt'));
23 string(14) "/path/to/a.txt"
25 string(5) "a.txt"
35 string(5) "c.txt"
37 string(5) "c.txt"
53 string(13) "path/to/a.txt"
55 string(5) "a.txt"
59 string(15) "path/to/bbb.txt"
61 string(7) "bbb.txt"
65 string(15) "path/to/ccc.txt"
67 string(7) "ccc.txt"
71 string(5) "d.txt"
73 string(5) "d.txt"
77 string(5) "e.txt"
79 string(5) "e.txt"