mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove no_separation flag
This commit is contained in:
parent
e93aca7167
commit
302933daea
27 changed files with 10 additions and 50 deletions
|
@ -2584,7 +2584,6 @@ static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, zend_long result_
|
|||
fci.retval = &retval;
|
||||
fci.params = NULL;
|
||||
fci.param_count = 0;
|
||||
fci.no_separation = 1;
|
||||
|
||||
if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
|
||||
if (zend_fcall_info_args(&fci, ctor_params) == FAILURE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue