Home
last modified time | relevance | path

Searched refs:c2 (Results 51 – 75 of 107) sorted by relevance

12345

/php-src/ext/gd/tests/
H A Dcolorat.phpt22 $c2 = imagecolorallocate($im, 0,0,0);
25 imagesetpixel($im, 3,3, $c2);
H A Dcreatefromstring.phpt33 $c2 = imagecolorallocate($im, 255,0,0);
35 imagesetpixel($im, 3,3, $c2);
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h191 static inline unsigned char* mb_convert_buf_add2(unsigned char *out, char c1, char c2) in mb_convert_buf_add2() argument
194 *out++ = c2; in mb_convert_buf_add2()
198 static inline unsigned char* mb_convert_buf_add3(unsigned char *out, char c1, char c2, char c3) in mb_convert_buf_add3() argument
201 *out++ = c2; in mb_convert_buf_add3()
206 static inline unsigned char* mb_convert_buf_add4(unsigned char *out, char c1, char c2, char c3, cha… in mb_convert_buf_add4() argument
209 *out++ = c2; in mb_convert_buf_add4()
/php-src/ext/dom/tests/
H A Dgh11500.phpt42 $c2 = $b2->appendChild($dom->createElementNS('http://example.com', 'c2'));
46 $c2 = $b2->appendChild($dom->createElementNS('http://example.com', 'c2'));
58 var_dump($c2->namespaceURI);
110 …s="http://example.com"><b1><c1/></b1></a1><a2 xmlns="http://example.com"><b2><c2/></b2></a2></root>
120 <root xmlns="http://example.com"><a1><b1><c1/></b1></a1><a2><b2><c2/></b2></a2></root>
130 …s="http://example.com"><b1><c1/></b1></a1><a2 xmlns="http://example.com"><b2><c2/></b2></a2></root>
140 <root xmlns="http://example.com"><a1><b1><c1/></b1></a1><a2><b2><c2/></b2></a2></root>
/php-src/ext/mysqli/tests/
H A D045.phpt30 mysqli_stmt_bind_result($stmt, $c1, $c2);
33 $test = array ($c1,$c2);
H A D060.phpt27 c2 smallint unsigned,
62 ["c2"]=>
H A D043.phpt25 mysqli_stmt_bind_param($stmt, "sii", $c1, $c2, $c3);
28 $c2 = 1;
H A Dmysqli_stmt_datatype_change.phpt17 if (!$c2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
24 $c2->query("use $db");
41 var_dump($c2->query("alter table type_change drop a"));
H A D048.phpt30 $stmt->bind_result($c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11);
35 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8,$c9,$c10,$c11);
/php-src/tests/classes/
H A Diterators_004.phpt18 class c2 {
46 $obj = new c2();
H A Dconstants_basic_001.phpt12 const c1 = 1, c2 = 1.5;
34 var_dump(C::c2);
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_ucs2.c250 unsigned char c2 = *p++; in mb_ucs2_to_wchar() local
251 uint32_t w = (c1 << 8) | c2; in mb_ucs2_to_wchar()
277 unsigned char c2 = *p++; in mb_ucs2be_to_wchar() local
278 uint32_t w = (c1 << 8) | c2; in mb_ucs2be_to_wchar()
319 unsigned char c2 = *p++; in mb_ucs2le_to_wchar() local
320 uint32_t w = (c2 << 8) | c1; in mb_ucs2le_to_wchar()
H A Dmbfilter_utf32.c263 uint32_t c2 = *p++; in mb_utf32_to_wchar() local
266 uint32_t w = (c1 << 24) | (c2 << 16) | (c3 << 8) | c4; in mb_utf32_to_wchar()
292 uint32_t c2 = *p++; in mb_utf32be_to_wchar() local
295 uint32_t w = (c1 << 24) | (c2 << 16) | (c3 << 8) | c4; in mb_utf32be_to_wchar()
341 uint32_t c2 = *p++; in mb_utf32le_to_wchar() local
344 uint32_t w = (c4 << 24) | (c3 << 16) | (c2 << 8) | c1; in mb_utf32le_to_wchar()
H A Dmbfilter_ucs4.c331 uint32_t c2 = *p++; in mb_ucs4_to_wchar() local
334 uint32_t w = (c1 << 24) | (c2 << 16) | (c3 << 8) | c4; in mb_ucs4_to_wchar()
360 uint32_t c2 = *p++; in mb_ucs4be_to_wchar() local
363 uint32_t w = (c1 << 24) | (c2 << 16) | (c3 << 8) | c4; in mb_ucs4be_to_wchar()
404 uint32_t c2 = *p++; in mb_ucs4le_to_wchar() local
407 uint32_t w = (c4 << 24) | (c3 << 16) | (c2 << 8) | c1; in mb_ucs4le_to_wchar()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h108 sljit_u8 c2 = ic.c.c2; in FF_FUN() local
109 vect_t vc2 = VDUPQ(c2); in FF_FUN()
114 sljit_u8 mask = ic.c.c2; in FF_FUN()
132 PCRE2_UCHAR char1b = ic.c.c2; in FF_FUN()
/php-src/ext/reflection/tests/
H A D022.phpt10 var_dump($class->getConstant("c2"));
H A D021.phpt10 var_dump($class->hasConstant("c2"));
/php-src/ext/mysqli/tests/bind_insert/
H A Dsend_long_data.phpt19 mysqli_query($link,"CREATE TABLE insert_bind_send_long_data(c1 varchar(10), c2 text)");
22 mysqli_stmt_bind_param($stmt, "sb", $c1, $c2);
/php-src/ext/mysqli/tests/bind_fetch/
H A Dvaried_data_types.phpt34 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11, $c12);
39 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8,$c9,$c10,$c11,$c12);
/php-src/ext/xsl/tests/
H A Dxslt001.phpt19 a2 c2 <br/>
H A Dxslt003.phpt20 a2 c2 <br/>
H A Dxslt006.phpt20 a2 c2 <br/>
H A Dxslt007.phpt21 a2 c2 <br/>
H A Dxslt008-mb.phpt26 a2 c2 <br/>
H A Dxslt008.phpt26 a2 c2 <br/>

Completed in 46 milliseconds

12345