summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_opcodes.h
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* An exception thrown in try or catch block is disacarded by return statement i...Dmitry Stogov2012-12-131-0/+1
* Restored proper generators behaviour in conjunction with "finally". (Nikita)Dmitry Stogov2012-12-121-1/+0
* . The VM stacks for passing function arguments and syntaticaly nested calls w...Dmitry Stogov2012-11-301-0/+1
* Improved "finally" im[plementationDmitry Stogov2012-11-221-1/+2
* Remove implementation stubs for yield delegationNikita Popov2012-08-251-2/+1
* Add dedicated opcode for returns from a generatorNikita Popov2012-08-241-0/+1
* Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-131-2/+3
|\
| * Implemented 'finally' keywords for phpXinchen Hui2012-08-131-0/+1
* | Remove asterix modifier (*) for generatorsNikita Popov2012-07-201-3/+2
* | Add sceleton for yield* expressionNikita Popov2012-06-191-0/+1
* | Add YIELD opcode implementationNikita Popov2012-05-261-0/+1
* | Add ZEND_SUSPEND_AND_RETURN_GENERATOR opcodeNikita Popov2012-05-191-0/+1
|/
* - Year++Felipe Pena2012-01-011-1/+1
* Improved ternary operator performance when returning arraysArnaud Le Blanc2011-10-181-0/+2
* - Year++Felipe Pena2011-07-101-1/+1
* fix UMR when variable name is an object and __toString is usedStanislav Malyshev2011-03-161-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed bug #52614 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-08-251-0/+1
* Implemented Traits for PHP as proposed in the RFC [TRAITS]Stefan Marr2010-04-221-0/+2
* ZEND_RETURN is splitted into two new instructions ZEND_RETURN and ZEND_RETURN...Dmitry Stogov2010-04-221-0/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-0/+1
* MFH: Implemented "jump label" operator (limited "goto")Felipe Pena2008-03-281-0/+1
* Implemented concept of "delayed early binding" that allows opcode caches to p...Dmitry Stogov2008-03-181-132/+133
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Speed-up of ZEND_DO_FCALL and ZEND_INIT_FCALL_BY_NAME by lowercasing and calc...Dmitry Stogov2007-11-221-0/+1
* - MFH Improved version of ternary shortcut (Marcus)Johannes Schlüter2007-11-211-0/+1
* NamespacesDmitry Stogov2007-09-281-0/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* $id:$ tatgs are removed from generated files to avoid committing of Zend/zend...Dmitry Stogov2005-10-281-2/+2
* ZEND_UNSET_DIM_OBJ is splitted to ZEND_UNSET_DIM and ZEND_UNSET_OBJ.Dmitry Stogov2005-06-161-1/+2
* Fix so that extensions like xdebug, can overload opcodes in all execution mod...Dmitry Stogov2005-06-101-0/+1
* Merge three opcodes (ZEND_NEW, ZEND_JMP_NO_CTOR, ZEND_INIT_CTOR) into one (ZE...Dmitry Stogov2005-06-101-2/+0
* - Added missing header sections.foobar2005-01-101-0/+20
* - Oops missed this oneAndi Gutmans2004-10-271-0/+129