Home
last modified time | relevance | path

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

12345678910

/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_oo_030.phpt24 var_dump($db->singleQuery("select php('baz')", 1));
25 var_dump($db->singleQuery("select php('baz', 1)", 1));
26 var_dump($db->singleQuery("select php('baz', \"PHP\")", 1));
27 var_dump($db->singleQuery("select php('foo::bar')", 1));
28 var_dump($db->singleQuery("select php('foo::bar', 1)", 1));
29 var_dump($db->singleQuery("select php('foo::bar', \"PHP\")", 1));
30 var_dump($db->singleQuery("select php('foo::bar(\"PHP\")')", 1));
/PHP-5.3/ext/pdo_sqlite/tests/
H A Dbug44327_2.phpt12 $x = $db->query('select 1 as queryString');
20 $x = $db->query('select 1 as queryString');
30 string(23) "select 1 as queryString"
32 string(23) "select 1 as queryString"
43 string(23) "select 1 as queryString"
45 string(23) "select 1 as queryString"
H A Dbug44327_3.phpt12 $x = $db->query('select 1 as queryStringxx');
24 string(25) "select 1 as queryStringxx"
28 string(25) "select 1 as queryStringxx"
/PHP-5.3/ext/oci8/tests/
H A Dcommit_old.phpt30 if (!($select = ociparse($c, $select_sql))) {
31 die("ociparse(select) failed!\n");
34 if (!oci_execute($select)) {
35 die("ociexecute(select) failed!\n");
37 var_dump(ocifetchstatement($select, $all));
42 die("ociexecute(select) failed!\n");
59 if (!ociexecute($select)) {
60 die("ociexecute(select) failed!\n");
62 var_dump(ocifetchstatement($select, $all));
H A Dcommit_001.phpt36 $select_sql = "select * from ".$schema.$table_name."";
38 if (!($select = oci_parse($c, $select_sql))) {
39 die("oci_parse(select) failed!\n");
43 if (!oci_execute($select)) {
44 die("oci_execute(select) failed!\n");
46 var_dump(oci_fetch_all($select, $all));
51 die("oci_execute(select) failed!\n");
69 if (!oci_execute($select)) {
70 die("oci_execute(select) failed!\n");
72 var_dump(oci_fetch_all($select, $all));
H A Dfetch_object_1.phpt29 if (!($s = oci_parse($c, 'select * from fetch_object_tab'))) {
30 die("oci_parse(select) failed!\n");
34 die("oci_execute(select) failed!\n");
43 if (!($s = oci_parse($c, 'select * from fetch_object_tab'))) {
44 die("oci_parse(select) failed!\n");
48 die("oci_execute(select) failed!\n");
59 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
60 die("oci_parse(select) failed!\n");
64 die("oci_execute(select) failed!\n");
H A Dfetch_object.phpt29 if (!($s = oci_parse($c, 'select * from fetch_object_tab'))) {
30 die("oci_parse(select) failed!\n");
34 die("oci_execute(select) failed!\n");
43 if (!($s = oci_parse($c, 'select * from fetch_object_tab'))) {
44 die("oci_parse(select) failed!\n");
48 die("oci_execute(select) failed!\n");
59 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
60 die("oci_parse(select) failed!\n");
64 die("oci_execute(select) failed!\n");
H A Dbug51291_1.phpt12 $s = @oci_parse($c, "select ' from dual");
21 $s = @oci_parse($c, "select ' from dual");
73 $s2 = oci_parse($c, 'select 1 from dual');
92 $s = oci_parse($c, 'select 1 from dual');
208 string(29) "select doesnotexist from dual"
219 string(29) "select doesnotexist from dual"
233 string(29) "select doesnotexist from dual"
246 string(29) "select doesnotexist from dual"
260 string(29) "select doesnotexist from dual"
274 string(29) "select doesnotexist from dual"
[all …]
H A Dnum.phpt61 $select_sql = "select * from num_tab";
64 die("oci_parse(select) failed!\n");
74 die("oci_execute(select) failed!\n");
85 die("oci_fetch_all(select) failed!\n");
98 die("oci_parse(select) failed!\n");
102 die("oci_execute(select) failed!\n");
106 die("oci_fetch_all(select) failed!\n");
116 $select_sql = "select id from num_tab where 1=0";
119 die("oci_parse(select) failed!\n");
123 die("oci_execute(select) failed!\n");
[all …]
H A Dfetch_object_2.phpt29 if (!($s = oci_parse($c, 'select * from fetch_object_2_tab order by 1'))) {
30 die("oci_parse(select) failed!\n");
34 die("oci_execute(select) failed!\n");
43 if (!($s = oci_parse($c, 'select * from fetch_object_2_tab order by 1'))) {
44 die("oci_parse(select) failed!\n");
48 die("oci_execute(select) failed!\n");
H A Dfetch_into.phpt24 if (!($s = oci_parse($c, "select * from fetch_into_tab"))) {
25 die("oci_parse(select) failed!\n");
30 die("oci_execute(select) failed!\n");
37 die("oci_execute(select) failed!\n");
H A Dfetch_array.phpt35 die("oci_parse(select) failed!\n");
39 die("oci_execute(select) failed!\n");
48 die("oci_execute(select) failed!\n");
57 die("oci_execute(select) failed!\n");
66 die("oci_execute(select) failed!\n");
75 die("oci_execute(select) failed!\n");
84 die("oci_execute(select) failed!\n");
93 die("oci_execute(select) failed!\n");
H A Dfetch_all.phpt22 if (!($s = oci_parse($c, "select * from fetch_all_tab"))) {
23 die("oci_parse(select) failed!\n");
28 die("oci_execute(select) failed!\n");
35 die("oci_execute(select) failed!\n");
H A Dfetch_all1.phpt22 if (!($s = oci_parse($c, "select * from fetch_all_tab"))) {
23 die("oci_parse(select) failed!\n");
28 die("oci_execute(select) failed!\n");
35 die("oci_execute(select) failed!\n");
H A Dlob_016.phpt25 $select = "SELECT * FROM lob_test FOR UPDATE";
26 $statement = oci_parse($c, $select);
38 $select = "SELECT * FROM lob_test FOR UPDATE";
39 $statement = oci_parse($c, $select);
/PHP-5.3/ext/pdo_mysql/tests/
H A Dbug54929.phpt29 testQuery("/* ' */ select ? as f1 /* ' */");
30 testQuery("/* '-- */ select ? as f1 /* *' */");
31 testQuery("/* ' */ select ? as f1 --';");
32 testQuery("/* ' */ select ? as f1 -- 'a;");
33 testQuery("/*'**/ select ? as f1 /* ' */");
34 testQuery("/*'***/ select ? as f1 /* ' */");
37 **/ select ? as f1 /* ' */");
/PHP-5.3/ext/sybase_ct/tests/
H A Dbug43578.phpt27 var_dump(sybase_select_ex($db, 'select DC_Rights from #Resource where Resource_ID = 122'));
30 var_dump(sybase_select_ex($db, 'select DC_Rights from #Resource where Resource_ID = 123'));
33 var_dump(sybase_select_ex($db, 'select DC_Rights from #Resource where Resource_ID = 124'));
43 >>> Query: select DC_Rights from #Resource where Resource_ID = 122
47 >>> Query: select DC_Rights from #Resource where Resource_ID = 123
56 >>> Query: select DC_Rights from #Resource where Resource_ID = 124
H A Dbug26407.phpt25 select "foo"
40 select "foo"
44 select "bar"
55 select "foo"
76 select "foo"
80 select "bar"
/PHP-5.3/ext/interbase/tests/
H A D005.phpt75 $res = ibase_query("select * from test5");
91 $res = ibase_query($link_def, "select * from test5");
107 $res = ibase_query("select * from test5");
125 $res = ibase_query("select * from test5");
132 $res = ibase_query($tr_1, "select * from test5");
146 $res = ibase_query($tr_2, "select * from test5");
154 $res = ibase_query($tr_3, "select * from test5");
162 $res = ibase_query($tr_4, "select * from test5");
180 $res = ibase_query($tr_1, "select * from test5");
189 $res = ibase_query($tr_1, "select * from test5");
[all …]
H A D006.phpt57 $sel = ibase_query("select * from test6 where iter = ?", $iter);
108 echo "select\n";
133 "select iter from test6 where v_char = ?", $v_char)) ||
139 "select iter from test6 where v_date = ?", $v_date)) ||
145 "select iter from test6 where v_decimal = ?", $v_decimal)) ||
151 "select iter from test6 where v_integer = ?", $v_integer)) ||
157 "select iter from test6 where v_numeric = ?", $v_numeric)) ||
194 echo "prepare and exec select\n";
197 $query = ibase_prepare("select * from test6
236 select
[all …]
/PHP-5.3/ext/pdo/tests/
H A Dpdo_022.phpt47 $select = $db->query('SELECT id, val, val2 FROM test');
48 $meta = $select->getColumnMeta(0);
50 $meta = $select->getColumnMeta(1);
52 $meta = $select->getColumnMeta(2);
56 $select = $db->query('SELECT COUNT(*) FROM test');
57 $meta = $select->getColumnMeta(0);
H A Dpdo_021.phpt23 $select = $db->prepare('SELECT COUNT(id) FROM test');
40 $select->execute();
41 $num = $select->fetchColumn();
51 $select->execute();
52 $num = $select->fetchColumn();
/PHP-5.3/ext/ldap/
H A DLDAP_Win32_HOWTO.txt13 Select the C/C++ tab, and select 'Code Generation' in the Category box.
16 Select the Preprocessor tab, select 'All Configurations'.
24 Select the C/C++ tab, and select 'Code Generation' in the Category box.
27 Select the Preprocessor tab, select 'All Configurations'.
32 Start Visual Studio, load php_modules.dsw, select the LDAP project, and build
/PHP-5.3/ext/pgsql/tests/
H A D80_bug36625.phpt23 $res = pg_query($dbh, 'select 1');
30 if (strpos($line, '"select 1"') !== false || strpos($line, "'select 1'") !== false) {
/PHP-5.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_2.phpt16 $s = $dbh->prepare("select '' as myempty, null as mynull from dual", array(PDO::ATTR_PREFETCH => 10…
22 $s = $dbh->prepare("select dummy from dual" );
29 $s = $dbh->prepare("select '' as myempty, null as mynull from dual", array(PDO::ATTR_PREFETCH => 0)…
30 $s = $dbh->prepare("select dummy from dual" );

Completed in 68 milliseconds

12345678910