mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed retval with zend_call_method
This commit is contained in:
parent
477f565f80
commit
a94ec141fe
2 changed files with 6 additions and 8 deletions
|
@ -436,7 +436,7 @@ U_CFUNC PHP_FUNCTION(intltz_get_id)
|
|||
id_us.getBuffer(), id_us.length(), TIMEZONE_ERROR_CODE_P(to));
|
||||
INTL_METHOD_CHECK_STATUS(to, "intltz_get_id: Could not convert id to UTF-8");
|
||||
|
||||
RETURN_STRINGL(id, id_len);
|
||||
RETVAL_STRINGL(id, id_len);
|
||||
//???
|
||||
efree(id);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue