Home
last modified time | relevance | path

Searched refs:c1 (Results 151 – 175 of 199) sorted by relevance

12345678

/PHP-5.5/ext/xsl/tests/
H A Dxslt002.phpt26 a1 b1 c1 <br>
H A Dxslt012.phpt49 a1 b1 c1 <br/>
/PHP-5.5/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.pem32 02:6b:61:c1:b4:52:63:d7:d8:46:b2:c5:9c:6f:38:91:8a:35:
H A D013.phpt18 $rc = mysqli_query($link, "CREATE TABLE test_bind_result(c1 tinyint, c2 smallint,
/PHP-5.5/ext/oci8/tests/
H A Dbind_char_2_11gR1.phpt26 "create table bind_char_tab (id number, c1 date)",
37 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
H A Dbind_char_2.phpt29 "create table bind_char_tab (id number, c1 date)",
40 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
H A Dbind_misccoltypes.phpt77 . " :c1, "
96 $c1 = "C";
110 oci_bind_by_name($s, ":c1", $c1);
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 Dbug36403.phpt19 "create table bug36403_tab (c1 number, col2 number, column3 number, col4 number)"
H A Dconnect_with_charset_001.phpt10 var_dump($c1 = oci_connect($user, $password, $dbase));
H A Dbind_char_1.phpt28 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
43 $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");
H A Dlob_041.phpt17 "CREATE table lob_041_tab(c1 CLOB)",
H A Dbind_char_1_11gR1.phpt27 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
42 $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");
H A Dbug42173.phpt18 c1 TIMESTAMP,
/PHP-5.5/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.5/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.5/ext/dom/examples/
H A Ddom1.inc14 <row><entry>a1</entry><entry morerows='1'>b1</entry><entry>c1</entry></row>
/PHP-5.5/ext/dom/tests/
H A Ddom_test.inc14 <row><entry>a1</entry><entry morerows='1'>b1</entry><entry>c1</entry></row>
H A Ddom007.phpt25 <course cid="c1">
H A Ddom001.phpt203 <row><entry>a1</entry><entry morerows="1">b1</entry><entry>c1</entry></row>
264 <row><entry>a1</entry><entry morerows="1">b1</entry><entry>c1</entry></row>
/PHP-5.5/Zend/
H A Dzend_operators.c2042 int c1, c2; in zend_binary_strcasecmp() local
2052 if (c1 != c2) { in zend_binary_strcasecmp()
2053 return c1 - c2; in zend_binary_strcasecmp()
2064 int c1, c2; in zend_binary_strncasecmp() local
2073 if (c1 != c2) { in zend_binary_strncasecmp()
2074 return c1 - c2; in zend_binary_strncasecmp()
2085 int c1, c2; in zend_binary_strcasecmp_l() local
2095 if (c1 != c2) { in zend_binary_strcasecmp_l()
2096 return c1 - c2; in zend_binary_strcasecmp_l()
2107 int c1, c2; in zend_binary_strncasecmp_l() local
[all …]
/PHP-5.5/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 70 milliseconds

12345678