mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Convert all php_error_docref0 to php_error_docref
Closes GH-4394
This commit is contained in:
parent
33994ebd95
commit
1c1de0c41a
10 changed files with 22 additions and 24 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue