Home
last modified time | relevance | path

Searched refs:numrows (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/oci8/tests/
H A Dlob_prefetch.phpt24 numrows number := " . NUMROWS . ";
30 for j in 1..numrows
H A Dlob_prefetch_ini.phpt26 numrows number := " . NUMROWS . ";
32 for j in 1..numrows
H A Dlob_029.phpt62 $s = oci_parse($c, "select count(*) numrows from FileTest");
/PHP-8.3/ext/oci8/
H A Dphp_oci8_int.h508 int php_oci_statement_get_numrows(php_oci_statement *statement, ub4 *numrows);
H A Doci8_statement.c1587 int php_oci_statement_get_numrows(php_oci_statement *statement, ub4 *numrows) in php_oci_statement_get_numrows() argument
1592 *numrows = 0; in php_oci_statement_get_numrows()
1602 *numrows = statement_numrows; in php_oci_statement_get_numrows()

Completed in 17 milliseconds