Home
last modified time | relevance | path

Searched refs:B0 (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/standard/tests/strings/
H A Dquoted_printable_encode_002.phpt36 =BE=D0=B4=D0=B5=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B0 =D0=B2 =D1=8E=D0=BD=
37 =D0=B8=D0=BA=D0=BE=D0=B4=D0=B5=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B0 =D0=
39 =D0=BA=D0=B0 =D0=B2 =D1=8E=D0=BD=D0=B8=D0=BA=D0=BE=D0=B4=D0=B5=D1=81=D1=
40 =82=D1=80=D0=BE=D0=BA=D0=B0 =D0=B2 =D1=8E=D0=BD=D0=B8=D0=BA=D0=BE=D0=B4=
41 =D0=B5=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B0 =D0=B2 =D1=8E=D0=BD=D0=B8=D0=
42 =BA=D0=BE=D0=B4=D0=B5=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B0 =D0=B2 =D1=8E=
45 =BE=D0=BA=D0=B0 =D0=B2 =D1=8E=D0=BD=D0=B8=D0=BA=D0=BE=D0=B4=D0=B5=D1=81=
46 =D1=82=D1=80=D0=BE=D0=BA=D0=B0 =D0=B2 =D1=8E=D0=BD=D0=B8=D0=BA=D0=BE=D0=
47 =B4=D0=B5=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B0 =D0=B2 =D1=8E=D0=BD=D0=B8=
48 =D0=BA=D0=BE=D0=B4=D0=B5=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B0 =D0=B2 =D1=
[all …]
H A Dhttp_build_query_variation2.phpt38 …5B3%5D=val2&9%5Bstring%5D=string&name=homepage&page=10&sort%5B0%5D=desc&sort%5Badmin%5D%5B0%5D=adm…
39 …val2&prefix_9%5Bstring%5D=string&name=homepage&page=10&sort%5B0%5D=desc&sort%5Badmin%5D%5B0%5D=adm…
H A Dhtmlentities_html5.phpt162 ° U+000B0
660 ↰ U+021B0
867 ⊰ U+022B0
966 ⎰ U+023B0
1207 ⦰ U+029B0
H A Dhtmlentities_html4.phpt82 ° U+000B0
/PHP-5.5/ext/json/tests/
H A Dbug54058.phpt8 $bad_utf8 = quoted_printable_decode('=B0');
14 $a->foo = quoted_printable_decode('=B0');
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getInterfaces_001.phpt9 class B0 extends A0 {}
31 $classes = array( 'A0', 'A1', 'B0', 'B1',
54 ---( Interfaces implemented by B0 )---
/PHP-5.5/ext/openssl/tests/
H A Dbug28382.phpt35 string(59) "B0:A7:FF:F9:41:15:DE:23:39:BD:DD:31:0F:97:A0:B2:A2:74:E0:FC"
/PHP-5.5/ext/standard/html_tables/
H A Dents_html5.txt282 Lsh 021B0
675 bemptyv 029B0
883 deg 000B0
1276 lmoust 023B0
1277 lmoustache 023B0
1313 lsh 021B0
1654 prurel 022B0
H A Dents_html401.txt18 deg 00B0
H A Dents_xhtml.txt17 deg 00B0
/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c545 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha256_crypt_r() argument
547 unsigned int w = ((B2) << 16) | ((B1) << 8) | (B0); \ in php_sha256_crypt_r()
H A Dcrypt_sha512.c580 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha512_crypt_r() argument
582 unsigned int w = ((B2) << 16) | ((B1) << 8) | (B0); \ in php_sha512_crypt_r()

Completed in 20 milliseconds