Home
last modified time | relevance | path

Searched refs:select (Results 101 – 125 of 243) sorted by relevance

12345678910

/PHP-5.3/ext/oci8/tests/
H A Dfield_funcs.phpt33 die("oci_parse(select) failed!\n");
37 die("oci_execute(select) failed!\n");
H A Dfield_funcs0.phpt33 die("oci_parse(select) failed!\n");
37 die("oci_execute(select) failed!\n");
H A Dfield_funcs_old.phpt33 die("ociparse(select) failed!\n");
37 die("ociexecute(select) failed!\n");
H A Dselect_null.phpt12 $stmt = oci_parse($pc, "select NULL from dual");
H A Dbug43497_92.phpt23 $query = "select sid from v\$session where audsid = userenv('sessionid')";
38 $query = "select abstract_lobs from v\$temporary_lobs where sid = " . $sid;
55 $stmt = oci_parse($c, "select extract(xml, '/').getclobval() from bug43497_tab");
70 $stmt = oci_parse($c, "select extract(xml, '/').getclobval() from bug43497_tab");
84 $stmt = oci_parse($c, "select extract(xml, '/').getclobval() from bug43497_tab");
H A Dexecute_mode.phpt12 $stmt = oci_parse($pc, "select NULL from dual");
H A Dold_oci_close.phpt14 var_dump(oci_parse($c, "select 1 from dual"));
H A Derror_parse.phpt24 $s = @oci_parse($c1, "select ' from dual");
40 $s = @oci_parse($c2, "select ' from dual");
56 $s = @oci_parse($c3, "select ' from dual");
H A Drefcur_prefetch_3.phpt46 $sqlstmt = "select cursor(select * from nescurtest) curs1 from dual";
63 $sql_stmt = "select value from v\$mystat a,v\$statname c where
H A Dexec_fetch.phpt10 $sql = "select 2 from nonex_dual";
H A Dold_oci_close1.phpt14 var_dump(oci_parse($c, "select 1 from dual"));
H A Dlob_001.phpt42 $s = oci_parse($c, "select b1 from lob_001_tab where id = 1");
54 $s = oci_parse($c, "select b1 from lob_001_tab where id = 2");
H A Dbind_empty.phpt49 $stid = oci_parse($c, "select * from bind_empty_tab order by 1");
62 $stid = oci_parse($c, "select * from bind_empty_tab order by 1");
H A Ddrcp_functions.inc40 $sel_stmt="select dept from drcptest where id=105";
50 $sel_stmt="select drcp_test_package.f1 as f1 from dual";
H A Dfetch_into1.phpt33 die("oci_parse(select) failed!\n");
37 die("oci_execute(select) failed!\n");
/PHP-5.3/win32/
H A Dselect.c90 return select(max_fd, rfds, wfds, efds, tv); in php_select()
114 retcode = select(sock_max_fd+1, &aread, &awrite, &aexcept, &tvslice); in php_select()
/PHP-5.3/ext/pdo_sqlite/tests/
H A Dbug52487.phpt12 $stmt = $db->prepare("select 1 as attr");
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_002.phpt2 sqlite: Simple insert/select
H A Dsqlite_oo_002.phpt2 sqlite-oo: Simple insert/select
/PHP-5.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt17 $s = $dbh->prepare("select dummy from dual");
27 $s = $dbh->prepare("select dummy from dual", array(PDO::ATTR_CASE, $mode));
/PHP-5.3/ext/sybase_ct/tests/
H A Dtest_close.phpt18 var_dump(sybase_query('select getdate()', $db));
/PHP-5.3/ext/mysqli/tests/
H A Dbug36420.phpt14 $result = $mysqli->query('select 1');
/PHP-5.3/ext/sockets/tests/
H A Dsocket_select-wrongparams-1.phpt22 Warning: socket_select(): unable to select [%d]: Invalid argument in %s on line %d
H A Dsocket_select-wrongparams-2.phpt17 Warning: socket_select(): no resource arrays were passed to select in %s on line %d
/PHP-5.3/ext/phar/phar/
H A Dclicommand.inc175 if (!in_array($arg, array_keys($cfg['select']))) {
176 …self::error("Parameter value '$arg' not one of '" . join("', '", array_keys($cfg['select'])) . "'.…
260 if (isset($conf['select']) && count($conf['select'])) {
262 foreach($conf['select'] as $opt => $what) {
267 foreach($conf['select'] as $opt => $what) {

Completed in 32 milliseconds

12345678910