summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.h
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-1/+1
* Accept zend_object* in zend_get_exception_baseNikita Popov2020-08-071-1/+1
* Add more argument types to stubsMáté Kocsis2020-08-071-2/+2
* Implement match expressionIlija Tovilo2020-07-091-0/+1
* Make exit() unwind properlyNikita Popov2020-06-291-1/+4
* Pass zend_string message to zend_error_cbNikita Popov2020-06-051-1/+1
* add ValueErrorPeter Cowburn2019-09-091-0/+1
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-2/+2
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Fixed bug #75218Nikita Popov2018-06-161-0/+1
* year++Xinchen Hui2018-01-021-1/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Export zend_s(tr)pprintfNikita Popov2017-01-011-4/+0
* Fixed compilation errorDmitry Stogov2016-12-121-0/+2
* Improved VM stack unwinding on exception.Dmitry Stogov2016-12-121-0/+8
* Implement \ArgumentCountError exceptionDavey Shafik2016-08-301-0/+1
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-3/+3
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Mark error and exception functions as "cold" (Matt's idea)Dmitry Stogov2015-08-191-5/+5
* Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-8/+8
* Cleanup exception ce APIAaron Piotrowski2015-07-031-4/+11
* Introduce ArithmeticErrorBob Weinand2015-07-021-0/+1
* Use DivisionByZeroError instead of exception for %/intdiv()Bob Weinand2015-07-021-0/+1
* Show exception source in phpdbgBob Weinand2015-06-291-0/+1
* Move definition of Throwable to zend_exceptions.h/cAaron Piotrowski2015-06-151-0/+2
* Make zend_get_exception_base static.Aaron Piotrowski2015-05-171-2/+0
* Remodel exceptions based on Throwable interfaceAaron Piotrowski2015-05-161-4/+5
* Refactor error implementation significantly to centralize error mode behavior...Anthony Ferrara2015-03-181-0/+1
* Implement engine exceptionsDmitry Stogov2015-03-091-0/+3
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-15/+15
* Expose zend_throw_exception_internal()Dmitry Stogov2014-10-011-1/+1
* fix length data typesAnatol Belski2014-09-191-2/+2
* several signature and data type fixesAnatol Belski2014-08-261-3/+3
* Added vstrpprintf strpprintf to avoid duplicate stringXinchen Hui2014-05-101-0/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-5/+5
* Bump yearXinchen Hui2014-01-031-1/+1
* Make message and format arguments const char * to avoidRemi Collet2013-09-231-4/+4
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Reverted unintended modificationFelipe Pena2010-08-181-1/+1
* align declaration with definitionSascha Schumann2010-08-171-1/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* - MFH Catch exceptions in cli -aMarcus Boerger2009-01-021-2/+2