summaryrefslogtreecommitdiff
path: root/Zend/zend_default_classes.c
Commit message (Expand)AuthorAgeFilesLines
...
* Clearify thisMarcus Boerger2003-09-011-2/+7
* Revert what I think is an accidental commit by Marcus that slipped in at revi...Sebastian Bergmann2003-09-011-1/+1
* Excluded chars < 32 when displaying string parameters that would obliterate o...Marcus Boerger2003-08-311-2/+12
* Make vspprintf available as zend utility function. Use it in exception output.Marcus Boerger2003-08-311-13/+4
* Actually fetch the parameterMarcus Boerger2003-08-301-0/+1
* - Calling abstract methods should be a error for consistency reason.Marcus Boerger2003-08-301-9/+0
* Even though it is ignored this should be correctMarcus Boerger2003-08-301-1/+1
* Add frame numer and finally display stack trace in the message.Marcus Boerger2003-08-301-7/+32
* Add exception::traceAsString() and exception::toString()Marcus Boerger2003-08-301-4/+197
* - The compiler can't detect all abstract function calls so we need to check.Marcus Boerger2003-08-301-3/+12
* Make those final (see comment)Marcus Boerger2003-08-301-5/+9
* Need to tell zend_fetch_debug_backtrace() whether to skip top function or not.Marcus Boerger2003-08-291-1/+1
* Add public read access to protectedMarcus Boerger2003-08-281-0/+8
* Add zend_throw_exception_ex() which allows to format exception messages.Marcus Boerger2003-08-281-0/+47
* - Split debug_backtrace() into lowlevel c function and php function wrapperMarcus Boerger2003-08-281-0/+9
* - Provide appropriate way to destroy internal zval's.Marcus Boerger2003-08-241-2/+1
* Allow to throw instances of classes derived from exceptionMarcus Boerger2003-08-241-4/+13
* - Provide a unified way to display uncaught exceptions, which showsMarcus Boerger2003-08-241-0/+21
* Make use method macrosMarcus Boerger2003-08-241-10/+10
* Add property read code and use that in default exception classMarcus Boerger2003-08-241-9/+7
* Allow zend_throw_exception() to also set the exception codeMarcus Boerger2003-08-231-16/+8
* Exception has 4 protected default properties (message,code,file,line).Marcus Boerger2003-08-231-14/+30
* Make exception code more robustMarcus Boerger2003-08-231-16/+11
* Add function 'zend_throw_exception(char *message, int duplicate TSRMLS_DC);'Marcus Boerger2003-08-211-0/+25
* added support for Reflection_Function, the first part ofGeorge Schlossnagle2003-06-301-0/+2
* updating license information in the headers.James Cox2003-06-101-1/+1
* add an accessor for the default exceptionSterling Hughes2003-05-031-0/+5
* ZTS fix.Sebastian Bergmann2003-03-231-1/+1
* Add new files to ZendTS.dsp. Sync list of files in Zend.dsp with ZendTS.dsp. ...Sebastian Bergmann2003-03-231-7/+7
* add a standard Exception class.Sterling Hughes2003-03-231-0/+135