mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
hmm. this comma is supposed to be a semicolon.
This commit is contained in:
parent
210244b339
commit
af96ad84b5
1 changed files with 1 additions and 1 deletions
|
@ -5666,7 +5666,7 @@ PHP_FUNCTION(oci_fetch_all)
|
|||
}
|
||||
}
|
||||
|
||||
zend_hash_next_index_insert(Z_ARRVAL_PP(array), &row, sizeof(zval*), NULL),
|
||||
zend_hash_next_index_insert(Z_ARRVAL_PP(array), &row, sizeof(zval*), NULL);
|
||||
|
||||
rows++;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue