Home
last modified time | relevance | path

Searched refs:SQLITE3_NUM (Results 1 – 25 of 25) sorted by relevance

/php-src/ext/sqlite3/tests/
H A Dbug77051.phpt23 var_dump($res->fetchArray(SQLITE3_NUM));
32 var_dump($res->fetchArray(SQLITE3_NUM));
43 var_dump($res->fetchArray(SQLITE3_NUM));
H A Dsqlite3_26_reset_prepared_stmt.phpt25 while ($result = $results->fetchArray(SQLITE3_NUM)) {
29 while ($result = $results->fetchArray(SQLITE3_NUM)) {
H A Dsqlite3_27_reset_prepared_stmt_result.phpt25 while ($result = $results->fetchArray(SQLITE3_NUM)) {
29 while ($result = $results->fetchArray(SQLITE3_NUM)) {
H A Dsqlite3_28_clear_bindings.phpt25 while ($result = $results->fetchArray(SQLITE3_NUM)) {
32 while ($result = $results->fetchArray(SQLITE3_NUM)) {
H A Dsqlite3_04_update.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM))
31 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dsqlite3_05_delete.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM))
31 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dbug73333.phpt16 while (($row = $res->fetchArray(SQLITE3_NUM)) !== false) {
H A Dbug53463.phpt14 while ($row = $result->fetchArray(SQLITE3_NUM)) {
H A Dsqlite3_16_select_no_results.phpt16 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dbug45798.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM)) {
H A Dsqlite3stmt_getsql.phpt25 var_dump($res->fetchArray(SQLITE3_NUM));
H A Dsqlite3_13_skip_all_cleanup.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dsqlite3_03_insert.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dsqlite3_23_escape_string.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dsqlite3_07_prepared_stmt.phpt24 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dsqlite3_08_udf.phpt28 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dsqlite3_06_prepared_stmt.phpt25 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dsqlite3_19_columninfo.phpt20 while ($row = $result->fetchArray(SQLITE3_NUM)) {
H A Dsqlite3_bound_value_at_name.phpt24 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dsqlite3stmt_getsql_expanded.phpt31 var_dump($res->fetchArray(SQLITE3_NUM));
H A Dsqlite3_09_blob_bound_param.phpt31 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dsqlite3_10_bound_value_name.phpt26 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM))
/php-src/ext/phar/tests/files/
H A Dpear2coverage.phar1092 while ($res = $result->fetchArray(SQLITE3_NUM)) {
1123 while ($res = $result->fetchArray(SQLITE3_NUM)) {
1142 while ($res = $result->fetchArray(SQLITE3_NUM)) {
1171 while ($res = $result->fetchArray(SQLITE3_NUM)) {
1184 while ($res = $result->fetchArray(SQLITE3_NUM)) {
1220 while ($res = $result->fetchArray(SQLITE3_NUM)) {
1235 while ($res = $result->fetchArray(SQLITE3_NUM)) {
1270 while ($id = $result->fetchArray(SQLITE3_NUM)) {
1284 while ($id = $result->fetchArray(SQLITE3_NUM)) {
1339 while ($res = $result->fetchArray(SQLITE3_NUM)) {
[all …]
/php-src/ext/sqlite3/
H A Dsqlite3.stub.php14 const SQLITE3_NUM = UNKNOWN; define

Completed in 33 milliseconds