summaryrefslogtreecommitdiff
path: root/ext/standard/assert.c
Commit message (Expand)AuthorAgeFilesLines
* zend_error -> php_error_docref.Ilia Alshanetsky2003-01-241-2/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - Remove \n from error messagesDerick Rethans2002-11-101-1/+1
* php_error_docrefMarcus Boerger2002-08-241-3/+3
* Unify error messagesDerick Rethans2002-07-081-3/+3
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* It doesn't look like we use a fourth pointer.Jon Parise2001-11-061-1/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-2/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* WhitespaceZeev Suraski2001-08-111-8/+8
* Fix a crash bug in assertZeev Suraski2001-07-311-6/+7
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-6/+0
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-2/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-50/+37
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-6/+6
* - MSHUTDOWN needs to return SUCCESS/FAILUREAndi Gutmans2001-07-241-0/+1
* fix newly introduced mem-leak in assert-moduleThies C. Arntzen2001-07-231-1/+10
* ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)Thies C. Arntzen2001-07-111-1/+1
* @ - assert() now accepts the array(&$obj,"methodname") syntax. (Thies)Thies C. Arntzen2001-07-091-66/+43
* changed to use Z_* macrosThies C. Arntzen2001-07-091-15/+14
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* - Pointed out by Andrei. zval_ptr_dtor() should be used instead of theAndi Gutmans2001-02-271-2/+2
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* update my email.Thies C. Arntzen2000-10-291-1/+1
* - Made eval() and several other runtime-evaluated code portions report theZeev Suraski2000-09-121-1/+5
* fix #6552 & #6577Thies C. Arntzen2000-09-061-3/+3
* proto fixedHartmut Holzgraefe2000-08-161-1/+1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-2/+2
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* "INT" configuration values must be of type longSascha Schumann2000-05-131-4/+4
* Fixes for possible failure of zend_eval_string().Andrei Zmievski2000-05-061-1/+4
* Let's enable assert by default since it's so useful.Andrei Zmievski2000-05-031-1/+1
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-27/+0
* More protos.Egon Schmid2000-02-241-3/+3
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Compile fixesZeev Suraski2000-02-051-1/+0
* Cleanup patchesZeev Suraski2000-02-051-1/+0
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* - The tree compiles againZeev Suraski1999-12-181-2/+2
* Use global ctor in non-ZTS mode as wellSascha Schumann1999-12-081-6/+10
* make non-ZTS happy againThies C. Arntzen1999-12-081-1/+3
* this is the "right" ZTS-fixThies C. Arntzen1999-12-081-6/+3
* Fill in empty constructor in order to appease Sascha ;-)Sam Ruby1999-12-071-0/+6
* added assert.quiet_eval plus a bit of cleaning (docs to follow!)Thies C. Arntzen1999-12-071-16/+50
* fixed just enough to enable assert to build on win32 and Linux/ZTSSam Ruby1999-12-071-0/+5
* fixed NPRThies C. Arntzen1999-12-071-1/+9
* @- Added support for a C-like assert() function. (Thies)Thies C. Arntzen1999-12-071-31/+25