summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typoAnton Vasiliev2021-02-181-1/+1
* Add support for generating class entries from stubsMáté Kocsis2021-01-261-58/+28
* Replace zend_bool uses with boolNikita Popov2021-01-151-3/+3
* Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-141-1/+1
* Fix handling of throwing undef var in verify returnNikita Popov2020-10-131-3/+9
* Convert exception instanceof checks to assertionsNikita Popov2020-09-211-11/+8
* Improve default value handling of Exception constructorsMáté Kocsis2020-09-211-6/+9
* Rename zend_error_notify APIs to zend_observer_error*Benjamin Eberlei2020-09-141-2/+3
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-3/+3
* Fixed bug #79948Nikita Popov2020-08-101-2/+2
* Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-27/+25
* Accept zend_object* in zend_unset_propertyNikita Popov2020-08-071-1/+1
* Accept zend_object* in zend_get_exception_baseNikita Popov2020-08-071-16/+16
* Accept zend_object in zend_read_propertyNikita Popov2020-08-071-7/+7
* Add more argument types to stubsMáté Kocsis2020-08-071-11/+11
* Implement named parametersNikita Popov2020-07-311-1/+7
* [RFC] Make string length for getTraceAsString() configurableTyson Andre2020-07-251-2/+2
* Fix warnings of strict-prototypestwosee2020-07-231-1/+1
* Add missing zpp_none call in Exception::__wakeupNikita Popov2020-07-171-0/+2
* Introduce error notification callbacks that are run independant of zend_error_cbBenjamin Eberlei2020-07-171-3/+4
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-2/+2
* Implement match expressionIlija Tovilo2020-07-091-0/+5
* Remove no_separation flagNikita Popov2020-07-071-1/+0
* Remove proto comments from C filesMax Semenik2020-07-061-26/+13
* Merge branch 'PHP-7.4'Nikita Popov2020-06-301-2/+2
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-301-1/+7
| |\
| | * Fix leak when setting cyclic previous exception in finallyNikita Popov2020-06-301-1/+7
* | | Make exit() unwind properlyNikita Popov2020-06-291-1/+30
* | | Add zend_call_known_function() API familyNikita Popov2020-06-091-1/+1
* | | Fix BC break of zend_throw_exceptiontwosee2020-06-061-2/+4
* | | Pass zend_string message to zend_error_cbNikita Popov2020-06-051-19/+18
* | | Ensure Exception::getFile/getLine return type is correctNikita Popov2020-05-281-4/+2
* | | Make Exception::$previous a typed propertyNikita Popov2020-05-281-8/+5
* | | Make Exception::$trace typed array propertyNikita Popov2020-05-281-4/+13
* | | Extract code for declaring Exception/Error propertiesNikita Popov2020-05-281-16/+13
* | | Convert Exception::getMessage() result to stringNikita Popov2020-05-281-2/+1
* | | Improve language in error messagesMax Semenik2020-05-261-4/+4
* | | Merge branch 'PHP-7.4'Xinchen Hui2020-04-291-2/+4
|\ \ \ | |/ /
| * | Fixed bug #79536 (zend_clear_exception prevent exception's destructor to be c...Xinchen Hui2020-04-291-2/+4
* | | Generate method entries from stubs for Zend classesMáté Kocsis2020-04-261-68/+23
* | | Use the default type error message for Exception::__construct()Máté Kocsis2020-04-261-23/+2
* | | Define Stringable with __toString():string methodNicolas Grekas2020-03-021-1/+1
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* | | Convert zend_parse_parameters_none() to fast ZPPMáté Kocsis2020-01-031-14/+9
* | | Use RETURN_THROWS() after zend_throw_error()Máté Kocsis2020-01-011-2/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-281-2/+2
|\ \ \ | |/ /
| * | Remove redundant variable rv and optimize codeZiMuyang2019-10-281-2/+2
* | | Add Zend class/interface arginfo stubsChristoph M. Becker2019-10-151-37/+24
* | | Use clean shutdown on uncaught exceptionNikita Popov2019-10-111-3/+6
* | | add ValueErrorPeter Cowburn2019-09-091-0/+5