1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00
Commit Graph

251 Commits

Author SHA1 Message Date
Antony Dovgal 6c94aa02ab fix test 2008-07-02 12:24:45 +00:00
Etienne Kneuss 422bc27588 Add some tests to increase code coverage 2008-06-22 16:23:33 +00:00
Etienne Kneuss c6472bfd80 Rename everything from SplFastArray to SplFixedArray 2008-06-18 14:54:28 +00:00
Etienne Kneuss 6444ec388c Fix #45216 (Add a default size for fgetss) 2008-06-18 10:05:15 +00:00
Etienne Kneuss 53b6c68a90 Add tests for iterators when instanciated without argument (by Sebastian Schürmann) 2008-06-15 11:45:48 +00:00
Felipe Pena 7504d57043 - Fixed tests (unicode results, UEXPECT, line endings) 2008-06-13 00:18:57 +00:00
Etienne Kneuss 0e213d1628 Add tests from testfest 2008-06-12 20:51:25 +00:00
Etienne Kneuss 3dcd9ca7a2 Add tests from testfest 2008-06-12 20:46:00 +00:00
Antony Dovgal b519f3c83e more checks and tests 2008-06-07 21:35:53 +00:00
Antony Dovgal a5c08c6a6d more tests (by Felipe) 2008-06-07 14:10:21 +00:00
Etienne Kneuss bd233197fd Implements C arrays wrapper 2008-06-06 23:53:10 +00:00
Felipe Pena 6c06a591f2 - Removed UEXPECT(F) 2008-05-27 16:53:36 +00:00
Felipe Pena 77080b64d9 - Removed UEXPECT(F) 2008-05-27 02:55:52 +00:00
Etienne Kneuss be6d55935c Add a prepend param to spl_autoload_register 2008-05-25 12:17:27 +00:00
Etienne Kneuss e28bcbbf60 remove the skipif 2008-05-25 12:10:14 +00:00
Sebastian Bergmann 1517e12411 Drop SKIPIF check for ext/spl. 2008-05-25 06:03:44 +00:00
Etienne Kneuss 649f10fd3f New tests from testfest 2008-05-24 16:48:15 +00:00
Sebastian Bergmann 7efb792fe8 Drop SKIPIF check for ext/spl. 2008-05-24 14:17:44 +00:00
Sebastian Bergmann 28d77dff61 MFB: Drop SKIPIF check for ext/spl. 2008-05-24 14:12:00 +00:00
Etienne Kneuss fa3ae04c28 Add tests from testfest 2008-05-24 13:40:33 +00:00
Etienne Kneuss e35e5b93e3 Fix path lookup when include_path is used 2008-05-20 21:46:13 +00:00
Etienne Kneuss 1d2bfff3a9 Fix FilesystemIterator with ./.. 2008-05-16 13:22:02 +00:00
Etienne Kneuss db0e4fac8b Implement SplPriorityQueue::getExtractFlags() 2008-05-15 17:05:20 +00:00
Etienne Kneuss abd85a3ec1 Sync spl tests with 5.3 2008-05-08 12:03:18 +00:00
Marcus Boerger 3264a25717 - Fix possible memory corruption 2008-03-13 19:45:22 +00:00
Etienne Kneuss 5a10df8c56 Fix bug #41828 (Fix crash on wrong instantiation) 2008-03-12 13:35:04 +00:00
Etienne Kneuss 69a686dd6f Fix #44144 (object methods as spl autoload functions returned correctly) 2008-02-29 13:48:09 +00:00
Etienne Kneuss 47c663a943 Fix tests in non-unicode mode 2008-02-29 13:45:19 +00:00
Felipe Pena 4f83f918c5 Added UEXPECT 2008-02-28 15:41:56 +00:00
Etienne Kneuss cb51a84418 SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation 2008-02-25 23:36:36 +00:00
Felipe Pena e97f7311a8 Fixed tests (new error message - E_DEPRECATED) 2008-02-23 21:51:37 +00:00
Marcus Boerger c345217eab - Make this behave like in <= 5.2.5 and test for it 2008-02-13 12:01:16 +00:00
Marcus Boerger 3c7c97303d - Fix ArrayObject serializing
- Fix test expectations
2008-02-04 16:47:06 +00:00
Marcus Boerger ea6907a055 - Fix test 2008-02-04 16:12:47 +00:00
Felipe Pena 421295b52e Fix tests 2008-02-04 15:43:09 +00:00
Felipe Pena ac99835507 Fix tests (new error message) 2008-02-04 15:22:08 +00:00
Felipe Pena b315388200 Fix tests (new error message) 2008-02-04 14:02:01 +00:00
Marcus Boerger c437d4d430 - Fix test 2008-01-31 07:43:49 +00:00
Marcus Boerger 3eadc491a2 - Test went to 5.2... somehow.... very strange 2008-01-27 18:19:45 +00:00
Marcus Boerger 77d7cbaa66 - Add second parameter to SplObjectStorage::attach()
- Add SplObjectStorage::setInfo()
- Add SplObjectStorage::getInfo()
2008-01-27 18:04:54 +00:00
Etienne Kneuss dee0ae6da5 -Pointer doesn't move if we're moving forward and shifting at the same time
-Userland implementation
-Doxygen doc
2008-01-27 13:54:32 +00:00
Etienne Kneuss 2b70f51668 Iterator implementation for SplDoublyLinkedList, SplStack, SplQueue 2008-01-26 18:06:51 +00:00
Etienne Kneuss 2049896282 Fix mem errors 2008-01-20 12:51:33 +00:00
Etienne Kneuss 822941ee7d Implement splDoublyLinkedList, splQueue, splStack classes in SPL 2008-01-15 09:37:50 +00:00
David Coallier 8f41f80411 - Added other test with some unicode words (Sorry if this chinese word
turns out to be offensive I have no clue what it means, just copied it)
2007-12-14 04:49:47 +00:00
David Coallier 4b5929f7bf - MFB: Merged bug41528.phpt test from 5_3
- Added a very similar test but this one just makes sure we keep
  all the properties of the class members that we just serialized
2007-12-14 04:23:09 +00:00
Marcus Boerger 5dfcb7dee0 - MFB Add tests 2007-11-06 15:29:32 +00:00
Marcus Boerger a860f45d72 - Commit new tests to correct brnach (funny broken checkout) 2007-10-18 05:09:49 +00:00
Jani Taskinen 9eb9d74932 - Fixed skipif block 2007-09-20 14:27:58 +00:00
Johannes Schlüter 6eccdf9203 - Fixed Bug #42364 Crash when using getRealPath with DirectoryIterator 2007-08-21 22:43:38 +00:00