summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Fixed bug #46649 (Setting array element with that same array producesArnaud Le Blanc2008-11-231-0/+26
| | | | | inconsistent results)
* - New testFelipe Pena2008-11-111-0/+16
|
* - Fixed testFelipe Pena2008-10-311-6/+6
|
* fix testAntony Dovgal2008-10-241-1/+1
|
* fix bug #46381 (wrong $this passed to internal methods causes segfault)Antony Dovgal2008-10-241-0/+19
|
* Fixed bug #46308 (Invalid write when changing property from inside getter)Dmitry Stogov2008-10-171-0/+33
|
* Fixed bug #46246 (difference between call_user_func(array($this, $method)) ↵Dmitry Stogov2008-10-101-0/+40
| | | | and $this->$method())
* Fixed bug #43053 (Regression: some numbers shown in scientific notation). ↵Dmitry Stogov2008-09-153-2/+16
| | | | | | | (int-e at gmx dot de) some 64bit test files may need to be fixed
* - New testsFelipe Pena2008-08-223-0/+176
|
* MFH:Felipe Pena2008-08-228-0/+367
| | | | | | - Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables) - Added some tests
* - New testFelipe Pena2008-08-181-0/+74
|
* MFHJani Taskinen2008-08-141-1/+3
|
* - New testFelipe Pena2008-08-141-0/+28
|
* Fixed bug #45805 (Crach on throwing exception from error handler)Dmitry Stogov2008-08-131-0/+46
|
* - Fixed test (LF)Felipe Pena2008-08-101-0/+2
|
* Fixed bug #45178 (memory corruption on assignment result of "new" by reference)Dmitry Stogov2008-07-241-0/+29
|
* Fixed tests on WindowsMatt Wilmas2008-05-291-1/+1
|
* fix test titlesAntony Dovgal2008-05-143-3/+3
|
* - Fixed testFelipe Pena2008-05-121-1/+7
|
* - New testsFelipe Pena2008-05-093-0/+76
|
* MFH: Test for loss of backslash at end of heredoc; For bug #44830 (Very ↵Matt Wilmas2008-05-091-0/+14
| | | | minor issue with backslash in heredoc)
* - MFH add new testsMarcus Boerger2008-04-062-0/+21
|
* - MFH Add testsMarcus Boerger2008-03-231-0/+23
|
* MFH: fix segfault when trying to clone uncloneable objectAntony Dovgal2008-03-061-0/+20
|
* Fixed bug #43483 (get_class_methods() does not list all visible methods)Dmitry Stogov2008-02-211-0/+24
|
* Fixed bug #44141 (private parent constructor callable through static function)Dmitry Stogov2008-02-211-0/+25
|
* Fixed bug #44184 (Double free of loop-variable on exception)Dmitry Stogov2008-02-201-0/+21
|
* MFH: Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2008-02-151-0/+17
|
* Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=)Dmitry Stogov2008-02-141-0/+21
|
* MFH: fix type and bug #43646Antony Dovgal2008-01-291-1/+1
|
* Fixed error messageDmitry Stogov2008-01-241-2/+1
|
* Fixed bug #43703 (Signature compatibility check broken)Dmitry Stogov2008-01-091-0/+23
|
* Fixed bug #38469 (Unexpected creation of cycle).Dmitry Stogov2007-12-281-0/+28
|
* - MFH: Fix #43450 (Memory leak on some functions with implicit objectJohannes Schlüter2007-12-211-0/+35
| | | | | __toString() call) (Davic C.)
* New test - Indexing - various special casesRobert Nicholson2007-12-201-0/+212
|
* Fixed testsDmitry Stogov2007-11-192-2/+2
|
* MFH: fix error message (reported by Felipe Nascimento)Antony Dovgal2007-11-121-1/+1
|
* Fixed bug #42937 (__call() method not invoked when methods are called on ↵Dmitry Stogov2007-11-121-0/+40
| | | | parent from child class).
* Fixed bug #43201 (Crash on using unitialized vals and __get/__set)Dmitry Stogov2007-11-091-0/+54
|
* Fixed bug #43175 (__destruct() throwing an exception with __call() causes ↵Dmitry Stogov2007-11-091-0/+24
| | | | segfault)
* MFB: Fixed bug #42817 (clone() on a non-object does not result in a fatalIlia Alshanetsky2007-10-043-4/+11
| | | | | error)
* Fixed bug #42818 ($foo = clone(array()); leaks memory)Dmitry Stogov2007-10-031-0/+9
|
* Fixed bug #42772 (Storing $this in a static var fails while handling a cast ↵Dmitry Stogov2007-10-031-0/+18
| | | | to string)
* Fixed bug #42767 (highlight_string() truncates trailing comment)Ilia Alshanetsky2007-09-261-0/+11
|
* - Fix test and tuned error messageJani Taskinen2007-09-201-0/+2
|
* MFHAntony Dovgal2007-09-193-3/+3
|
* MFH: prohibit arguments by ref in magic methodsAntony Dovgal2007-08-318-0/+151
|
* Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload, in ↵Dmitry Stogov2007-08-221-1/+0
| | | | the same way as "instanceof" operator).
* Fixed bug #42211 (property_exists() fails to find protected properties from ↵Dmitry Stogov2007-08-081-0/+30
| | | | a parent class)
* Fixed testDmitry Stogov2007-08-081-1/+1
|