Home
last modified time | relevance | path

Searched refs:B2 (Results 1 – 15 of 15) sorted by relevance

/PHP-5.3/ext/standard/tests/strings/
H A Dquoted_printable_encode_002.phpt36 =D0=B4=D0=B5=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B0 =D0=B2 =D1=8E=D0=BD=D0=B8=
37 =D0=BA=D0=BE=D0=B4=D0=B5=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B0 =D0=B2 =D1=8E=
39 =D0=B2 =D1=8E=D0=BD=D0=B8=D0=BA=D0=BE=D0=B4=D0=B5=D1=81=D1=82=D1=80=D0=BE=
40 =D0=BA=D0=B0 =D0=B2 =D1=8E=D0=BD=D0=B8=D0=BA=D0=BE=D0=B4=D0=B5=D1=81=D1=82=
41 =D1=80=D0=BE=D0=BA=D0=B0 =D0=B2 =D1=8E=D0=BD=D0=B8=D0=BA=D0=BE=D0=B4=D0=B5=
42 =D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B0 =D0=B2 =D1=8E=D0=BD=D0=B8=D0=BA=D0=BE=
43 =D0=B4=D0=B5=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B0 =D0=B2 =D1=8E=D0=BD=D0=B8=
44 =D0=BA=D0=BE=D0=B4=D0=B5=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B0 =D0=B2 =D1=8E=
46 =D0=B2 =D1=8E=D0=BD=D0=B8=D0=BA=D0=BE=D0=B4=D0=B5=D1=81=D1=82=D1=80=D0=BE=
47 =D0=BA=D0=B0 =D0=B2 =D1=8E=D0=BD=D0=B8=D0=BA=D0=BE=D0=B4=D0=B5=D1=81=D1=82=
[all …]
H A Dhtmlentities_html4.phpt84 ² U+000B2
195 β U+003B2
/PHP-5.3/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.3/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.3/ext/reflection/tests/
H A Dbug49719.phpt29 class B2 extends A2 {
33 $b2 = new ReflectionClass('B2');
/PHP-5.3/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.3/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.3/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.3/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 26 milliseconds