Home
last modified time | relevance | path

Searched refs:pg_fetch_array (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/pgsql/tests/
H A Dbug60244.phpt15 var_dump(pg_fetch_array($result, -1));
20 var_dump(pg_fetch_array($result, 0));
29 Warning: pg_fetch_array(): The row parameter must be greater or equal to zero in %sbug60244.php on …
H A D80_bug27597.phpt2 Bug #27597 (pg_fetch_array not returning false)
25 $a = pg_fetch_array($res, NULL, $type) ;
H A D80_bug24499.phpt34 print_r(pg_fetch_array($q));
35 print_r(pg_fetch_array($q));
H A D17result.phpt19 var_dump(pg_fetch_array($result, 1));
H A D04async_query.phpt29 pg_fetch_array($result, $i, PGSQL_NUM);
H A D23sync_query_params.phpt24 pg_fetch_array($result, $i, PGSQL_NUM);
H A D24sync_query_prepared.phpt27 pg_fetch_array($result, $i, PGSQL_NUM);
H A D03sync_query.phpt19 pg_fetch_array($result, $i, PGSQL_NUM);
H A D25async_query_params.phpt33 pg_fetch_array($result, $i, PGSQL_NUM);
H A D26async_query_prepared.phpt47 pg_fetch_array($result, $i, PGSQL_NUM);
H A D08escape.phpt54 $row = pg_fetch_array($result, 0, PGSQL_ASSOC);
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h109 PHP_FUNCTION(pg_fetch_array);
H A Dpgsql.c613 PHP_FE(pg_fetch_array, arginfo_pg_fetch_array)
2760 PHP_FUNCTION(pg_fetch_array) argument
/PHP-5.5/
H A DNEWS9528 - Fixed bug #33167 (Possible crash inside pg_fetch_array()). (Ilia)

Completed in 41 milliseconds