1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Commit Graph

144 Commits

Author SHA1 Message Date
Marcus Boerger 091360caa1 - Fix issue related to #36941 (when referencing itself) 2006-04-03 19:52:02 +00:00
Marcus Boerger 8e97252506 - Behavior fix for #36941 2006-04-02 15:04:04 +00:00
Marcus Boerger ac099ca676 - Bugfix #36941 (ArrayIterator does not clone itself) 2006-04-01 22:39:42 +00:00
Antony Dovgal 1160f87d1d MF51: fix segfault when assigning value by ref and add test 2006-04-01 19:14:01 +00:00
Dmitry Stogov daca456e1a Fixed test 2006-03-27 13:53:19 +00:00
Marcus Boerger 3865420180 - My eyes hurt 2006-03-23 21:26:50 +00:00
Antony Dovgal 24efa95ab0 add missing skipif sections 2006-03-23 15:05:02 +00:00
Antony Dovgal b45ea555bc fix typos 2006-03-23 14:55:48 +00:00
Marcus Boerger d512b99ef3 - Make spl_autoload_unregister() accept any callable like spl_autoload_register() 2006-03-23 12:55:58 +00:00
Marcus Boerger bf72bc827c - Add new test 2006-03-23 12:20:35 +00:00
Marcus Boerger 59da8ffea1 - Add new test 2006-03-23 11:57:15 +00:00
Marcus Boerger 6b923244b0 - MF51 Add missing bug title and synch with other tests 2006-03-23 11:49:53 +00:00
Antony Dovgal c2e7761de4 fix leak, add test 2006-03-22 23:12:38 +00:00
Marcus Boerger ff359fab7f - Fix test 2006-03-16 00:40:11 +00:00
Marcus Boerger dbb83bc10e - One skipif section is enough 2006-03-04 16:40:54 +00:00
Marcus Boerger 3e986adfe3 - Unicode... 2006-03-03 23:51:40 +00:00
Marcus Boerger e86cc2a41d - Add new test 2006-03-03 23:48:36 +00:00
Marcus Boerger 75c95e09c3 - Add new test 2006-03-03 23:35:06 +00:00
Marcus Boerger 742c59862d - Test addition 2006-03-03 22:58:13 +00:00
Marcus Boerger b9630ddf52 - Fix issue with LimitIterator 2006-03-03 22:56:27 +00:00
Marcus Boerger 7bb0ca9ce6 - Fix SEGV with AppendIterator when base class constructor was not called
- Generic check to prevent double call to constructors of SPL iterators
2006-03-03 21:35:16 +00:00
Dmitry Stogov 36002f16c3 Fixed test file 2006-02-22 12:22:07 +00:00
Marcus Boerger 9b8b9632cd - Add new test 2006-02-06 01:28:08 +00:00
Marcus Boerger 1ea1975817 - Synch c-level iterator and iterator methods
- Fix iterator checks
# A nice discussion with Andrei made me remember this issue
2006-02-06 00:58:11 +00:00
Antony Dovgal c4daf2fffa add test for bug #36258 2006-02-02 13:57:04 +00:00
foobar 6102ec3a06 - Remove wrong inline usage (and fix bug #35796) 2005-12-25 16:03:38 +00:00
Antony Dovgal 73db3873cc MFB: merge two skipif entries 2005-12-22 00:20:44 +00:00
Marcus Boerger 8a7a093996 - Add missing skipif 2005-12-21 22:21:54 +00:00
Antony Dovgal 3e2d9c2549 fix spelling 2005-12-18 20:57:06 +00:00
Marcus Boerger cea4c80b88 - Add new tests 2005-12-16 22:22:14 +00:00
Dmitry Stogov 8010c59c88 Unicode support 2005-12-07 16:52:13 +00:00
Marcus Boerger 15f4a227e0 - Make SimpleXMLIterator implement Countable 2005-10-31 20:29:34 +00:00
Marcus Boerger 82aa412cf8 - Fix unicode expectations 2005-10-30 14:00:45 +00:00
Marcus Boerger 5303f42825 - Use var_dump() and fix test expectations 2005-10-29 21:01:03 +00:00
Marcus Boerger 68f663eaf8 - Provide const RegExIterator::USE_KEY and actually use it in the test 2005-10-11 00:18:32 +00:00
Marcus Boerger ac92e5988c - Add (Recursive)RegExIterator 2005-10-10 23:58:42 +00:00
Marcus Boerger 070ed30039 - Throw an exception if an illegal string value is being used in ArrayObject::offsetSet() 2005-10-03 17:58:47 +00:00
Dmitry Stogov 1b1b864941 Unicode support 2005-09-26 07:23:49 +00:00
Marcus Boerger 7e1763a115 - Implement RecursiveIteratorIterator::setMaxDepth()/getMaxDepth() 2005-09-25 12:01:31 +00:00
Antony Dovgal c6e6b44b82 MF5.0: add new test 2005-09-19 18:59:50 +00:00
Dmitry Stogov f6a20bad6e Unicode support 2005-09-19 07:49:13 +00:00
Marcus Boerger 02038b4ac4 - Rename 'CachingRecursiveIterator' to 'RecursiveCachingIterator' so that
all of those follow the naming scheme 'Recursive<*>Iterator'
2005-09-18 16:51:24 +00:00
Marcus Boerger 445e382454 - Move RecursiveArrayIterator into .c
- Add ability to control iterator class of ArrayObject
- Implement option to make CachingIterator cache all read elements
- Implement ArrayAccess to CachingIterator to access cached elements
- Update docu
- Update tests
2005-09-18 11:34:36 +00:00
Derick Rethans 0f391bb0b3 - Add E_RECOVERABLE.
#- Thought I did this before already actually...
2005-09-15 16:19:48 +00:00
Marcus Boerger 50301ddc98 - Rename file class again by popular demmand: calling it SplFileObject now
# Any other idea about the name? Or should i come up with a renaming plan
# for the upcoming versions? :-)
2005-09-15 14:07:39 +00:00
Marcus Boerger 8aa7f36a3b - Rename Observer to SplObserver
- Rename Subject to SplSubject
- Move SPL constants to class constants
- Update docu
2005-09-15 03:31:37 +00:00
Dmitry Stogov ab2e9bc9bd Unicode support 2005-08-22 13:32:46 +00:00
Dmitry Stogov d0944d74f4 Unicode support 2005-08-16 15:09:51 +00:00
Dmitry Stogov 909e0a1c4e Unicode support 2005-08-15 17:29:07 +00:00
Dmitry Stogov 08fe0d1da3 Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00