summaryrefslogtreecommitdiff
path: root/ext/standard/assert.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-1/+1
* | Cleanup exception ce APIAaron Piotrowski2015-07-031-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-9/+9
* | Changed AssertionException to AssertionErrorAaron Piotrowski2015-06-141-6/+6
* | Get rid of more ZVAL_ZVAL() macrosDmitry Stogov2015-06-121-1/+1
* | ZTS cleanupReeze Xia2015-03-081-6/+6
* | Improved assert() according to expectations RFC.Dmitry Stogov2015-03-021-17/+55
* | bump yearXinchen Hui2015-01-151-1/+1
* | Fix uses of zval_add_ref and add comment on usageNikita Popov2015-01-051-3/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-20/+20
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-241-9/+9
|\ \
| * | use zend_bool where zend_long isn't neededAnatol Belski2014-10-221-9/+9
* | | enable static tsrm ls cache in ext/standardAnatol Belski2014-10-051-1/+1
|/ /
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Avoid double IS_INTERNED() checkDmitry Stogov2014-09-191-1/+1
* | Avoid string duplicationDmitry Stogov2014-09-021-1/+1
* | Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-10/+10