Searched refs:B0 (Results 1 – 12 of 12) sorted by relevance
/PHP-8.0/ext/standard/tests/strings/ |
H A D | quoted_printable_encode_002.phpt | 36 =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 D | http_build_query_variation2.phpt | 33 …5B3%5D=val2&9%5Bstring%5D=string&name=homepage&page=10&sort%5B0%5D=desc&sort%5Badmin%5D%5B0%5D=adm… 34 …val2&prefix_9%5Bstring%5D=string&name=homepage&page=10&sort%5B0%5D=desc&sort%5Badmin%5D%5B0%5D=adm…
|
H A D | htmlentities_html5.phpt | 162 ° U+000B0 660 ↰ U+021B0 867 ⊰ U+022B0 966 ⎰ U+023B0 1207 ⦰ U+029B0
|
H A D | htmlentities_html4.phpt | 82 ° U+000B0
|
/PHP-8.0/ext/json/tests/ |
H A D | bug54058.phpt | 6 $bad_utf8 = quoted_printable_decode('=B0'); 12 $a->foo = quoted_printable_decode('=B0');
|
/PHP-8.0/ext/reflection/tests/ |
H A D | ReflectionClass_getInterfaces_001.phpt | 9 class B0 extends A0 {} 31 $classes = array( 'A0', 'A1', 'B0', 'B1', 54 ---( Interfaces implemented by B0 )---
|
/PHP-8.0/ext/openssl/tests/ |
H A D | bug28382.phpt | 34 string(59) "B0:A7:FF:F9:41:15:DE:23:39:BD:DD:31:0F:97:A0:B2:A2:74:E0:FC"
|
/PHP-8.0/ext/standard/html_tables/ |
H A D | ents_html401.txt | 18 deg 00B0
|
H A D | ents_xhtml.txt | 17 deg 00B0
|
H A D | ents_html5.txt | 282 Lsh 021B0 675 bemptyv 029B0 883 deg 000B0 1276 lmoust 023B0 1277 lmoustache 023B0 1313 lsh 021B0 1654 prurel 022B0
|
/PHP-8.0/ext/standard/ |
H A D | crypt_sha256.c | 527 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha256_crypt_r() argument 529 unsigned int w = ((B2) << 16) | ((B1) << 8) | (B0); \ in php_sha256_crypt_r()
|
H A D | crypt_sha512.c | 562 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha512_crypt_r() argument 564 unsigned int w = ((B2) << 16) | ((B1) << 8) | (B0); \ in php_sha512_crypt_r()
|
Completed in 37 milliseconds