Lines Matching refs:file
21 $file = __DIR__ . '/testdata/test.php';
22 $result = $pl->phpExtract($file);
25 'string 1' => "$file:4",
26 'string 2' => "$file:4",
27 'string 3' => "$file:6",
35 $file = __DIR__ . '/testdata/test.js';
36 $result = $pl->jsExtract($file);
39 'string1' => "$file:1",
40 'string 2' => "$file:1",
41 'string 3' => "$file:3",
42 'string4' => "$file:5",
43 'string 5' => "$file:9",