diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-07-13 02:10:17 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-07-13 02:10:17 +0200 |
commit | e0ea444dd33ac8a089ab629abeb5501b7c29a749 (patch) | |
tree | 47b09ae097256485618f92386e4cf13440e2b655 /ext/intl/timezone/timezone_class.cpp | |
parent | 930e38ec5c742721f2f18f326954682954b379af (diff) | |
parent | 1c1de0c41a74b4deadd11cb18f00f115db0568ec (diff) | |
download | php-git-e0ea444dd33ac8a089ab629abeb5501b7c29a749.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Convert all php_error_docref0 to php_error_docref
Diffstat (limited to 'ext/intl/timezone/timezone_class.cpp')
-rw-r--r-- | ext/intl/timezone/timezone_class.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/timezone/timezone_class.cpp b/ext/intl/timezone/timezone_class.cpp index 2e5dcda60b..6b45203552 100644 --- a/ext/intl/timezone/timezone_class.cpp +++ b/ext/intl/timezone/timezone_class.cpp @@ -505,7 +505,7 @@ U_CFUNC void timezone_register_IntlTimeZone_class(void) TimeZone_ce_ptr = zend_register_internal_class(&ce); if (!TimeZone_ce_ptr) { //can't happen now without bigger problems before - php_error_docref0(NULL, E_ERROR, + php_error_docref(NULL, E_ERROR, "IntlTimeZone: class registration has failed."); return; } |