mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Replace getThis() by EX(This), when additional check is not necessary.
This commit is contained in:
parent
6bb94eacd7
commit
c6ad0b92b7
44 changed files with 569 additions and 753 deletions
|
@ -94,7 +94,7 @@ U_CFUNC PHP_METHOD(IntlRuleBasedBreakIterator, __construct)
|
|||
zend_error_handling error_handling;
|
||||
|
||||
zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);
|
||||
return_value = getThis();
|
||||
return_value = &EX(This);
|
||||
_php_intlrbbi_constructor_body(INTERNAL_FUNCTION_PARAM_PASSTHRU);
|
||||
zend_restore_error_handling(&error_handling);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue