mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove no_separation flag
This commit is contained in:
parent
e93aca7167
commit
302933daea
27 changed files with 10 additions and 50 deletions
|
@ -1529,7 +1529,6 @@ static zend_string *preg_do_repl_func(zend_fcall_info *fci, zend_fcall_info_cach
|
|||
fci->retval = &retval;
|
||||
fci->param_count = 1;
|
||||
fci->params = &arg;
|
||||
fci->no_separation = 1;
|
||||
|
||||
if (zend_call_function(fci, fcc) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
|
||||
if (EXPECTED(Z_TYPE(retval) == IS_STRING)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue