Home
last modified time | relevance | path

Searched refs:c2 (Results 101 – 125 of 145) sorted by relevance

123456

/PHP-5.5/ext/xsl/tests/
H A Dxslt002.phpt27 a2 c2 <br>
H A Dxslt012.phpt50 a2 c2 <br/>
/PHP-5.5/ext/hash/tests/
H A Dcrc32.phpt32 352441c2
/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 D013.phpt18 $rc = mysqli_query($link, "CREATE TABLE test_bind_result(c1 tinyint, c2 smallint,
/PHP-5.5/ext/standard/
H A Diptc.c135 int c1, c2; in php_iptc_skip_variable() local
139 if ((c2 = 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.phpt257 c2 => c2
289 e2 => c2
H A Dconvert_cyr_string_basic.phpt134 225: c2
/PHP-5.5/ext/dom/examples/
H A Ddom1.inc15 <row><entry>a2</entry><entry>c2</entry></row>
/PHP-5.5/ext/dom/tests/
H A Ddom_test.inc15 <row><entry>a2</entry><entry>c2</entry></row>
H A Ddom001.phpt204 <row><entry>a2</entry><entry>c2</entry></row>
265 <row><entry>a2</entry><entry>c2</entry></row>
/PHP-5.5/ext/oci8/tests/
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.phpt11 var_dump($c2 = oci_connect($user, $password, $dbase, ""));
H A Dedition_2.phpt119 $c2 = get_conn(1);
120 get_edit_attr($c2);
124 get_edit_attr($c2);
131 oci_close($c2);
H A Dbind_char_1.phpt28 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
114 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
150 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
H A Dbind_char_1_11gR1.phpt27 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
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 Dbug42173.phpt19 c2 TIMESTAMP (5),
/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/ereg/regex/
H A Dregcomp.c1302 samesets(g, c1, c2) in samesets() argument
1305 int c2;
1311 register unsigned uc2 = (unsigned char)c2;
1330 register int c2; local
1341 for (c2 = c+1; c2 <= UCHAR_MAX; c2++)
1342 if (cats[c2] == 0 && samesets(g, c, c2))
1343 cats[c2] = cat;
H A Dregcomp.ih39 static int samesets(register struct re_guts *g, int c1, int c2);
/PHP-5.5/ext/gd/libgd/
H A Dgdkanji.c234 register unsigned char c2 = *p2; in SJIStoJIS() local
235 register int adjust = c2 < 159; in SJIStoJIS()
237 register int cellOffset = adjust ? (31 + (c2 > 127)) : 126; in SJIStoJIS()
H A Dgd_crop.c161 int c2 = gdImageGetPixel(im, x, y); in gdImageCropAuto() local
162 match = (color == c2); in gdImageCropAuto()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput6339 \x{2c2}
340 0: \x{2c2}
1752 0: \x{3a3}\x{3c2}\x{3c3}
1754 /[z\x{03c2}]+/8i
1756 0: \x{3a3}\x{3c2}\x{3c3}
1760 0: \x{3a3}\x{3c2}\x{3c3}
1834 0: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2}
1851 0: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2}
2049 0: \x{3a3}\x{3c2}\x{3c3}
2051 /\x{03c2}+/8i
[all …]
H A Dtestoutput166 +++\x{c2}
10 +++\x{c2}

Completed in 39 milliseconds

123456