Home
last modified time | relevance | path

Searched refs:select (Results 151 – 175 of 243) sorted by relevance

12345678910

/PHP-5.3/ext/standard/tests/file/
H A Dproc_open01.phpt37 print "select() failed\n";
/PHP-5.3/ext/oci8/tests/
H A Dlob_029.phpt59 $s = oci_parse($c, "select count(*) numrows from FileTest");
65 $s = oci_parse($c, "select * from FileTest order by FileNum");
H A Dbind_char_1_11gR1.phpt42 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
77 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
113 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
149 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
H A Dxmltype_02.phpt62 $s = oci_parse($c, 'select xmltype.getclobval(warehouse_spec)
93 $s = oci_parse($c, 'select xmltype.getclobval(warehouse_spec)
H A Dbug37220.phpt39 $query = "select * from bug37220_tab";
H A Ddefine4.phpt22 $stmt = oci_parse($c, "select value, string from define4_tab");
H A Dlob_037.phpt48 /* select both */
H A Dlob_null.phpt31 select data into pdata from lob_null_tab where id = pid;
147 $s = oci_parse ($c, 'select id, data from lob_null_tab order by id');
153 $s = oci_parse ($c, 'select id, data from lob_null_tab order by id');
H A Dbind_unsupported_1.phpt28 $s = oci_parse($c, "select * from dual where dummy = :c1");
H A Dfield_funcs2.phpt40 $s = oci_parse($c, "select * from field_funcs2_tab");
H A Dlob_002.phpt39 $select_sql = "select b1 from lob_002_tab where id = 1";
H A Dbug41069.phpt61 $stid = oci_parse($c, 'select * from bug41069_tab order by c1');
67 $stid = oci_parse($c, 'select * from bug41069_tab@bug41069_dblink order by c1');
/PHP-5.3/ext/sybase_ct/tests/
H A Dtest_fields.phpt17 $q= sybase_unbuffered_query('select
H A Dtest_fetch_object.phpt23 return sybase_fetch_object(sybase_query('select
/PHP-5.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_3.phpt36 $s = $dbh2->prepare("select col1 from pdo_ac_tab");
H A Dpdo_oci_attr_nulls_1.phpt17 $s = $dbh->prepare("select '' as myempty, null as mynull from dual");
H A Dpdo_oci_fread_1.phpt36 $s = $dbh->query("select data from pdo_oci_fread_tab where id = 1");
H A Dpecl_bug_6364.phpt34 foreach ($dbh->query("select * from bug_6364_t") as $row) {
H A Dpdo_oci_attr_autocommit_1.phpt46 $s = $dbh2->prepare("select col1 from pdo_ac_tab");
/PHP-5.3/ext/sqlite/
H A Dconfig.w3230 main.c os.c pager.c printf.c random.c select.c table.c tokenize.c \
/PHP-5.3/ext/dom/tests/
H A Dbug38474.phpt2 Bug #38474 (getAttribute select attribute by order, even when prefixed) (OK to fail with libxml2 < …
/PHP-5.3/sapi/fpm/
H A Dconfig.m417 AC_CHECK_HEADERS([sys/select.h sys/socket.h sys/time.h])
506 AC_MSG_CHECKING([for select])
511 #include <sys/select.h>
525 select(FD_SETSIZE, &fds, NULL, NULL, &t);
527 AC_DEFINE([HAVE_SELECT], 1, [do we have select?])
622 fpm/events/select.c \
/PHP-5.3/ext/pdo_mysql/tests/
H A Dbug_33689.phpt2 PDO MySQL Bug #33689 (query() execute() and fetch() return false on valid select queries)
H A Dpecl_bug_5802.phpt30 $stmt = $db->prepare('select * from test') or var_dump($db->errorInfo());
/PHP-5.3/ext/imap/
H A DIMAP_Win32_HOWTO.txt28 Start Visual Studio, load php_modules.dsw, select the IMAP projects, and build

Completed in 36 milliseconds

12345678910