Home
last modified time | relevance | path

Searched refs:b2 (Results 1 – 25 of 32) sorted by last modified time

12

/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch641 + strstr(hc->useragent, "MSIE 4.0b2;") != NULL))
/PHP-5.5/
H A Dmakerpm14 number, e.g. ${PREFIX}5 or ${PREFIX}5b2
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt241 b2 => b2
H A Dstrtoupper1-win32.phpt241 b2 => b2
H A Dstrnatcmp_basic.phpt17 $b2 = "ABC10";
28 var_dump(strnatcmp($a1, $b2));
37 var_dump(strnatcmp($b1, $b2));
49 var_dump(strnatcmp($c1, $b2));
H A Dhtml_entity_decode_iso8859-15.phpt171 SUPERSCRIPT TWO: ² => b2
172 ² => b2
H A Dhtml_entity_decode_macroman.phpt306 LESS-THAN OR EQUAL TO: ≤ => b2
H A Dhtml_entity_decode_win1251.phpt303 CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I: І => b2
H A Dhtmlentities-utf-3.phpt46 for ($b2 = 0x80; $b2 < 0xBF; $b2++) {
47 $s = chr($b1).chr($b2);
55 for ($b2 = 0x80; $b2 < 0xBF; $b2++) {
56 $s = chr($b1).chr($b2)."\x80";
59 $s = chr($b1).chr($b2)."\xBF";
66 for ($b2 = 0x80; $b2 < 0xBF; $b2++) {
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.phpt299 DARK SHADE: &#x2593; => b2
H A Dhtml_entity_decode_iso8859-5.phpt171 CYRILLIC CAPITAL LETTER VE: &#x412; => b2
H A Dhtml_entity_decode_koi8-r.phpt299 BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE: &#x2561; => b2
H A Dbug65947.phpt11 $b2 = basename($filename);
12 if ($filename != $b2)
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_arrays_002.phpt27 $b[2] = "b2.changed";
146 string(10) "b2.changed"
190 string(10) "b2.changed"
230 &string(10) "b2.changed"
232 &string(10) "b2.changed"
278 string(10) "b2.changed"
320 &string(10) "b2.changed"
322 &string(10) "b2.changed"
362 &string(10) "b2.changed"
366 &string(10) "b2.changed"
[all …]
H A Dserialization_arrays_003.phpt27 $b[2] = "b2.changed";
116 string(10) "b2.changed"
160 string(10) "b2.changed"
204 string(10) "b2.changed"
248 string(10) "b2.changed"
288 &string(10) "b2.changed"
290 &string(10) "b2.changed"
292 &string(10) "b2.changed"
H A Dserialization_arrays_004.phpt27 $b[2] = "b2.changed";
109 string(10) "b2.changed"
181 string(10) "b2.changed"
263 &string(10) "b2.changed"
265 &string(10) "b2.changed"
267 &string(10) "b2.changed"
H A Dserialization_arrays_005.phpt125 &string(12) "b2.0.changed"
138 &string(12) "b2.0.changed"
146 string(12) "b2.1.changed"
216 string(10) "b2.changed"
263 &string(12) "b2.0.changed"
276 &string(12) "b2.0.changed"
278 &string(12) "b2.1.changed"
334 &string(12) "b2.0.changed"
347 &string(12) "b2.0.changed"
401 &string(12) "b2.0.changed"
[all …]
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c23246 u8 b2 = *(((u8 *)pMem->z) + 1);
23247 if( b1==0xFE && b2==0xFF ){
23250 if( b1==0xFF && b2==0xFE ){
/PHP-5.5/ext/reflection/tests/
H A Dbug49719.phpt33 $b2 = new ReflectionClass('B2');
34 $prop = $b2->getProperty('a');
36 var_dump($prop->getValue(new b2));
H A DReflectionClass_newInstanceArgs_001.phpt46 $b2 = $rcB->newInstanceArgs(array('x', 123));
47 var_dump($b1, $b2);
H A DReflectionClass_newInstance_001.phpt46 $b2 = $rcB->newInstance('x', 123);
47 var_dump($b1, $b2);
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput10413 \x{b2}
414 0: \x{b2}
2225 \x{0392}\x{03b2}\x{03d0}
2226 0: \x{392}\x{3b2}\x{3d0}
2228 /\x{03b2}+/8i
2229 \x{0392}\x{03b2}\x{03d0}
2230 0: \x{392}\x{3b2}\x{3d0}
2233 \x{0392}\x{03b2}\x{03d0}
2234 0: \x{392}\x{3b2}\x{3d0}
H A Dtestoutput6219 \x{b2}
220 0: \x{b2}
1675 \x{0392}\x{03b2}\x{03d0}
1676 0: \x{392}\x{3b2}\x{3d0}
1678 /[z\x{03b2}]+/8i
1680 0: \x{392}\x{3b2}\x{3d0}
1684 0: \x{392}\x{3b2}\x{3d0}
1967 0: \x{392}\x{3b2}\x{3d0}
1969 /\x{03b2}+/8i
1971 0: \x{392}\x{3b2}\x{3d0}
[all …]
H A Dtestinput6135 \x{b2}
980 \x{0392}\x{03b2}\x{03d0}
982 /[z\x{03b2}]+/8i
983 \x{0392}\x{03b2}\x{03d0}
986 \x{0392}\x{03b2}\x{03d0}
1188 \x{0392}\x{03b2}\x{03d0}
1190 /\x{03b2}+/8i
1191 \x{0392}\x{03b2}\x{03d0}
1194 \x{0392}\x{03b2}\x{03d0}
H A Dtestinput10227 \x{b2}
1197 \x{0392}\x{03b2}\x{03d0}
1199 /\x{03b2}+/8i
1200 \x{0392}\x{03b2}\x{03d0}
1203 \x{0392}\x{03b2}\x{03d0}

Completed in 381 milliseconds

12