summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Expand)AuthorAgeFilesLines
* - MFH Fix testMarcus Boerger2008-11-041-0/+2
* MFH: Use a better function name for closure related errors and debug_backtrace()Johannes Schlüter2008-11-032-1/+66
* MFH: XFAIL test for bug #46196 on restore_error_handler().Felix De Vliegher2008-11-021-0/+33
* add testAntony 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)) an...Dmitry Stogov2008-10-101-0/+40
* - MFH: Fixed bug #46238 (Segmentation fault on static call with empty string ...Felipe Pena2008-10-061-0/+120
* Fixed bug #46106 (Memory leaks when using global statement)Dmitry Stogov2008-09-171-0/+22
* Fixed possible crash because of overriden error handlerDmitry Stogov2008-09-171-0/+16
* Fixed bug #43053 (Regression: some numbers shown in scientific notation). (in...Dmitry Stogov2008-09-153-2/+16
* - New testFelipe Pena2008-08-251-0/+28
* - New testsFelipe Pena2008-08-255-0/+110
* - New testsFelipe Pena2008-08-223-0/+176
* MFH:Felipe Pena2008-08-228-0/+367
* - New testsFelipe Pena2008-08-182-0/+131
* - MFH: Fixed bug #45743 (property_exists fails to find static protected membe...Felipe Pena2008-08-182-9/+8
* MFHJani Taskinen2008-08-141-1/+3
* fix testJani Taskinen2008-08-141-1/+1
* - Fixed testFelipe Pena2008-08-141-3/+3
* - New testFelipe Pena2008-08-141-0/+28
* Fixed bug #45805 (Crach on throwing exception from error handler)Dmitry Stogov2008-08-131-0/+46
* - MFH Add new testMarcus Boerger2008-08-122-0/+27
* - MFH Add new testMarcus Boerger2008-08-121-0/+14
* - Made closures implementation reflection friendly (Christian)Dmitry Stogov2008-08-111-1/+1
* new testAntony Dovgal2008-08-101-0/+21
* - Fixed tests (Pierre)Felipe Pena2008-08-104-3/+5
* Fixed bug #45744 (Case sensitive callback behaviour)Dmitry Stogov2008-08-071-0/+40
* Fixed bug #45742 (Wrong class array inpretetion using constant indexes)Dmitry Stogov2008-08-071-0/+24
* Fixed bug #44100 (Inconsistent handling of static array declarations with dup...Dmitry Stogov2008-08-011-1/+1
* Removed Closure::__toString()Dmitry Stogov2008-07-311-3/+9
* - New testFelipe Pena2008-07-301-0/+32
* Fixed constant substitution (Matt)Dmitry Stogov2008-07-281-0/+11
* - MFH: New testsFelipe Pena2008-07-2812-0/+239
* Fixed bug #44660 (Indexed and reference assignment to propery of non-object d...Dmitry Stogov2008-07-262-0/+51
* . Added support for using static HEREDOCs to initialize static variables and ...Dmitry Stogov2008-07-264-10/+10
* Fixed bug #45608 (closures don't work in static methods)Dmitry Stogov2008-07-261-0/+14
* Fixed is_callable/call_user_func mess that had done different things for very...Dmitry Stogov2008-07-262-6/+0
* Fixed bug #45178 (memory corruption on assignment result of "new" by reference)Dmitry Stogov2008-07-241-0/+29
* LSB parent/self forwardingDmitry Stogov2008-07-248-10/+91
* Closure object cannot have propertiesDmitry Stogov2008-07-221-0/+12
* - This test works fine (patch by Lars Strojny)Derick Rethans2008-07-221-5/+0
* Fix tests (patch by Lars)Hannes Magnusson2008-07-2111-14/+14
* MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)Hannes Magnusson2008-07-211-0/+4
* - Deprecate ticksFelipe Pena2008-07-172-2/+4
* - New testsFelipe Pena2008-07-145-0/+124
* Fixed is_callable() to support closures and return appropriate function nameDmitry Stogov2008-07-141-0/+51
* - Fixed test titlesFelipe Pena2008-07-142-2/+2
* Added support for lambda functions and closuresDmitry Stogov2008-07-1415-0/+484
* - MFH Exception handlingMarcus Boerger2008-07-133-1/+83
* fix testAntony Dovgal2008-07-131-39/+5