]> granicus.if.org Git - php/commit
- Allow parameter parsing implementation raise an error early where more
authorMarcus Boerger <helly@php.net>
Tue, 1 Nov 2005 16:53:29 +0000 (16:53 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 1 Nov 2005 16:53:29 +0000 (16:53 +0000)
commit00d5138e93b5f0dd84d17b75fa47d7f3951ab6a4
tree01462f13d1bfc4f7ead442df85591a2a7c597134
parentf57932aee09445087a469aeb104e5d166e767a81
- Allow parameter parsing implementation raise an error early where more
  information is available. And add ability to prevent double errors by
  returning "".
- Implement parameter parsing C which checks for a class name, if the value
  on input is not NULL then the pointer must be the zend_class_entry of the
  required base class.
# Do the KISS approach, looking at the code it isn't that easy does it?
Zend/zend_API.c