summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
Commit message (Expand)AuthorAgeFilesLines
* Bugfix #26156 (REPLACE_ZVAL_VALUE works on uninit stack-based zvals)Moriyoshi Koizumi2003-11-131-4/+1
* Handle exceptions in casting more gracefully.Marcus Boerger2003-11-081-4/+6
* Fixed bug #26148 (Print the notice before modifying variable on typeIlia Alshanetsky2003-11-061-1/+1
* Fallback to default behaviour for unsupported object type conversionsMarcus Boerger2003-09-181-14/+18
* - Allow partial type conversion support for objects.Marcus Boerger2003-09-181-5/+11
* Simplify / fixZeev Suraski2003-09-151-1/+1
* Commit 64-bit fixes to the standard operatorsZeev Suraski2003-09-141-13/+22
* Fix warningsMarcus Boerger2003-08-171-1/+1
* Improve infrastructure of numeric handling of elements in symbol tables.Zeev Suraski2003-07-221-35/+0
* revert back the optimization for now.Sterling Hughes2003-06-301-5/+1
* Very simple, but very effective optimization. Provides a signifigant speedSterling Hughes2003-06-291-1/+5
* updating license information in the headers.James Cox2003-06-101-1/+1
* Faster interface inheritance & faster inheritance checksMarcus Boerger2003-05-291-6/+5
* Assume lazy consensus regarding the cast_object() patch. *Only* implementedSterling Hughes2003-05-271-10/+38
* move HANDLE_NUMERIC() from the hash table implementation upstream to theSterling Hughes2003-05-231-0/+35
* Use same parameter order as strcpy()Marcus Boerger2003-05-211-1/+1
* Make zend_str_tolower_copy() a copy function (like stccpy).Marcus Boerger2003-05-211-13/+10
* optimize loops. The check only exists for integers because that's the moreSterling Hughes2003-05-211-1/+3
* bah humbug, use the pointer based version, which turns out to be an instructionSterling Hughes2003-05-201-7/+10
* use pointer arithmetic for the normal zend_str_tolower()Sterling Hughes2003-05-201-4/+6
* make this faster and sexierSterling Hughes2003-05-201-15/+8
* doesn't need to be registerSterling Hughes2003-05-201-1/+1
* optimize the lookups by avoiding a copy and then another passSterling Hughes2003-05-201-0/+18
* Add support for interfacesZeev Suraski2003-03-051-9/+14
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-1/+11
* Fixed compiler warning regarding signed/unsigned int comparisons.Ilia Alshanetsky2003-01-301-4/+4
* - Change "is" to "instanceof" as it explains better what the operator means.Andi Gutmans2003-01-141-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* h WHitespaceAndi Gutmans2002-11-301-3/+3
* Silence compile warning, ctype.h is needed for tolower() function.Ilia Alshanetsky2002-11-041-0/+2
* MFZE1 (floats & locale issue)Ilia Alshanetsky2002-10-121-0/+18
* MFZE1 zend_str_tolower issue.Ilia Alshanetsky2002-10-091-11/+0
* MFZE1Ilia Alshanetsky2002-09-261-0/+11
* - WS - Always use "if (" and not "if("Andi Gutmans2002-09-151-8/+8
* MFZE1Stanislav Malyshev2002-09-011-1/+1
* MFZE1Zeev Suraski2002-08-191-5/+5
* - Make new 'is' operator work with classes only and return false whenAndi Gutmans2002-08-081-47/+8
* make win32 debug output more verboseHarald Radi2002-08-071-7/+0
* @- Adding 'is' operator that can be used to check the type of a variable,Andrei Zmievski2002-07-301-0/+54
* - MFH of the crap removalDerick Rethans2002-07-151-6/+0
* - Really implement bool increment/decrement as flip-flop.Andi Gutmans2002-07-151-8/+2
* MFZE1Derick Rethans2002-07-141-2/+2
* - MFZE1Derick Rethans2002-07-141-6/+6
* - MFZE1Derick Rethans2002-07-141-0/+12
* - Fix bug 15037Andi Gutmans2002-06-291-10/+18
* - WS fixAndi Gutmans2002-06-281-2/+2
* some type cleanup workHarald Radi2002-04-231-4/+4
* - Another couple of indirection fixes.Andi Gutmans2002-03-121-1/+1
* Mega-commit: Enter the new object modelStanislav Malyshev2002-02-071-19/+31
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1