summaryrefslogtreecommitdiff
path: root/ext/standard/assert.c
Commit message (Expand)AuthorAgeFilesLines
* Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xs...Máté Kocsis2021-02-221-7/+2
* Replace zend_bool uses with boolNikita Popov2021-01-151-5/+5
* Fixed bug #80290Nikita Popov2020-10-301-5/+1
* Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-1/+1
* Add more argument types to stubsMáté Kocsis2020-08-071-29/+24
* Default assert.exception to 1Levi Morrison2020-08-021-1/+1
* Remove bool return type from assert_optionsNikita Popov2020-07-211-7/+5
* Remove proto comments from C filesMax Semenik2020-07-061-4/+2
* Implement #47074: phpinfo() reports "On" as 1 for the some extensionsChristoph M. Becker2020-06-041-4/+4
* Improve some ValueError messagesMáté Kocsis2020-04-061-1/+1
* Convert Errors to ValueErrorsGeorge Peter Banyard2019-12-051-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Promote warnings to errors in assert_options()George Peter Banyard2019-08-291-2/+2
* Merge branch 'PHP-7.4'Dmitry Stogov2019-06-061-8/+8
|\
| * Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-10/+10
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-1/+17
|\ \ | |/
| * Allow exceptions in __toString()Nikita Popov2019-06-051-1/+21
* | Merge branch 'PHP-7.4'Nikita Popov2019-03-111-2/+2
|\ \ | |/
| * Remove function_table var from the callerc9s2019-03-111-2/+2
* | Merge branch 'PHP-7.4'Peter Kokot2019-02-031-9/+0
|\ \ | |/
| * Remove local variablesPeter Kokot2019-02-031-9/+0
| * Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Remove special treatment of strings in assertsNikita Popov2019-01-291-76/+5
|/
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-7/+5
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-13/+13
* Use stack allocated zvalsXinchen Hui2018-01-071-2/+1
* Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Revert "Use zend_get_executed_filename_ex"Xinchen Hui2017-11-021-2/+4
* Use zend_get_executed_filename_exXinchen Hui2017-11-011-4/+2
* Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-3/+3
* Deprecate assert() with string argumentNikita Popov2017-02-031-0/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in standardSara Golemon2016-12-301-6/+10
* further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-2/+2
|\
| * E_RECOVERABLE_ERROR -> thrown ErrorAaron Piotrowski2016-06-141-2/+2
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
|/
* Forbid dynamic calls to scope introspection functionsNikita Popov2016-05-241-0/+4
* - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-3/+0
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Always return boolean from assertAaron Piotrowski2015-10-181-0/+2
* | Fix assert() implementation to match docsAaron Piotrowski2015-10-171-1/+1
* | Fixed bug #70208 (Assert breaking access on objects)Bob Weinand2015-08-081-0/+3
* | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-5/+1