Home
last modified time | relevance | path

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

/PHP-8.2/ext/oci8/tests/
H A Dlob_prefetch.phpt23 numrows number := " . NUMROWS . ";
29 for j in 1..numrows
H A Dlob_prefetch_ini.phpt25 numrows number := " . NUMROWS . ";
31 for j in 1..numrows
H A Dlob_029.phpt61 $s = oci_parse($c, "select count(*) numrows from FileTest");
/PHP-8.2/ext/oci8/
H A Dphp_oci8_int.h506 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 33 milliseconds