962 Commits (e67e446a73a5fdf7212969ba46218bf22f3197cb)

Author SHA1 Message Date
Marcus Boerger de87bc2d27 - EXPECT rather than EXPECTF 18 years ago
Etienne Kneuss b8aa44644d Fix error_handling usage in various extensions 18 years ago
Etienne Kneuss f3ca0282f2 Test the catching of chains of exceptions 18 years ago
Robin Fernandes 4ef68b9627 Improve ArrayObject::exchangeArray() behaviour with objects and CoW references (see http://turl.ca/exarr ). 18 years ago
Etienne Kneuss 1c23174d9d Fix clone + add tests 18 years ago
Etienne Kneuss 7aa5e4ab32 Remove cast and fix mem errors 18 years ago
Felipe Pena 611ecc5111 - Added parameter TSRMLS_DC in zend_is_callable() 18 years ago
Dmitry Stogov 03ebd36385 Fixed memory leak 18 years ago
Dmitry Stogov 21f41b06f3 Removed warning 18 years ago
Etienne Kneuss 03de75498d Increase coverage a bit 18 years ago
Dmitry Stogov bdf7981e28 Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B" 18 years ago
Arnaud Le Blanc a3f0f90dfd Fix bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRAY_AS_PROPS set) 18 years ago
Dmitry Stogov 013059c247 Fixed uninitialized data 18 years ago
Arnaud Le Blanc 2db33d3d7f Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private prop of wrapped object) 18 years ago
Dmitry Stogov 72dfe66661 LSB parent/self forwarding 18 years ago
Steph Fox 64a04a58a6 - Make test x-platform 18 years ago
Steph Fox 32b474b730 - Introduce SPL_FILE_DIR_UNIXPATHS. 18 years ago
Marcus Boerger abe24e95fa - MFH [DOC] Add FilesystemIterator::SKIP_DOTS (flag to skip '.' and '..' in iteration) 18 years ago
Marcus Boerger eb6333be1c - Add new classes 18 years ago
Marcus Boerger 32f51050bc - Add MultipleIterator (Arnaud, Marcus) 18 years ago
Rob Richards c2eb3ea158 Sync with 5_3 changes 18 years ago
Etienne Kneuss f493ef90e1 Iterator methods overwriting optimisations 18 years ago
Etienne Kneuss f388db74f5 Fix build for solaris 18 years ago
Etienne Kneuss 4254ef3891 Complete the ZTS build fix 18 years ago
Derick Rethans 14d348c9ec - Fixed ZTS build. 18 years ago
Marcus Boerger 28a325bc0f - Add MultipleIterator (http://blog.somabo.de/2008/01/multipleiterator-for-php.html) 18 years ago
Marcus Boerger f765f8e99f - added missing @since tag 18 years ago
Marcus Boerger 1223c085b0 - Move RecursiveTreeIterator from PHP to C code (Arnaud, Marcus) 18 years ago
Etienne Kneuss b0623e09d0 Fix valgrind errors in array_method, and possibly #45349 (Thanks tony for the patch) 18 years ago
Etienne Kneuss 8ee084b365 Implement DirectoryIterator::seek 18 years ago
Antony Dovgal 7c16cfd85b minor speedup - convert offset to long only when needed 18 years ago
Antony Dovgal 8c96f79ca5 fix test 18 years ago
Marcus Boerger e3944720b5 - Use new helper 18 years ago
Marcus Boerger 7c3726c907 - Fix test 18 years ago
Antony Dovgal 05028ba6d3 improve code coverage 18 years ago
Etienne Kneuss b111b673e6 Implement toArray,fromArray and get_properties (Thanks Tony for the patches) 18 years ago
Marcus Boerger 059e4f06ef - Allow multiple exceptions in spl's autoload 18 years ago
Etienne Kneuss ad3cd911ac Forgot to remove the count method here 18 years ago
Etienne Kneuss 4362c16f6a Test extended iterators methods 18 years ago
Etienne Kneuss 8cab636c24 Woopsy 18 years ago
Etienne Kneuss c621d4f63f - Fix filename in debug_info 18 years ago
Etienne Kneuss b6c53b8c73 Remove .htaccess file(??) 18 years ago
Etienne Kneuss e6fe25f589 Add missing test 18 years ago
Etienne Kneuss e8cbf4c663 First part of count/handlers related fixes 18 years ago
Felipe Pena 4b50d12a48 - MFB: Added arginfo (functions) 18 years ago
Antony Dovgal 6c94aa02ab fix test 18 years ago
Antony Dovgal 15e70c34e2 use zend_ascii_hash_find() and check its return value to prevent crash when function not found 18 years ago
Etienne Kneuss 422bc27588 Add some tests to increase code coverage 18 years ago
Etienne Kneuss c6472bfd80 Rename everything from SplFastArray to SplFixedArray 18 years ago
Etienne Kneuss 6444ec388c Fix #45216 (Add a default size for fgetss) 18 years ago