Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Tag: |
MFH: Add some information about array overloading
Add some information about array overloading
MFH
Update
Update Reflection API class names. Whitespace fixes.
- Update Changes
Rename hasMore() to valid() as discussed. (Part VI)
Add some more obviously needed information
- Clearify clone behavior, fixed clone example (Patch by Jan Lehnardt)
making sure that the provided examples actualy work (or at least do not generate no parse errors) unless they are really expected to fail
Update
Update
- We will go with PHP 4 behavior. With the new object model assigning by reference has lost a lot of its importance.
Committing for Jan.
clone/__clone() related changes.
- Fix typos
Update
IteratorAggregate::getIterator() cannot return anythingy else than objects
- Beta 2
Update
Update
Fugbix typo.
s/Throwable/Printable: Exception has become an internal class since I initially documented interfaces.
- Fix typo
Zend/ZEND_CHANGES
Make this clear
- Add comment from Timm
Update
Update
Remove namespace references.
Document 'const' keyword.
Dedicated to Greg Beaver <greg@chiaraquartet.net>.
Document 'final'.
Fix class type hints example.
Update 'abstract' section.
-german+english+.
D some TBDs
Syntactic sugar is sweet.
Remove obsolete not on redeclaring protected members.
Leftover.
Initial documentation of namespace {}.
- Change "is" to "instanceof" as it explains better what the operator means. - "is_a" was also appropriate but ugly.
Update.
- Add abstract methods
- Update with statics
- A couple of updates
Fugbix typo.
- No tabs :)
Whitespace fixes.
Fix __call and add some docs
TBD: __call(), __get(), __set().
Workaround for superfluous comma in var_export() result.
Let debug_backtrace() example print out the class name, if applicable, and the function/method arguments.
This was mentioned already above (with an example too :)
- Before I forget to list it, this was also added.
- Commit patch to support protected member variables (by Timm Friebe w/ - some fixes by me). - You can't access protected variables from outside the object. If you want - to see a protected member from your ancestors you need to declare the - member as protected in the class you want to use it in. You can't - redeclare a protected variable as private nor the other way around.
- Nuke delete(). It was a big mistake to introduce it and I finally - understand why Java didn't do so. - If you still want to control destruction of your object then either make - sure you kill all references or create a destruction method which you - call yourself.
- Remember to document autoload when I have time.
Fugbix typo.
- Add a bit of information.
Rephrase.
Beautify.
Start documenting the debug backtracing.
Whitespace fixes.
Add 'import const' example.
Add another 'import' example and merge 'import' section into 'Namespaces' section.
Consistency.
Add 'import statement' section.
Maintain ZEND_CHANGES to account for the addition of private member variables.
Update Exceptions example.
Consistency.
- Add example of default argument for argument passed by-ref
Typo.
- A few clarifications
Integrate Andi's examples and some notes by Stig.
Update Exceptions example.
I'm too trigger-happy.
delete is now function
Document recent changes.
Keep ZEND_CHANGES up-to-date.
Test, ignore
Try once more to remove dups
Test commit - weed out duplicate messages
- Fix typos
foreach() syntax has changed
Zend Library
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.