summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
Commit message (Expand)AuthorAgeFilesLines
* Use NULL where possible for exception classAaron Piotrowski2015-07-071-7/+7
* bring back the division by zero warningAnatol Belski2015-07-051-4/+20
* Remove need to pass error levelAaron Piotrowski2015-07-031-7/+7
* Enable throwing custom exceptions from errorsAaron Piotrowski2015-07-031-7/+7
* Introduce ArithmeticErrorBob Weinand2015-07-021-3/+3
* Same hereXinchen Hui2015-07-021-1/+5
* Use one_char_stringXinchen Hui2015-07-021-2/+6
* Use one_char_stringXinchen Hui2015-07-021-1/+5
* Use DivisionByZeroError instead of exception for %/intdiv()Bob Weinand2015-07-021-1/+1
* Remove warning upon division by zeroBob Weinand2015-07-021-20/+4
* Cleanup (avoid reallocatios and side effects in php_strip_tags)Dmitry Stogov2015-07-011-0/+28
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-34/+34
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-2/+2
* Reverted wrong fb08798c9f0ea820d567668d0cea4833dc61dd8eDmitry Stogov2015-06-291-33/+21
* Fix bug #69957 (Different ways of handling div/mod by zero)Bob Weinand2015-06-281-21/+33
* Drop duplicate object-to-type noticesNikita Popov2015-06-221-10/+2
* Fixed crash in Zend/tests/bug69891.phpt on x86 (32-bit).Dmitry Stogov2015-06-221-1/+13
* Use COW to prevent unnecessary duplication of dynamic propertyes of stdClass ...Dmitry Stogov2015-06-171-3/+18
* Support references in convert_to_*Nikita Popov2015-06-161-8/+36
* Fix references handling in convert_scalar_to_numberNikita Popov2015-06-161-1/+1
* Make convert_to_* safe with rc>1Nikita Popov2015-06-111-14/+10
* fix bitwise object operationsBob Weinand2015-06-041-2/+2
* Use CG(one_char_string) if possible in bitwise string operationsBob Weinand2015-06-031-8/+44
* Inline IS_LONG value calculation and avoid strtol() call.Dmitry Stogov2015-05-051-2/+11
* Improve fast_is_[not_]identical() functions to teturn value instead of takein...Dmitry Stogov2015-04-291-33/+20
* Undef results for new arithmetic exceptionsNikita Popov2015-04-061-0/+3
* 0.0 / 0.0 = NaNDmitry Stogov2015-04-061-23/+1
* fix buildAnatol Belski2015-04-061-1/+1
* Fixed weird operators behavior. Division by zero now emits warning and return...Dmitry Stogov2015-04-061-15/+41
* Fixed performance degradation introduced with lateast EnfineException related...Dmitry Stogov2015-04-021-1/+1
* Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-011-1/+1
* Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-011-1/+3
* Convert "Unsupported operands" fatal error into EngineException (exceptions c...Dmitry Stogov2015-03-311-6/+6
* Removed unused functionsDmitry Stogov2015-03-241-27/+0
* Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-3/+3
* Embed "fast" operator functions (add, sub, increment, etc) into executor with...Dmitry Stogov2015-03-171-15/+4
* Fixed inconsistencyDmitry Stogov2015-03-141-1/+1
* Use fastcall calling convention for most critical ZE subsystems.Dmitry Stogov2015-03-131-74/+74
* Don't inline slow pathDmitry Stogov2015-02-261-0/+32
* Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-2/+1
* Remove support for hex number from is_numeric_stringNikita Popov2015-01-281-35/+16
* Fix resource leak when casting to stringNikita Popov2015-01-241-8/+6
* bump yearXinchen Hui2015-01-151-1/+1
* Fixed typoDmitry Stogov2015-01-141-3/+3
* Improve "instanceof". Interfaces of the left operand should be checked only i...Dmitry Stogov2015-01-141-9/+47
* Add hintingXinchen Hui2015-01-121-1/+1
* Faster strrpos implementationXinchen Hui2015-01-121-13/+55
* Faster zend_memnstr for long textXinchen Hui2015-01-121-2/+53
* trailing whitespace removalStanislav Malyshev2015-01-101-14/+14
* Fix the same leak with %=Nikita Popov2015-01-071-3/+4