change to a loop through all files and directories within current directory
tasks/ext/ReplaceRegexpTask.php
1
Type
Line
Description
TODO
129
... $this->_regexp->
tasks/ext/PhpLintTask.php
1
Type
Line
Description
TODO
68
Do some sort of checking if the path is correct but would
require traversing the systems executeable path too
tasks/ext/ManifestTask.php
1
Type
Line
Description
TODO
259
implement
system/io/Win32FileSystem.php
2
Type
Line
Description
FIXME
507
FIXME
553
system/io/ConsoleReader.php
1
Type
Line
Description
FIXME
58
system/io/FileSystem.php
1
Type
Line
Description
FIXME
219
system/io/PhingFile.php
2
Type
Line
Description
TODO
390
Not implemented yet
TODO
403
Not implemented yet
filters/StripWhitespace.php
1
Type
Line
Description
TODO
35
-c use new PHP functions to perform this instead of regex.
parser/DataTypeHandler.php
1
Type
Line
Description
FIXME
58
b2 typehinting
types/AbstractFileSet.php
1
Type
Line
Description
FIXME
359
- pass dir directly wehn dirscanner supports File
types/RegularExpression.php
1
Type
Line
Description
TODO
48
Probably both $ignoreCase and $multiline should be removed
from attribute list of RegularExpression class:
actual values are preserved on regexp *engine* level, not expression
object itself.