Home
last modified time | relevance | path

Searched refs:select (Results 176 – 200 of 243) sorted by relevance

12345678910

/PHP-5.3/ext/sybase_ct/tests/
H A Dtest_query_nostore.phpt46 $q= sybase_unbuffered_query('select * from #test order by id', $db, FALSE);
/PHP-5.3/ext/date/tests/
H A Ddate_default_timezone_get-1-win32.phpt14 …/* The behaviour on windows is to select an arbitrary timezone name from the current system settin…
/PHP-5.3/ext/mysql/tests/
H A Dbug55473.phpt53 $r = mysql_query('select 1', $conn);
H A Dmysql_select_db.phpt27 printf("[004] Cannot select DB %s, [%d] %s\n", $db, mysql_errno($link), mysql_error($link));
/PHP-5.3/ext/mysqli/tests/
H A D013.phpt40 $result = mysqli_query($link, "select * from test_bind_result");
H A D015.phpt24 printf("[002] Cannot select DB '%s', [%d] %s\n", $db,
H A Dmysqli_stmt_datatype_change.phpt28 $s1 = $c1->prepare("select a from type_change order by a");
H A Dmysqli_stmt_bind_result_format.phpt146 /* select from dual - pseudo table */
157 /* select from existing table */
162 /* create new table and select from it */
/PHP-5.3/ext/oci8/tests/
H A Dbind_sqltnum.phpt31 $s = oci_parse($c, "select $colname from bind_sqltnum_tab where id = :id");
56 $s = oci_parse($c, "select id, varchar2_t10 from bind_sqltnum_tab");
H A Drefcur_prefetch_4.phpt32 open cur1 for select * from refcurtest order by c1;
129 $sql_stmt = "select value from v\$mystat a,v\$statname c where
H A Ddriver_name.phpt40 $sel_stmt = "select client_driver
H A Dxmltype_01.phpt41 $s = oci_parse($c, 'select XMLType.getClobVal(xt_spec)
H A Drefcur_prefetch_2.phpt29 open cur1 for select * from refcurtest order by c1;
125 $sql_stmt = "select value from v\$mystat a,v\$statname c where
H A Dbind_char_2_11gR1.phpt37 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
H A Dbind_char_2.phpt40 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
H A Dbug42173.phpt45 $s = oci_parse($c, "select * from ts_test");
H A Dbind_sqltafc.phpt24 $s = oci_parse($c, "select * from bind_sqltafc_tab where id = $id");
H A Dbind_misccoltypes.phpt48 $s = oci_parse($c, "select $colname from bind_misccoltypes_tab where id = :id");
125 $select_sql = "select "
/PHP-5.3/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt17 $stmt = $db->prepare('select * from poq_tab');
H A Dpdo_oci_attr_autocommit_2.phpt95 $s = $dbh2->prepare("select col1 from pdo_ac_tab");
/PHP-5.3/sapi/cgi/
H A Dconfig9.m455 dnl Set install target and select SAPI
/PHP-5.3/ext/interbase/tests/
H A Dinterbase.inc42 $res = ibase_query("select * from $table_name");
/PHP-5.3/ext/xsl/tests/
H A Dbug54446_with_ini.phpt24 <xsl:value-of select="'0wn3d via PHP and libxslt ...'"/>
/PHP-5.3/win32/build/
H A Dconfig.w32355 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c");
375 /* this allows up to 256 sockets to be select()ed in a single
376 * call to select(), instead of the usual 64 */
377 ARG_ENABLE('fd-setsize', "Set maximum number of sockets for select(2)", "256");
/PHP-5.3/ext/phar/phar/
H A Dpharcommand.inc75 'select' => array(
78 'auto' => 'Automatically select compression algorithm'
92 'typ' => 'select',
95 'select' => array('md5' => 'MD5','sha1' => 'SHA1')
147 $phar_args['c']['select']['gz'] = 'GZip compression';
148 $phar_args['c']['select']['gzip'] = 'GZip compression';
152 $phar_args['c']['select']['bz2'] = 'BZip2 compression';
153 $phar_args['c']['select']['bzip2'] = 'BZip2 compression';
166 $phar_args['h']['select'][strtolower($name)] = $name;

Completed in 37 milliseconds

12345678910