Home
last modified time | relevance | path

Searched refs:c1 (Results 176 – 200 of 229) sorted by relevance

12345678910

/PHP-5.6/ext/xsl/tests/
H A Dxslt004.phpt26 a1 b1 c1 <br/>
H A Dxslt005.phpt27 a1 b1 c1 <br/>
H A Dxslt008.phpt28 a1 b1 c1 <br/>
H A Dxslt002.phpt26 a1 b1 c1 <br>
H A Dxslt012.phpt49 a1 b1 c1 <br/>
/PHP-5.6/ext/oci8/tests/
H A Dbind_char_2.phpt25 "create table bind_char_tab (id number, c1 date)",
36 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
H A Dbind_char_2_11gR1.phpt25 "create table bind_char_tab (id number, c1 date)",
36 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
H A Dbind_misccoltypes.phpt74 . " :c1, "
93 $c1 = "C";
107 oci_bind_by_name($s, ":c1", $c1);
H A Dbug36403.phpt16 "create table bug36403_tab (c1 number, col2 number, column3 number, col4 number)"
H A Dbug42496_2.phpt18 "CREATE table bug42496_2_tab(c1 CLOB, c2 CLOB)",
H A Dbug42496_1.phpt18 "CREATE table bug42496_1_tab(c1 CLOB, c2 CLOB)",
H A Dconnect_with_charset_001.phpt10 var_dump($c1 = oci_connect($user, $password, $dbase));
H A Dbind_char_1.phpt24 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
39 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
74 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
H A Dlob_041.phpt17 "CREATE table lob_041_tab(c1 CLOB)",
H A Dbind_char_1_11gR1.phpt26 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
41 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
76 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
/PHP-5.6/ext/mysqli/tests/
H A D061.phpt40 if (!mysqli_query($link,"CREATE TABLE t_061 (c1 varchar(10), c2 varchar(10))"))
50 if ($result = mysqli_query($link, "SELECT c1,c2 FROM t_061")) {
H A Dclient-cert.pem31 37:a6:c1:d7:9b:fe:08:34:98:e0:54:3c:30:4f:79:
52 41:f0:6c:60:aa:ec:d3:4c:ff:c1:3b:d5:bb:0d:42:7d:37:5e:
H A D013.phpt18 $rc = mysqli_query($link, "CREATE TABLE test_bind_result(c1 tinyint, c2 smallint,
/PHP-5.6/ext/standard/
H A Diptc.c135 int c1, c2; in php_iptc_skip_variable() local
137 if ((c1 = php_iptc_get1(fp, spool, spoolbuf TSRMLS_CC)) == EOF) return M_EOI; in php_iptc_skip_variable()
141 length = (((unsigned char) c1) << 8) + ((unsigned char) c2); in php_iptc_skip_variable()
/PHP-5.6/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt256 c1 => c1
288 e1 => c1
H A Dconvert_cyr_string_basic.phpt133 224: c1
/PHP-5.6/ext/dom/examples/
H A Ddom1.inc14 <row><entry>a1</entry><entry morerows='1'>b1</entry><entry>c1</entry></row>
/PHP-5.6/ext/dom/tests/
H A Ddom_test.inc14 <row><entry>a1</entry><entry morerows='1'>b1</entry><entry>c1</entry></row>
/PHP-5.6/Zend/
H A Dzend_operators.c2214 int c1, c2; in zend_binary_strcasecmp() local
2224 if (c1 != c2) { in zend_binary_strcasecmp()
2225 return c1 - c2; in zend_binary_strcasecmp()
2236 int c1, c2; in zend_binary_strncasecmp() local
2245 if (c1 != c2) { in zend_binary_strncasecmp()
2246 return c1 - c2; in zend_binary_strncasecmp()
2257 int c1, c2; in zend_binary_strcasecmp_l() local
2267 if (c1 != c2) { in zend_binary_strcasecmp_l()
2268 return c1 - c2; in zend_binary_strcasecmp_l()
2279 int c1, c2; in zend_binary_strncasecmp_l() local
[all …]
/PHP-5.6/ext/gd/libgd/
H A Dgdkanji.c233 register unsigned char c1 = *p1; in SJIStoJIS() local
236 register int rowOffset = c1 < 160 ? 112 : 176; in SJIStoJIS()
239 *p1 = ((c1 - rowOffset) << 1) - adjust; in SJIStoJIS()

Completed in 57 milliseconds

12345678910