From 1c1de0c41a74b4deadd11cb18f00f115db0568ec Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Sat, 13 Jul 2019 02:05:17 +0200 Subject: Convert all php_error_docref0 to php_error_docref Closes GH-4394 --- ext/intl/timezone/timezone_class.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/intl/timezone/timezone_class.cpp') diff --git a/ext/intl/timezone/timezone_class.cpp b/ext/intl/timezone/timezone_class.cpp index 695cc7d3ea..b261f81f81 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; } -- cgit v1.2.1