minor CS fix

This commit is contained in:
Xinchen Hui 2015-01-27 20:35:25 +08:00
parent 927ebc9789
commit 68f5eb7e71

View File

@ -4053,7 +4053,7 @@ static zend_long php_str_replace_in_subject(zval *search, zval *replace, zval *s
}
}
if(replace_entry_str) {
if (replace_entry_str) {
zend_string_release(replace_entry_str);
}
zend_string_release(Z_STR_P(result));