summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Collapse)AuthorAgeFilesLines
* {} to [] test fixesIlia Alshanetsky2005-11-164-7/+7
|
* Fixed bug #35239 (Objects can lose references)Dmitry Stogov2005-11-161-0/+41
|
* Fixed bug #35017 (Exception thrown in error handler may cause unexpected ↵Dmitry Stogov2005-10-311-0/+21
| | | | behavior)
* Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on ↵Dmitry Stogov2005-10-281-0/+11
| | | | 64-bit platforms)
* Fixed SIGSEGVDmitry Stogov2005-10-271-0/+11
|
* Fixed bug #31341 (escape on curly inconsistent)Dmitry Stogov2005-10-211-0/+29
|
* Fixed bug #34893 (PHP5.1 overloading, Cannot access private property)Dmitry Stogov2005-10-201-0/+33
|
* Fixed bug #34712 (zend.ze1_compatibility_mode = on segfault)Dmitry Stogov2005-10-201-0/+28
|
* Fixed bug #34767 (Zend Engine 1 Compatibility not copying objects correctly)Dmitry Stogov2005-10-201-0/+33
|
* Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting)Dmitry Stogov2005-10-201-0/+18
|
* Added forgotten testsDmitry Stogov2005-10-202-0/+90
|
* Fixed testDmitry Stogov2005-10-191-0/+2
|
* MFH: add test for bug #34873Antony Dovgal2005-10-141-0/+27
|
* Fixed bug #34786 (2 @ results in change to error_reporting() to random value)Dmitry Stogov2005-10-101-0/+22
|
* Fixed bug #34467 (foreach + __get + __set incosistency)Dmitry Stogov2005-10-101-0/+27
|
* Fixed bug #34678 (__call(), is_callable() and static methods)Dmitry Stogov2005-10-031-0/+25
|
* Fixed bug #34358 (Fatal error: Cannot re-assign $this)Dmitry Stogov2005-10-031-0/+15
|
* Fixed bug #34617 (zend_deactivate: objects_store used after ↵Dmitry Stogov2005-09-271-0/+18
| | | | zend_objects_store_destroy is called)
* MFH: fix testAntony Dovgal2005-09-231-2/+2
|
* MFHAntony Dovgal2005-09-231-3/+0
|
* add new testsAntony Dovgal2005-09-2310-0/+303
|
* MFH: fix #33771 (error_reporting falls to 0 when @ was used inside try/catch ↵Antony Dovgal2005-09-221-0/+40
| | | | block)
* Fixed parameter passing incompatibilities.Dmitry Stogov2005-09-191-1/+7
| | | | | Now it is possible to call array_pop(explode("&","1&2&3")) again.
* Fixed bug #34518 (Unset doesn't separate container in CV)Dmitry Stogov2005-09-161-0/+38
|
* - Fix tests due to changes in the error messages.foobar2005-09-154-3/+4
| | | | | # Also nuked some CRLF's
* Fixed bug #34199 (if($obj)/if(!$obj) inconsistency)Dmitry Stogov2005-09-121-0/+17
|
* Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() ↵Dmitry Stogov2005-09-093-0/+92
| | | | functions to not call __autoload().
* Fixed bug #34260 (Segfault with callbacks (array_map) + overloading)Dmitry Stogov2005-09-021-0/+36
|
* Fixed bug #34137 (assigning array element by reference causes binary mess)Dmitry Stogov2005-09-011-0/+10
|
* Fixed bug #34310 (foreach($arr as $c->d => $x) crashes)Dmitry Stogov2005-09-011-1/+1
|
* Added test for bug #34310foobar2005-08-311-0/+34
|
* Fixed bug #34064 (arr[] as param to function in class gives invalid opcode)Dmitry Stogov2005-08-101-0/+35
|
* Fixed bug #34045 (Buffer overflow with serialized object)Dmitry Stogov2005-08-101-0/+28
|
* Fixed bug #33996 (No information given for fatal error on passing invalid ↵Dmitry Stogov2005-08-052-1/+30
| | | | value to typed argument)
* Fixed bug #33999 (object remains object when cast to int)Dmitry Stogov2005-08-051-0/+30
|
* add test for the last Dmitry's fixAntony Dovgal2005-08-041-0/+14
|
* Fixed bug #33802 (throw Exception in error handler causes crash)Dmitry Stogov2005-07-221-0/+22
|
* Fixed bug #33558 (warning with nested calls to functions returning by reference)Dmitry Stogov2005-07-181-0/+21
|
* typofoobar2005-07-181-1/+1
|
* - Add new testMarcus Boerger2005-07-171-0/+32
|
* fix test when session.save_handler is "user"foobar2005-07-082-0/+4
|
* Fixed bug #28072 (static array with some constant keys will be incorrectly ↵Dmitry Stogov2005-07-071-0/+46
| | | | ordered).
* Fixed bug #30519 (Interface not existing says Class not found)Dmitry Stogov2005-06-241-0/+10
|
* Fixed bug #28377 (debug_backtrace is intermittently passing args)Dmitry Stogov2005-06-231-0/+23
|
* Fixed bug #32660 (Assignment by reference causes crash when field access is ↵Dmitry Stogov2005-06-231-0/+36
| | | | overloaded (__get))
* Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden ↵Dmitry Stogov2005-06-231-0/+61
| | | | methods)
* Fixed bug #27268 (Bad references accentuated by clone).Dmitry Stogov2005-06-231-0/+28
|
* Fixed bug #29896 (Backtrace argument list out of sync)Dmitry Stogov2005-06-221-0/+28
|
* Fixed bug #33257 (array_splice() inconsistent when passed function instead ↵Dmitry Stogov2005-06-221-0/+17
| | | | of variable)
* fix testsfoobar2005-06-222-2/+6
|