Home
last modified time | relevance | path

Searched refs:c3 (Results 26 – 50 of 78) sorted by relevance

1234

/PHP-8.0/ext/oci8/tests/
H A Dpassword.phpt38 $c3 = oci_connect("testuser_pw", "testuserpwd", $dbase);
39 var_dump($c3);
40 $rn3 = (int)$c3;
H A Dpassword_2.phpt37 $c3 = oci_pconnect("testuser_pw2", "testuserpwd", $dbase);
38 var_dump($c3);
39 $rn3 = (int)$c3;
H A Dedition_2.phpt74 $c3 = get_conn(3); //oci_new_connect()
75 get_edit_attr($c3);
83 oci_close($c3);
135 $c3 = get_conn(1);
136 get_edit_attr($c3);
140 oci_close($c3);
H A Dbug41069.phpt32 c3 varchar2(1000 byte),
48 "insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c13, c15) values
51 "insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c15) values
H A Dbind_misccoltypes.phpt76 . " :c3, "
95 $c3 = "varchar210";
109 oci_bind_by_name($s, ":c3", $c3);
/PHP-8.0/ext/mysqli/tests/
H A D043.phpt24 mysqli_stmt_bind_param($stmt, "sii", $c1, $c2, $c3);
28 $c3 = 2;
H A D060.phpt27 c3 smallint,
63 ["c3"]=>
H A D048.phpt29 $stmt->bind_result($c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11);
34 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8,$c9,$c10,$c11);
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);
/PHP-8.0/ext/xsl/tests/
H A Dxslt001.phpt19 �3 b3 c3 <br/>
H A Dxslt003.phpt20 �3 b3 c3 <br/>
H A Dxslt006.phpt20 �3 b3 c3 <br/>
H A Dxslt007.phpt21 �3 b3 c3 <br/>
H A Dxslt005.phpt27 �3 b3 c3 <br/>
H A Dxslt008-mb.phpt28 �3 b3 c3 <br/>
H A Dxslt008.phpt28 �3 b3 c3 <br/>
H A Dxslt004.phpt27 ä3 b3 c3 <br/>
H A Dxslt002.phpt26 �3 b3 c3 <br>
H A Dxslt012.phpt49 �3 b3 c3 <br/>
/PHP-8.0/ext/iconv/tests/
H A Dbug53304.phpt7 echo iconv_mime_decode('=?utf-8?Q?Nachricht_=c3=bcber_Kontaktformular_www.inexio.net?=', 0, 'UTF-8'…
/PHP-8.0/tests/classes/
H A Dconstants_basic_001.phpt13 const c3 = + 1, c4 = + 1.5;
35 var_dump(C::c3);
/PHP-8.0/ext/gd/tests/
H A Dcolorexact.phpt22 $c3 = imagecolorallocatealpha($im, 255,200,0,100);
/PHP-8.0/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt250 c3 => c3
282 e3 => c3
/PHP-8.0/ext/standard/
H A Dcrypt_blowfish.c385 unsigned int tmp, c1, c2, c3, c4; in BF_decode() local
393 BF_safe_atoi64(c3, *sptr++); in BF_decode()
394 *dptr++ = ((c2 & 0x0F) << 4) | ((c3 & 0x3C) >> 2); in BF_decode()
398 *dptr++ = ((c3 & 0x03) << 6) | c4; in BF_decode()
/PHP-8.0/ext/dom/tests/
H A Ddom_test.inc16 <row><entry>a3</entry><entry>b3</entry><entry>c3</entry></row>

Completed in 33 milliseconds

1234