Home
last modified time | relevance | path

Searched refs:select (Results 126 – 150 of 243) sorted by relevance

12345678910

/PHP-5.3/ext/oci8/tests/
H A Ddefine.phpt22 $stmt = oci_parse($c, "select string from define_tab");
H A Ddefine_old.phpt22 $stmt = ociparse($c, "select string from define_old_tab");
H A Dbug32325.phpt26 select bug32325_t(1,2,3,4) into :list from dual;
H A Dbind_unsupported_2.phpt24 $s = oci_parse($c, "select * from dual where dummy = :c1");
H A Dbug35973.phpt22 $s3 = oci_parse($c, "select * from test_nclob");
H A Dbind_char_1.phpt43 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
78 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
114 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
150 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
H A Ddefine1.phpt22 $stmt = oci_parse($c, "select string from define1_tab");
H A Dlob_039.phpt38 $s = oci_parse($c,"select clob from ".$schema.$table_name);
H A Dbind_unsupported_3.phpt24 $s = oci_parse($c, "select * from dual where dummy = :c1");
H A Dbug45458.phpt14 $stmt = 'select dummy "A", dummy "20" from dual';
H A Dfield_funcs1.phpt24 if (!($s = oci_parse($c, "select * from field_funcs1_tab"))) {
25 die("oci_parse(select) failed!\n");
29 die("oci_execute(select) failed!\n");
H A Dbug36403.phpt28 $s = oci_parse($c, "select * from bug36403_tab");
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_007.phpt2 sqlite: Simple insert/select (unbuffered)
H A Dsqlite_003.phpt2 sqlite: Simple insert/select, different result represenatation
H A Dsqlite_oo_003.phpt2 sqlite-oo: Simple insert/select, different result representation
/PHP-5.3/ext/xsl/tests/
H A Dbug33853.phpt19 <xsl:value-of select="php:function(\'TeSt::dateLang\')" />
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.y99 create_table_args ::= AS select(S). { in select() function
271 cmd ::= CREATE(X) temp(T) VIEW nm(Y) AS select(S). {
280 cmd ::= select(X). {
285 %type select {Select*}
286 %destructor select {sqliteSelectDelete($$);}
290 select(A) ::= oneselect(X). {A = X;}
291 select(A) ::= select(X) multiselect_op(Y) oneselect(Z). {
401 seltablist_paren(A) ::= select(S). {A = S;}
638 expr(A) ::= LP(B) select(X) RP(E). {
663 expr(A) ::= expr(X) IN LP select(Y) RP(E). {
[all …]
/PHP-5.3/ext/pdo/tests/
H A Dbug_43139.phpt27 var_dump($db->query("select 0 as abc, 1 as xyz, 2 as def $from")->fetchAll(PDO::FETCH_GROUP));
H A Dpdo_024.phpt29 var_dump($db->query('select name from test where id=0')->fetchColumn());
/PHP-5.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt24 $s = $dbh->prepare("select dummy from dual" );
H A Dpdo_oci_stream_1.phpt40 $s = $dbh->prepare("select data from pdo_oci_stream_1_tab where id = 1");
58 $s = $dbh->prepare("select data from pdo_oci_stream_1_tab where id = 2");
/PHP-5.3/sapi/fpm/fpm/events/
H A Dselect.c101 ret = select(FD_SETSIZE, &current_fds, NULL, NULL, &t); in fpm_event_select_wait()
/PHP-5.3/ext/mssql/
H A Dmssql_win32_howto.txt17 Start Visual Studio, load php_modules.dsw, select the MSSQL projects,
/PHP-5.3/ext/interbase/tests/
H A Dbug45373.phpt13 $sql = "select * from test1 where i = ? and c = ?";
/PHP-5.3/ext/date/tests/
H A Ddate_default_timezone_get-2-win32.phpt13 …/* The behaviour on windows is to select an arbitrary timezone name from the current system settin…

Completed in 27 milliseconds

12345678910