Marcus Boerger
b526220462
Complete implementation
2004-04-26 22:01:12 +00:00
Marcus Boerger
5ffeb236f4
Update
2004-04-26 21:34:45 +00:00
Marcus Boerger
e058626c66
Add new iterator example AppendIterator and use it in findfile.php example.
...
# The initial idea came from a request by Sebastian
2004-04-25 13:06:15 +00:00
Marcus Boerger
9238d1bbbc
With the new inheritance rules we need an explicit append method.
2004-04-25 13:04:36 +00:00
Marcus Boerger
5b755c40ea
Fix several issues
...
- bugfix #27063
- bugfix #27929
- bugfix #28099
- bugfix #28125
# The amount of code is needed to solve the return by reference problem.
# dual_it and derived also need their own iterator handlers to be able
# to return by reference.
2004-04-25 11:14:11 +00:00
Marcus Boerger
00da44519c
Bugfix #27997
2004-04-14 23:26:56 +00:00
Marcus Boerger
27aee6b1dd
Update error messages in tests
2004-04-13 19:08:54 +00:00
Marcus Boerger
f0c91bac50
New tests (and ordering of tests)
2004-04-13 19:06:39 +00:00
Marcus Boerger
ad2471cbbb
Bugfix #27979
2004-04-13 19:06:16 +00:00
Stanislav Malyshev
3c84c9c4bd
fix bug #27979
2004-04-13 16:21:24 +00:00
Marcus Boerger
33cdc9ed36
Fix order of macro parameter (synch with other macros)
2004-04-12 13:02:54 +00:00
Marcus Boerger
6e3b81e385
Add new test
2004-04-08 22:47:13 +00:00
Marcus Boerger
42370213f7
Fix toString() issue again
2004-04-08 22:46:43 +00:00
Marcus Boerger
dce131ebcd
Add agrument type info
2004-03-28 17:04:11 +00:00
Marcus Boerger
9f4be8d2cd
Fix test
2004-03-20 16:13:37 +00:00
Marcus Boerger
af9788eb32
Fix return value to match std array func behavior
2004-03-20 16:09:42 +00:00
Marcus Boerger
851c254ef8
Fix CachingIterator's ability to cache string conversion results.
...
Add a test for that.
2004-03-17 19:58:32 +00:00
Marcus Boerger
b967853eb3
Go with implicit call
2004-03-17 19:14:15 +00:00
Marcus Boerger
8cdd2ed319
Explicit cast needed for now
2004-03-17 19:00:44 +00:00
Marcus Boerger
426649067c
Make use of zend_make_printable_zval() instead of 'manually' calling
...
__toString().
2004-03-16 10:17:59 +00:00
Marcus Boerger
cde333aca6
This workaround is no longer needed
2004-03-16 10:16:52 +00:00
Marcus Boerger
0763dfa16f
Update test with check for [] assignment
2004-03-13 20:07:22 +00:00
Marcus Boerger
96cb40a072
Check for ext/spl being available
2004-03-13 20:03:02 +00:00
Marcus Boerger
462bb8b83a
Add new test
2004-03-13 20:01:23 +00:00
Marcus Boerger
b95d8d14d5
Bugfix #27586 ArrayObject::getIterator crashes with [] assignment
2004-03-13 20:01:00 +00:00
Marcus Boerger
5f5a8172be
Update
2004-03-09 17:47:28 +00:00
Marcus Boerger
bf2cf5041c
Drop copydoc and add more classes/methods
2004-03-09 17:36:32 +00:00
Marcus Boerger
1b060f3614
Access to inner iterator was missing
2004-03-09 17:35:18 +00:00
Marcus Boerger
56834c958d
Update
2004-03-09 17:01:21 +00:00
Marcus Boerger
50ee116f08
Clearify the different method/class flags (as discussed with Andi).
2004-03-09 16:38:37 +00:00
Marcus Boerger
6b0f57ee50
Rename hasMore() to valid() as discussed. (Part II)
2004-03-08 18:05:41 +00:00
Marcus Boerger
b6b7c9eb65
Rename hasMore() to valid() as discussed. (Part I)
2004-03-08 17:33:31 +00:00
Marcus Boerger
8be7457b6c
Temp fix for ctor signature until inheritance fix is complete
2004-02-25 20:38:56 +00:00
Ard Biesheuvel
81f05c18f5
Wordsize fixes
2004-02-25 20:16:27 +00:00
Zeev Suraski
bec3adb801
Fix signature
...
Marcus - please make sure that this is ok. Generally you are no longer
allowed to override a method and with an incompatible signature
2004-02-25 14:58:47 +00:00
Ard Biesheuvel
29053cc6d5
64-bit fix
2004-02-23 01:53:39 +00:00
Marcus Boerger
1507a4a677
Fix (thx Andi)
2004-02-12 21:43:10 +00:00
Marcus Boerger
ab1e2e7c06
Fix ArrayObject
2004-02-12 20:52:48 +00:00
Zeev Suraski
30171a7590
zend_default_classes.h -> zend_exceptions.h
2004-02-12 10:43:27 +00:00
Marcus Boerger
7258bff325
Cleanup
2004-02-11 23:36:25 +00:00
foobar
1b6b63c3f9
ws
2004-02-09 18:18:00 +00:00
Ilia Alshanetsky
dfde3095e4
Possible fix for bug #27165 .
2004-02-06 03:14:06 +00:00
Ilia Alshanetsky
1eb6a18289
Do not initialize & create vars unless they will be used.
2004-02-06 03:07:59 +00:00
Zeev Suraski
d89b7b23f9
API updates
2004-02-04 12:45:47 +00:00
Marcus Boerger
37cf05d1b8
Update
2004-01-29 00:10:33 +00:00
Marcus Boerger
760e43e373
removed experimental status
2004-01-28 23:00:31 +00:00
Marcus Boerger
390ae1a8b8
- Fix second issue with #27042
...
- Little improvement
- Update test
2004-01-28 22:59:03 +00:00
Marcus Boerger
a43693eaf0
Must use zval* here
2004-01-26 23:59:50 +00:00
Marcus Boerger
617b8df6c0
Remove test code
2004-01-26 23:20:00 +00:00
Marcus Boerger
5ac404eb64
Fixed bug #27042 (SPL: SeekableIterator seek() broken).
2004-01-26 22:30:25 +00:00