Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 25 of 51) sorted by last modified time

123

/PHP-5.5/ext/xsl/tests/
H A Dxslt001.phpt19 a1 b1 c1 <br/>
H A Dxslt002.phpt26 a1 b1 c1 <br>
H A Dxslt003.phpt20 a1 b1 c1 <br/>
H A Dxslt004.phpt26 a1 b1 c1 <br/>
H A Dxslt005.phpt27 a1 b1 c1 <br/>
H A Dxslt006.phpt20 a1 b1 c1 <br/>
H A Dxslt007.phpt21 a1 b1 c1 <br/>
H A Dxslt008.phpt28 a1 b1 c1 <br/>
H A Dxslt012.phpt49 a1 b1 c1 <br/>
/PHP-5.5/ext/standard/tests/versioning/
H A Dversion_compare.phpt76 1.0b1 = 1.0b1
334 1.0b1 lt 1.0b1 : false
335 1.0b1 < 1.0b1 : false
336 1.0b1 le 1.0b1 : true
337 1.0b1 <= 1.0b1 : true
338 1.0b1 gt 1.0b1 : false
340 1.0b1 ge 1.0b1 : true
341 1.0b1 >= 1.0b1 : true
342 1.0b1 eq 1.0b1 : true
343 1.0b1 = 1.0b1 : true
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_basic9.phpt43 string(7) "b 84 b1"
H A Dvprintf_basic9.phpt58 b 84 b1
H A Dvfprintf_basic9.phpt58 b 84 b1
H A Dstrtolower-win32.phpt240 b1 => b1
H A Dstrtoupper1-win32.phpt240 b1 => b1
H A Dstrnatcmp_basic.phpt12 $b1 = "abc10";
22 var_dump(strnatcmp($a1, $b1));
25 var_dump(strnatcmp($b1, $c1));
31 var_dump(strnatcmp($b1, $c2));
36 var_dump(strnatcmp($b1, $b1));
37 var_dump(strnatcmp($b1, $b2));
40 var_dump(strnatcmp($b1, $a1));
43 var_dump(strnatcmp($c1, $b1));
46 var_dump(strnatcmp($b1, $a2));
H A Dsprintf_basic9.phpt52 string(7) "b 84 b1"
H A Dprintf_basic9.phpt79 b 84 b1
H A Dhtml_entity_decode_iso8859-15.phpt168 PLUS-MINUS SIGN: &#xB1; => b1
169 &#xB1; => b1
H A Dhtml_entity_decode_macroman.phpt303 PLUS-MINUS SIGN: &#xB1; => b1
304 &#xB1; => b1
H A Dhtml_entity_decode_win1251.phpt300 PLUS-MINUS SIGN: &#xB1; => b1
301 &#xB1; => b1
H A Dhtmlentities-utf-3.phpt45 for ($b1 = 0xC0; $b1 < 0xE0; $b1++) {
47 $s = chr($b1).chr($b2);
54 for ($b1 = 0xE0; $b1 < 0xEF; $b1++) {
56 $s = chr($b1).chr($b2)."\x80";
59 $s = chr($b1).chr($b2)."\xBF";
65 for ($b1 = 0xF0; $b1 < 0xFF; $b1++) {
67 $s = chr($b1).chr($b2)."\x80\x80";
70 $s = chr($b1).chr($b2)."\xBF\x80";
73 $s = chr($b1).chr($b2)."\x80\xBF";
76 $s = chr($b1).chr($b2)."\xBF\xBF";
H A Dhtml_entity_decode_cp866.phpt296 MEDIUM SHADE: &#x2592; => b1
H A Dhtml_entity_decode_iso8859-5.phpt168 CYRILLIC CAPITAL LETTER BE: &#x411; => b1
H A Dhtml_entity_decode_koi8-r.phpt296 BOX DRAWINGS DOUBLE VERTICAL AND RIGHT: &#x2560; => b1

Completed in 88 milliseconds

123