summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include...Felipe Pena2010-03-071-0/+130
* - New testFelipe Pena2010-03-071-0/+46
* Fix testRasmus Lerdorf2010-03-031-2/+2
* Turn on gc before we test itRasmus Lerdorf2010-03-0326-1/+52
* - Fixed bug #50731 (Inconsistent namespaces sent to functions registered with...Felipe Pena2010-03-031-1/+1
* - Fixed bug #51176 (Static calling in non-static method behaves like $this->)Felipe Pena2010-03-025-10/+42
* Fix testsEtienne Kneuss2010-02-022-2/+2
* Fix #48667 (Implementing Iterator and IteratorAggregate is now restricted in ...Etienne Kneuss2010-02-012-0/+20
* Added test case for bug #44827Ilia Alshanetsky2010-01-251-0/+11
* - New testsFelipe Pena2009-12-203-0/+84
* fix regression bug #50394: Reference argument converted to value in __callStanislav Malyshev2009-12-182-0/+42
* Fixed bug #49866 (Making reference on string offsets crashes PHP)Dmitry Stogov2009-12-071-0/+10
* - Fixed bug #49472 (Constants defined in Interfaces can be overridden)Felipe Pena2009-12-033-3/+30
* - Fix tests assuming wrong ini options and extensions that might not be thereJani Taskinen2009-11-301-0/+2
* - Fixed bug #50255 (isset() and empty() silently casts array to object)Felipe Pena2009-11-241-0/+30
* - Added test for bug #50261Felipe Pena2009-11-231-0/+38
* - Fixed bug #50174 (Incorrectly matched docComment)Felipe Pena2009-11-141-0/+31
* - Fixed bug #50005 (Throwing through Reflection modified Exception object mak...Felipe Pena2009-11-121-0/+19
* - Fixed bug #50146 (property_exists: Closure object cannot have properties)Felipe Pena2009-11-111-0/+20
* Fix bug #50124Rasmus Lerdorf2009-11-091-1/+1
* - Fixed bug #49908 (throwing exception in __autoload crashes when interface i...Felipe Pena2009-11-011-0/+28
* Fixed testsDmitry Stogov2009-09-212-2/+2
* Test from 2009 testfestZoe Slattery2009-08-261-0/+16
* fix crash when unexpectedly passed by-ref parameter is modifiedStanislav Malyshev2009-08-181-0/+18
* Fixed bug #49269 (Ternary operator fails on Iterator object when used inside ...Dmitry Stogov2009-08-171-0/+26
* Fix endless recursion of var_dump() over self-referencing closuresEtienne Kneuss2009-08-101-0/+25
* Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract())Dmitry Stogov2009-07-281-0/+16
* Remove empty sections. Fix bad use of --SKIP--Zoe Slattery2009-07-211-1/+0
* - New testsFelipe Pena2009-07-193-0/+95
* - New testFelipe Pena2009-07-191-0/+51
* - Tests related to bug #48770Felipe Pena2009-07-192-0/+107
* Removing unnecessary SKIPIF sectionsZoe Slattery2009-07-181-2/+0
* fix testsZoe Slattery2009-07-179-30/+4
* - MFH: Fixed bug #48899 (is_callable returns true even if method does not exi...Felipe Pena2009-07-151-0/+24
* MFH: Adjust tests. The order in which notices appear is platform dependend as...David Soria Parra2009-07-071-4/+4
* Fix testandy wharmby2009-07-062-12/+15
* - New testFelipe Pena2009-06-301-0/+28
* Make the check case sensitive, and since we can only have a constructor that ...Scott MacVicar2009-06-191-0/+22
* Fix bug #48215 - Calling a method with the same name as the parent class call...Scott MacVicar2009-06-181-0/+38
* Basic tests for function_exists() and get_defined_functions(). Tested on Wind...andy wharmby2009-06-145-0/+302
* MFH: Fixed bug #48533 (__callStatic is not invoked for private/protected meth...Felipe Pena2009-06-121-0/+41
* MFH: Fixed bug #47836 (array operator [] inconsistency when the array has PHP...Matt Wilmas2009-06-071-0/+16
* MFH: Changed error messages to use "cannot" instead of "can not" (meaning "al...Matt Wilmas2009-06-078-8/+8
* MFH: Updated tests after double->long conversion change (basically to match 5.2)Matt Wilmas2009-06-043-10/+10
* fix testJani Taskinen2009-06-021-1/+1
* MFH: New testsArnaud Le Blanc2009-06-014-0/+142
* - MF52: #42143, the constant NAN is reported as 0 on WindowsPierre Joye2009-05-291-0/+38
* MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812)Arnaud Le Blanc2009-05-222-2/+6
* Removing redundant UEXPECTZoe Slattery2009-05-181-34/+0
* - MFH: Fixed bug #48248 (SIGSEGV when access to private property via &__get)Felipe Pena2009-05-121-0/+27