| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated tests to reflect exception class changes. | Aaron Piotrowski | 2015-05-16 | 1 | -2/+2 |
| | | |||||
| * | Always throw TypeException on throwing zpp failures | Nikita Popov | 2015-04-06 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | Introduces a ZEND_PARSE_PARAMS_THROW flag for zpp, which forces to report FAILURE errors using a TypeException instead of a Warning, like it would happen in strict mode. Adds a zend_parse_parameters_throw() convenience function, which invokes zpp with this flag. Converts all cases I could identify, where we currently have throwing zpp usage in constructors and replaces them with this API. Error handling is still replaced to EH_THROW in some cases to handle other, domain-specific errors in constructors. | ||||
| * | Fixed ReflectionFunction, ReflectionMethod and ReflectionParameter. | Danack | 2015-03-01 | 1 | -17/+14 |
| | | |||||
| * | MFH: | Felipe Pena | 2009-01-07 | 1 | -19/+19 |
| | | | | | | | - New parameter parsing - Removed METHOD_NOTSTATIC_NUMPARAMS | ||||
| * | Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and ↵ | Ant Phillips | 2008-11-18 | 1 | -0/+100 |
| Linux 64 bit). | |||||
