1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00
Files
archived-php-src/ext/intl
Nikita Popov 122d759618 Always throw TypeException on throwing zpp failures
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.
2015-04-06 11:27:34 +02:00
..
2015-01-10 15:07:38 -08:00
2015-03-13 11:09:42 +02:00
2015-01-10 15:07:38 -08:00
2015-03-21 08:26:06 -07:00
2015-01-10 15:07:38 -08:00
2015-03-30 18:53:38 +03:00
2015-03-04 09:56:50 +08:00
2015-01-16 14:37:44 -08:00
2012-07-30 10:25:17 +02:00
2015-04-01 13:18:52 +02:00
2014-12-29 14:06:12 -08:00
2014-12-29 14:06:12 -08:00
2014-12-29 14:06:12 -08:00
2014-09-19 18:33:14 +02:00
2015-03-30 18:53:38 +03:00
2015-04-01 13:39:25 +02:00
2012-07-30 10:25:17 +02:00