php-src/ext/intl/dateformat
Nikita Popov a31f46421d Allow exceptions in __toString()
RFC: https://wiki.php.net/rfc/tostring_exceptions

And convert some object to string conversion related recoverable
fatal errors into Error exceptions.

Improve exception safety of internal code performing string
conversions.
2019-06-05 14:25:07 +02:00
..
dateformat.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
dateformat.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
dateformat_attr.c Fixed compilation warnings 2016-06-22 00:40:50 +03:00
dateformat_attr.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
dateformat_attrcpp.cpp Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
dateformat_attrcpp.h Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
dateformat_class.c Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACT 2018-09-05 13:16:10 +03:00
dateformat_class.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
dateformat_create.cpp Merge branch 'PHP-7.3' into PHP-7.4 2019-04-15 15:27:37 +02:00
dateformat_create.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
dateformat_data.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
dateformat_data.h cleanup intl types 2014-12-29 14:06:12 -08:00
dateformat_format.c Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
dateformat_format.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
dateformat_format_object.cpp Allow exceptions in __toString() 2019-06-05 14:25:07 +02:00
dateformat_format_object.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
dateformat_helpers.cpp Simplify namespace access 2018-04-01 01:03:40 +02:00
dateformat_helpers.h Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
dateformat_parse.c Clean up unnecessary ternary expressions and simplify some returns 2018-12-03 01:22:14 +01:00
dateformat_parse.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00