Home
last modified time | relevance | path

Searched refs:B2 (Results 1 – 20 of 20) 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=
38 =B2 =D1=8E=D0=BD=D0=B8=D0=BA=D0=BE=D0=B4=D0=B5=D1=81=D1=82=D1=80=D0=BE=
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=
44 =D0=B2 =D1=8E=D0=BD=D0=B8=D0=BA=D0=BE=D0=B4=D0=B5=D1=81=D1=82=D1=80=D0=
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=
[all …]
H A Dhttp_build_query_variation2.phpt38 …D%5B0%5D=admin1&sort%5Badmin%5D%5Badmin2%5D%5Bwho%5D=admin2&sort%5Badmin%5D%5Badmin2%5D%5B2%5D=test
39 …D%5B0%5D=admin1&sort%5Badmin%5D%5Badmin2%5D%5Bwho%5D=admin2&sort%5Badmin%5D%5Badmin2%5D%5B2%5D=test
H A Dhtmlentities_html4.phpt84 ² U+000B2
195 β U+003B2
H A Dhtmlentities_html5.phpt164 ² U+000B2
400 β U+003B2
662 ↲ U+021B2
868 ⊲ U+022B2
1209 ⦲ U+029B2
/PHP-5.5/Zend/tests/
H A Daccess_modifiers_008.phpt14 class B2 extends A {
17 B2::test();
21 Fatal error: Call to protected method B1::f() from context 'B2' in %s on line %d
H A Daccess_modifiers_009.phpt14 class B2 extends A {
20 B2::test();
26 Fatal error: Call to protected method B1::f() from context 'B2' in %s on line %d
H A Dbug28442.phpt35 ClassB::$prop = 'B2';
59 string(2) "B2"
60 string(2) "B2"
H A Dbug33732.phpt30 class B2 extends A2 implements iA2 {
36 echo B2::cA;
H A Dbug37632.phpt42 class B2 extends A2
59 B2::doTest(new C2);
131 B2::doTest
H A Dis_a.phpt26 var_dump(is_subclass_of($a, "B2"));
/PHP-5.5/ext/pdo/tests/
H A Dpdo_015.phpt19 $db->exec('INSERT INTO test VALUES(2, \'A\', \'B2\')');
54 string(2) "B2"
90 string(2) "B2"
98 string(2) "B2"
/PHP-5.5/ext/reflection/tests/
H A Dbug49719.phpt29 class B2 extends A2 {
33 $b2 = new ReflectionClass('B2');
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller6.phar6 …���ж���������a.phps����b�H���l�`�������hiohio<?php function hio(){}j#B2'̅`lL�D��7�����GBMB
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller6.phar6 …���ж���������a.phps����b�H���l�`�������hiohio<?php function hio(){}j#B2'̅`lL�D��7�����GBMB
/PHP-5.5/ext/standard/html_tables/
H A Dents_html401.txt20 sup2 00B2
124 beta 03B2
H A Dents_xhtml.txt19 sup2 00B2
156 beta 03B2
H A Dents_html5.txt251 LeftTriangle 022B2
678 beta 003B2
792 cemptyv 029B2
1231 ldsh 021B2
1894 sup2 000B2
2044 vartriangleleft 022B2
2055 vltri 022B2
/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/
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 37 milliseconds