change to a loop through all files and directories within current directory
tasks/ext/ReplaceRegexpTask.php
2
Type
Line
Description
TODO
100
... $this->_regexp->setFlags( $flags );
TODO
110
... $this->_regexp->
tasks/ext/PhpLintTask.php
1
Type
Line
Description
TODO
66
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
246
implement
system/io/Win32FileSystem.php
2
Type
Line
Description
FIXME
404
FIXME
435
system/io/ConsoleReader.php
1
Type
Line
Description
FIXME
53
system/io/FileSystem.php
1
Type
Line
Description
FIXME
214
system/io/PhingFile.php
2
Type
Line
Description
TODO
362
Not implemented yet
TODO
374
Not implemented yet
mappers/RegexpMapper.php
1
Type
Line
Description
FIXME
84
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
53
b2 typehinting
types/AbstractFileSet.php
1
Type
Line
Description
FIXME
302
- 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.