Home
last modified time | relevance | path

Searched refs:select (Results 26 – 50 of 243) sorted by relevance

12345678910

/PHP-5.3/ext/oci8/tests/
H A Dlob_017.phpt27 $select = "SELECT * FROM lob_test FOR UPDATE";
28 $statement = oci_parse($c, $select);
40 $select = "SELECT * FROM lob_test FOR UPDATE";
41 $statement = oci_parse($c, $select);
H A Ddefault_prefetch.phpt26 $select_sql = "select * from default_prefetch_tab";
29 die("oci_parse(select) failed!\n");
33 die("oci_execute(select) failed!\n");
H A Ddefault_prefetch0.phpt26 $select_sql = "select * from default_prefetch_tab";
29 die("oci_parse(select) failed!\n");
33 die("oci_execute(select) failed!\n");
H A Ddefault_prefetch1.phpt26 $select_sql = "select * from default_prefetch1_tab";
29 die("oci_parse(select) failed!\n");
33 die("oci_execute(select) failed!\n");
H A Ddefault_prefetch2.phpt26 $select_sql = "select * from default_prefetch2_tab";
29 die("oci_parse(select) failed!\n");
35 die("oci_execute(select) failed!\n");
H A Dprefetch.phpt24 $select_sql = "select * from prefetch_tab";
27 die("oci_parse(select) failed!\n");
33 die("oci_execute(select) failed!\n");
H A Dprefetch_old.phpt26 $select_sql = "select * from prefetch_old_tab";
29 die("ociparse(select) failed!\n");
35 die("ociexecute(select) failed!\n");
H A Dfetch_row.phpt24 if (!($s = oci_parse($c, "select * from fetch_row_tab"))) {
25 die("oci_parse(select) failed!\n");
29 die("oci_execute(select) failed!\n");
H A Dfetch_assoc.phpt20 $select_sql = "select * from fetch_assoc_tab";
23 die("oci_parse(select) failed!\n");
27 die("oci_execute(select) failed!\n");
H A Dbug44206.phpt17 $stmt = "select cursor (select $x from dual) a,
18 cursor (select $x from dual) b
H A Dfetch.phpt24 if (!($s = oci_parse($c, "select * from fetch_tab"))) {
25 die("oci_parse(select) failed!\n");
29 die("oci_execute(select) failed!\n");
H A Db47243_1.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Db47243_2.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Db47243_3.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
/PHP-5.3/ext/interbase/tests/
H A D007.phpt72 $sel = ibase_query("select * from test7 where iter = $iter");
126 echo "select\n";
135 "select iter from test7 where v_char[$iter] LIKE ?", $v_char[$iter]."%")) ||
142 "select iter from test7 where v_date[$iter] = ?", $v_date[$iter])) ||
148 "select iter from test7 where v_decimal[$iter] = ?", $v_decimal[$iter])) ||
154 "select iter from test7 where v_integer[$iter] = ?", $v_integer[$iter])) ||
160 "select iter from test7 where v_numeric[$iter] = ?", $v_numeric[$iter])) ||
166 "select iter from test7 where v_smallint[$iter] = ?", $v_smallint[$iter])) ||
177 select
/PHP-5.3/ext/standard/tests/file/
H A Duserstreams_002.phpt53 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
60 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
71 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
80 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
89 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
91 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
/PHP-5.3/ext/sybase_ct/tests/
H A Dtest_msghandler_handled.phpt37 var_dump(sybase_select_ex($db, 'select getdate(NULL)'));
42 var_dump(sybase_select_ex($db, 'select convert(datetime, "notadate")'));
48 >>> Query: select getdate(NULL)
63 >>> Query: select convert(datetime, "notadate")
H A Dbug30312.phpt17 $query= sybase_unbuffered_query('select datepart(yy, getdate())');
21 $query= sybase_unbuffered_query('select datepart(yy, getdate())');
H A Dtest_long.phpt2 Sybase-CT select LONG_MAX / LONG_MIN
30 var_dump(sybase_select_ex($db, 'select value from test_long'));
46 >>> Query: select value from test_long
H A Dtest_unbuffered_no_full_fetch.phpt18 $q= sybase_unbuffered_query('select name from master..systypes', $db);
22 $q= sybase_unbuffered_query('select name from master..systypes', $db);
27 $q= sybase_unbuffered_query('select name from master..systypes', $db);
H A Dbug30312-withfree.phpt17 $query= sybase_unbuffered_query('select datepart(yy, getdate())');
22 $query= sybase_unbuffered_query('select datepart(mm, getdate()), datepart(dd, getdate())');
H A Dtest_connectionbased_msghandler.phpt17 var_dump(sybase_select_ex($db, 'select getdate(NULL)'));
23 >>> Query: select getdate(NULL)
/PHP-5.3/Zend/tests/
H A Dbug31177.phpt11 public function select() {
31 $rs = $db->select();
/PHP-5.3/ext/pdo_sqlite/tests/
H A Ddebugdumpparams_001.phpt12 $x= $db->prepare('select :a, :b, ?');
20 SQL: [16] select :a, :b, ?
/PHP-5.3/ext/pdo_mysql/tests/
H A Dbug_61207.phpt19 select * from bug61207 where id = ?;
34 $handle2 = $link->prepare('select * from bug61207 where id = ?;
51 select * from bug61207 where id = ?;');
68 select * from bug61207 where id = ?;');

Completed in 26 milliseconds

12345678910