Home
last modified time | relevance | path

Searched refs:select (Results 76 – 100 of 243) sorted by relevance

12345678910

/PHP-5.3/ext/sqlite3/tests/
H A Dsqlite3_35_stmt_readonly.phpt23 echo "Checking select statement\n";
45 Checking select statement
/PHP-5.3/ext/oci8/tests/
H A Dcursors.phpt30 $sql = "select CURSOR(select * from ".$schema.$table_name.") as curs FROM dual";
H A Dcursors_old.phpt27 $sql = "select cursor(select * from cursors_old_tab) as curs from dual";
H A Dconnect_scope1.phpt45 $s1 = oci_parse($c1, "select * from connect_scope1_tab");
55 $s1 = oci_parse($c1, "select * from connect_scope1_tab");
H A Dconnect_scope2.phpt45 $s1 = oci_parse($c1, "select * from connect_scope2_tab");
55 $s1 = oci_parse($c1, "select * from connect_scope2_tab");
H A Dedition_1.phpt30 $s = oci_parse($conn,"select * from view_ed");
39 select from both the editions and verify the contents. */
53 "create or replace editioning view view_ed as select name,age,job from edit_tab",
65 $stmt = "create or replace editioning view view_ed as select name,age,job,salary from edit_tab";
H A Duncommitted.phpt10 $stmt = oci_parse($c, "select 1 from dual");
H A Dbug43497.phpt19 $query = "select sid from v\$session where audsid = userenv('sessionid')";
34 $query = "select abstract_lobs from v\$temporary_lobs where sid = " . $sid;
51 $stmt = oci_parse($c, "select extract(xml, '/').getclobval() from bug43497_tab");
66 $stmt = oci_parse($c, "select extract(xml, '/').getclobval() from bug43497_tab");
80 $stmt = oci_parse($c, "select extract(xml, '/').getclobval() from bug43497_tab");
H A Dbind_rowid.phpt12 $s = oci_parse($c, 'select address from rid_tab order by id');
32 $s = oci_parse($c, 'select rowid, address from rid_tab where id = :l_bv for update');
H A Dfetch_into2.phpt33 die("oci_parse(select) failed!\n");
37 die("oci_execute(select) failed!\n");
H A Dlob_043.phpt32 $s = oci_parse($c, 'select id, c1 from lob_043_tab order by id');
44 $s = oci_parse($c, 'select id, c1 from lob_043_tab order by id');
H A Dconnect_scope_try1.phpt51 $s1 = oci_parse($c1, "select * from scope_try1_tab");
62 $s1 = oci_parse($c1, "select * from scope_try1_tab");
H A Dconnect_scope_try3.phpt51 $s1 = oci_parse($c1, "select * from scope_try3_tab");
62 $s1 = oci_parse($c1, "select * from scope_try3_tab");
H A Dconnect_scope_try4.phpt51 $s1 = oci_parse($c1, "select * from scope_try4_tab");
62 $s1 = oci_parse($c1, "select * from scope_try4_tab");
H A Dconnect_scope_try5.phpt51 $s1 = oci_parse($c1, "select * from scope_try5_tab");
62 $s1 = oci_parse($c1, "select * from scope_try5_tab");
H A Dconnect_scope_try6.phpt51 $s1 = oci_parse($c1, "select * from scope_try6_tab");
62 $s1 = oci_parse($c1, "select * from scope_try6_tab");
H A Dconnect_scope_try2.phpt51 $s1 = oci_parse($c1, "select * from scope_try2_tab");
62 $s1 = oci_parse($c1, "select * from scope_try2_tab");
/PHP-5.3/ext/sybase_ct/tests/
H A Dtest_msghandler.phpt24 var_dump(sybase_select_ex($db, 'select getdate(NULL)'));
39 >>> Query: select getdate(NULL)
H A Dtest_unbuffered_query.phpt18 $q= sybase_unbuffered_query('select name from master..systypes', $db);
32 $q= sybase_unbuffered_query('select name from master..systypes', $db);
H A Dbug29064.phpt83 var_dump(sybase_select_ex($db, 'select * from #test'));
93 >>> Query: select * from #test
H A Dtest_close_default.phpt16 var_dump(sybase_query('select getdate()'));
H A Dbug6339.phpt17 var_dump(sybase_fetch_row(sybase_query('select 1')));
/PHP-5.3/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt45 $stmt = $db->query("select * from test");
54 $stmt = $db->query("select * from test");
63 $stmt = $db->query("select * from test");
79 $stmt = $db->query("select * from test");
88 $stmt = $db->query("select * from test");
97 $stmt = $db->query("select * from test");
/PHP-5.3/ext/pcre/tests/
H A Dbug41050.phpt7 $regex = '/(insert|drop|create|select|delete|update)([^;\']*('."('[^']*')+".')?)*(;|$)/i';
/PHP-5.3/ext/zlib/
H A Dzlib_win32_howto.txt12 Start Visual Studio, load php_modules.dsw, select the ZLIB projects, and build

Completed in 32 milliseconds

12345678910