Convert all php_error_docref0 to php_error_docref

Closes GH-4394
This commit is contained in:
George Peter Banyard 2019-07-13 02:05:17 +02:00 committed by Peter Kokot
parent 33994ebd95
commit 1c1de0c41a
10 changed files with 22 additions and 24 deletions

View file

@ -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;
}