Home
last modified time | relevance | path

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

12345678910

/PHP-7.0/ext/xsl/tests/
H A Dxslt006.phpt20 a1 b1 c1 <br/>
H A Dxslt007.phpt21 a1 b1 c1 <br/>
H A Dxslt005.phpt27 a1 b1 c1 <br/>
H A Dxslt004.phpt26 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-7.0/ext/mysqli/tests/
H A D002.phpt35 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11);
40 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8,$c9,$c10,$c11);
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:
/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c231 int c1, s, w; in mbfl_filt_conv_jis_ms_wchar() local
271 c1 = filter->cache; in mbfl_filt_conv_jis_ms_wchar()
273 s = (c1 - 0x21)*94 + c - 0x21; in mbfl_filt_conv_jis_ms_wchar()
290 w = (c1 << 8) | c; in mbfl_filt_conv_jis_ms_wchar()
301 w = (c1 << 8) | c; in mbfl_filt_conv_jis_ms_wchar()
312 w = (c1 << 8) | c; in mbfl_filt_conv_jis_ms_wchar()
411 int c1, s; in mbfl_filt_conv_wchar_jis_ms() local
436 c1 = c & ~MBFL_WCSPLANE_MASK; in mbfl_filt_conv_wchar_jis_ms()
437 if (c1 == MBFL_WCSPLANE_JIS0208) { in mbfl_filt_conv_wchar_jis_ms()
439 } else if (c1 == MBFL_WCSPLANE_JIS0212) { in mbfl_filt_conv_wchar_jis_ms()
/PHP-7.0/ext/standard/
H A Diptc.c135 int c1, c2; in php_iptc_skip_variable() local
137 if ((c1 = php_iptc_get1(fp, spool, spoolbuf)) == EOF) return M_EOI; in php_iptc_skip_variable()
141 length = (((unsigned char) c1) << 8) + ((unsigned char) c2); in php_iptc_skip_variable()
/PHP-7.0/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");
/PHP-7.0/ext/dom/examples/
H A Ddom1.inc14 <row><entry>a1</entry><entry morerows='1'>b1</entry><entry>c1</entry></row>
/PHP-7.0/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt256 c1 => c1
288 e1 => c1
/PHP-7.0/ext/dom/tests/
H A Ddom_test.inc14 <row><entry>a1</entry><entry morerows='1'>b1</entry><entry>c1</entry></row>
/PHP-7.0/ext/gd/libgd/
H A Dgdkanji.c232 register unsigned char c1 = *p1; in SJIStoJIS() local
235 register int rowOffset = c1 < 160 ? 112 : 176; in SJIStoJIS()
238 *p1 = ((c1 - rowOffset) << 1) - adjust; in SJIStoJIS()
/PHP-7.0/Zend/
H A Dzend_operators.c2637 int c1, c2; in zend_binary_strcasecmp() local
2647 if (c1 != c2) { in zend_binary_strcasecmp()
2648 return c1 - c2; in zend_binary_strcasecmp()
2659 int c1, c2; in zend_binary_strncasecmp() local
2668 if (c1 != c2) { in zend_binary_strncasecmp()
2669 return c1 - c2; in zend_binary_strncasecmp()
2680 int c1, c2; in zend_binary_strcasecmp_l() local
2690 if (c1 != c2) { in zend_binary_strcasecmp_l()
2691 return c1 - c2; in zend_binary_strcasecmp_l()
2702 int c1, c2; in zend_binary_strncasecmp_l() local
[all …]

Completed in 41 milliseconds

12345678910