summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Julien Pauli2014-12-122-0/+64
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2014-12-122-0/+64
| |\
| | * Fixed Bug #65576 (Constructor from trait conflicts with inherited constructor)Kévin Dunglas2014-12-122-0/+64
* | | Fix arrow operator precedenceNikita Popov2014-12-071-0/+51
* | | Merge branch 'PHP-5.6'Julien Pauli2014-11-281-0/+23
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2014-11-281-0/+23
| |\ \ | | |/
| | * Fix #65419 - Inside trait, self::class != __CLASS__Julien Pauli2014-11-281-0/+23
| * | #68446 is fixedFerenc Kovacs2014-11-261-2/+0
| * | fix dir separator in testAnatol Belski2014-11-251-1/+1
| * | Revert NEWS and set test to XFAILBob Weinand2014-11-251-0/+2
| * | Revert "Fix bug #68446 (bug with constant defaults and type hints)"Bob Weinand2014-11-251-0/+1
* | | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-11-241-0/+36
|\ \ \ | |/ /
| * | Added NEWS entry and test for bug 68446Bob Weinand2014-11-241-0/+36
| * | Fix bug #68446 (bug with constant defaults and type hints)Bob Weinand2014-11-231-1/+0
* | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-199-12/+12
* | | fix test cleanupAnatol Belski2014-11-121-0/+8
* | | A better fix(do the convertion in compile time)Xinchen Hui2014-11-101-0/+25
* | | Merge branch 'PHP-5.6'Xinchen Hui2014-11-101-0/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-11-101-0/+18
| |\ \ | | |/
| | * Fixed bug #68370 ("unset($this)" can make the program crash)Xinchen Hui2014-11-101-0/+18
* | | Fix bug #68262: Broken reference across cloned objectsNikita Popov2014-10-191-0/+24
* | | Fixed bug #68215 (Behavior of foreach has changed)Dmitry Stogov2014-10-151-0/+91
* | | More fixes for array/object casts with temporary variablesNikita Popov2014-10-131-0/+47
* | | Fix array/object cast of refcounted tmp varNikita Popov2014-10-131-0/+18
* | | Deref right value for compound assign opsNikita Popov2014-10-131-0/+14
* | | Ensure __LINE__ is always accurateNikita Popov2014-10-121-0/+21
* | | Fix incdec of referenced propertiesNikita Popov2014-10-121-0/+27
* | | Fix bug #68191: Broken reference across objectsNikita Popov2014-10-091-0/+21
* | | Fix bug #68162: isset($$varname) always trueNikita Popov2014-10-061-0/+14
* | | Drop convert_to usage in zend_exceptionsNikita Popov2014-10-061-0/+21
* | | Fix isset/unset on by-ref names as wellNikita Popov2014-10-061-0/+17
* | | Fix bug #68163Nikita Popov2014-10-061-0/+13
* | | Add tests verifying calls work inside echo, concatenation and array accessTimm Friebe2014-10-064-0/+89
* | | Merge branch 'pr/647'Tjerk Meesters2014-10-0619-1/+488
|\ \ \
| * \ \ Merge branch 'master' into catchable-fatals/methods-on-non-objectsTimm Friebe2014-09-2584-94/+934
| |\ \ \
| * | | | Add tests for calls to nested, *non*-compile-time-resolveable functionsTimm Friebe2014-08-162-0/+47
| * | | | MFHTimm Friebe2014-08-1631-55/+264
| |\ \ \ \
| * | | | | Adjust expected fatal error messageTimm Friebe2014-07-061-1/+1
| * | | | | Check for memory leaks when not using return valueTimm Friebe2014-07-061-0/+2
| * | | | | Adjust expected fatal error messageTimm Friebe2014-07-067-15/+15
| * | | | | Merge in changes from masterTimm Friebe2014-07-0620-0/+400
| |\ \ \ \ \
| * | | | | | Add tests with arrays as parametersTimm Friebe2014-07-065-0/+16
| * | | | | | Handle ZEND_NEW nestingTimm Friebe2014-07-061-0/+34
| * | | | | | Also verify nesting with dynamically called static methodsTimm Friebe2014-07-061-0/+8
| * | | | | | Handle ZEND_INIT_NS_FCALL_BY_NAME nestingTimm Friebe2014-07-061-0/+23
| * | | | | | QA: Refactor: Split tests a bit to make them more comprehendableTimm Friebe2014-07-062-10/+33
| * | | | | | Support nested static callsTimm Friebe2014-07-062-0/+24
| * | | | | | Handle ZEND_EXT_FCALL_END, skipping if necessaryTimm Friebe2014-07-061-0/+4
| * | | | | | Verify non-CV-operands also workTimm Friebe2014-07-061-0/+23
| * | | | | | Only allocate NULL return value if it's actually usedTimm Friebe2014-07-061-0/+15