master
- Missed the files we don't use yet
Reindent phpt files
- Somehow 'cvs add' managed to ignore these completely(?)
- MFB
Remove the b prefix from literals on unrelated tests
Sync leading and final newlines in source code files
Add another round of missing parameter types to stubs
call_user_func(_array): Don't abort on reference warning
Remove binary casts from PHAR's default stub
tree: drop non canonical casts and ZPP tests
MFB: add new test for copy-on-write, fix copy-on-write for Phar/PharFileInfo methods
MFB: add complete tests verifying copy-on-write for cached phars
MFB: add tests for copy-on-write support - fix metadata handling with cached phars - fix virtual_dirs with rmdir - ensure that after copy-on-write, all existing Phar objects link to the newly copied phar data
MFB: last test for cached phar copy on write (forgot this one yesterday)
MFB: fix faulty logic in tests, needed to use ksort instead of asort and to sort output. These tests failed on some systems with non-case sensitive filesystem sorting