Merge pull request #1176 from splitbrain/ioreplaceinfile
Add IO function to replace lines in a file (new)
No related branches found
No related tags found
Showing
- _test/tests/inc/io_deletefromfile.test.php 15 additions, 0 deletions_test/tests/inc/io_deletefromfile.test.php
- _test/tests/inc/io_readfile.test.php 6 additions, 1 deletion_test/tests/inc/io_readfile.test.php
- _test/tests/inc/io_readfile/large.txt.bz2 0 additions, 0 deletions_test/tests/inc/io_readfile/large.txt.bz2
- _test/tests/inc/io_readfile/long.txt.bz2 0 additions, 0 deletions_test/tests/inc/io_readfile/long.txt.bz2
- _test/tests/inc/io_replaceinfile.test.php 108 additions, 0 deletions_test/tests/inc/io_replaceinfile.test.php
- _test/tests/inc/io_savefile.test.php 49 additions, 0 deletions_test/tests/inc/io_savefile.test.php
- inc/io.php 121 additions, 65 deletionsinc/io.php
- lib/plugins/acl/admin.php 2 additions, 9 deletionslib/plugins/acl/admin.php
- lib/plugins/authplain/auth.php 3 additions, 9 deletionslib/plugins/authplain/auth.php
_test/tests/inc/io_deletefromfile.test.php
0 → 100644
_test/tests/inc/io_readfile/large.txt.bz2
0 → 100644
File added
_test/tests/inc/io_readfile/long.txt.bz2
0 → 100644
File added
_test/tests/inc/io_replaceinfile.test.php
0 → 100644
_test/tests/inc/io_savefile.test.php
0 → 100644
Please register or sign in to comment