Home
last modified time | relevance | path

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

12345678910

/PHP-7.4/ext/xsl/tests/
H A Dxslt006.phpt18 a1 b1 c1 <br/>
H A Dxslt001.phpt17 a1 b1 c1 <br/>
H A Dxslt003.phpt18 a1 b1 c1 <br/>
H A Dxslt007.phpt19 a1 b1 c1 <br/>
H A Dxslt005.phpt25 a1 b1 c1 <br/>
H A Dxslt008-mb.phpt26 a1 b1 c1 <br/>
H A Dxslt008.phpt26 a1 b1 c1 <br/>
H A Dxslt004.phpt24 a1 b1 c1 <br/>
H A Dxslt002.phpt24 a1 b1 c1 <br>
H A Dxslt012.phpt47 a1 b1 c1 <br/>
/PHP-7.4/ext/oci8/tests/
H A Darray_bind_012.phpt14 oci_bind_array_by_name($statement, ":c1", $array, 5, -10, SQLT_CHR);
H A Dfield_funcs3.phpt14 "insert into field_funcs3_tab values ('c1', 'c2', 3, '01-Jan-2010')"
63 string(2) "c1"
H A Darray_bind_010.phpt14 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_CHR);
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_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_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)",
/PHP-7.4/tests/classes/
H A Dconstants_basic_001.phpt14 const c1 = 1, c2 = 1.5;
36 var_dump(C::c1);
/PHP-7.4/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.phpt42 if (!mysqli_query($link,"CREATE TABLE t_061 (c1 varchar(10), c2 varchar(10))"))
52 if ($result = mysqli_query($link, "SELECT c1,c2 FROM t_061")) {
/PHP-7.4/ext/standard/
H A Diptc.c133 int c1, c2; in php_iptc_skip_variable() local
135 if ((c1 = php_iptc_get1(fp, spool, spoolbuf)) == EOF) return M_EOI; in php_iptc_skip_variable()
139 length = (((unsigned char) c1) << 8) + ((unsigned char) c2); in php_iptc_skip_variable()
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c241 int c1, s, w; in mbfl_filt_conv_jis_ms_wchar() local
281 c1 = filter->cache; in mbfl_filt_conv_jis_ms_wchar()
283 s = (c1 - 0x21)*94 + c - 0x21; in mbfl_filt_conv_jis_ms_wchar()
300 w = (c1 << 8) | c; in mbfl_filt_conv_jis_ms_wchar()
311 w = (c1 << 8) | c; in mbfl_filt_conv_jis_ms_wchar()
322 w = (c1 << 8) | c; in mbfl_filt_conv_jis_ms_wchar()
421 int c1, s; in mbfl_filt_conv_wchar_jis_ms() local
446 c1 = c & ~MBFL_WCSPLANE_MASK; in mbfl_filt_conv_wchar_jis_ms()
447 if (c1 == MBFL_WCSPLANE_JIS0208) { in mbfl_filt_conv_wchar_jis_ms()
449 } else if (c1 == MBFL_WCSPLANE_JIS0212) { in mbfl_filt_conv_wchar_jis_ms()
/PHP-7.4/ext/dom/tests/
H A Ddom_test.inc14 <row><entry>a1</entry><entry morerows='1'>b1</entry><entry>c1</entry></row>
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt256 c1 => c1
288 e1 => c1

Completed in 39 milliseconds

12345678910