Home
last modified time | relevance | path

Searched refs:B1 (Results 1 – 22 of 22) sorted by relevance

/PHP-5.5/Zend/tests/
H A Daccess_modifiers_009.phpt11 class B1 extends A {
12 static protected function f() {return 'B1::f()';}
16 var_dump(is_callable('B1::f'));
17 B1::f();
26 Fatal error: Call to protected method B1::f() from context 'B2' in %s on line %d
H A Daccess_modifiers_008.phpt11 class B1 extends A {
12 static protected function f() {return 'B1::f()';}
15 static public function test() {echo B1::f();}
21 Fatal error: Call to protected method B1::f() from context 'B2' in %s on line %d
H A Dbug51791.phpt9 var_dump(constant('A::B1'));
13 Warning: constant(): Couldn't find constant A::B1 in %s on line %d
H A Dbug37632.phpt14 class B1 extends A1
31 $b = new B1;
129 B1::doTest
H A Dis_a.phpt22 var_dump(is_a($a, "B1"));
/PHP-5.5/ext/mbstring/tests/
H A Dmb_encode_mimeheader_indent.phpt99 string(249) "=?UTF-8?Q?=CE=91=CF=85=CF=84=CF=8C=20=CE=B5=CE=AF=CE=BD=CE=B1?=
107 string(249) "=?UTF-8?Q?=CE=91=CF=85=CF=84=CF=8C=20=CE=B5=CE=AF=CE=BD=CE=B1?=
342 =?UTF-8?Q?=20=CE=B5=CE=AF=CE=BD=CE=B1=CE=B9=20=CE=B5=CE=BB=CE=BB=CE=B7?=
351 =?UTF-8?Q?=20=CE=B5=CE=AF=CE=BD=CE=B1=CE=B9=20=CE=B5=CE=BB=CE=BB=CE=B7?=
360 =?UTF-8?Q?=20=CE=B5=CE=AF=CE=BD=CE=B1=CE=B9=20=CE=B5=CE=BB=CE=BB=CE=B7?=
369 =?UTF-8?Q?=CF=8C=20=CE=B5=CE=AF=CE=BD=CE=B1=CE=B9=20=CE=B5=CE=BB=CE=BB?=
378 =?UTF-8?Q?=CF=8C=20=CE=B5=CE=AF=CE=BD=CE=B1=CE=B9=20=CE=B5=CE=BB=CE=BB?=
387 =?UTF-8?Q?=CF=8C=20=CE=B5=CE=AF=CE=BD=CE=B1=CE=B9=20=CE=B5=CE=BB=CE=BB?=
396 =?UTF-8?Q?=CF=8C=20=CE=B5=CE=AF=CE=BD=CE=B1=CE=B9=20=CE=B5=CE=BB=CE=BB?=
405 =?UTF-8?Q?=CF=8C=20=CE=B5=CE=AF=CE=BD=CE=B1=CE=B9=20=CE=B5=CE=BB=CE=BB?=
[all …]
H A Dmb_encode_mimeheader_basic.phpt70 string(249) "=?UTF-8?Q?=CE=91=CF=85=CF=84=CF=8C=20=CE=B5=CE=AF=CE=BD=CE=B1=CE=B9=20?=
/PHP-5.5/ext/standard/tests/strings/
H A Dhttp_build_query_variation2.phpt38 0=20&5=13&9%5B1%5D=val1&9%5B3%5D=val2&9%5Bstring%5D=string&name=homepage&page=10&sort%5B0%5D=desc&s…
39 prefix_0=20&prefix_5=13&prefix_9%5B1%5D=val1&prefix_9%5B3%5D=val2&prefix_9%5Bstring%5D=string&name=…
H A Dvsprintf_basic9.phpt44 string(7) "B 84 B1"
H A Dvprintf_basic9.phpt60 B 84 B1
H A Dsprintf_basic9.phpt53 string(7) "B 84 B1"
H A Dvfprintf_basic9.phpt59 B 84 B1
H A Dprintf_basic9.phpt81 B 84 B1
H A Dhtmlentities_html4.phpt83 ± U+000B1
194 α U+003B1
H A Dhtmlentities_html5.phpt163 ± U+000B1
399 α U+003B1
661 ↱ U+021B1
967 ⎱ U+023B1
1030 ▱ U+025B1
1208 ⦱ U+029B1
/PHP-5.5/ext/oci8/tests/
H A Dlob_001.phpt86 ["B1"]=>
95 ["B1"]=>
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getInterfaces_001.phpt11 class B1 extends A1 {}
31 $classes = array( 'A0', 'A1', 'B0', 'B1',
58 ---( Interfaces implemented by B1 )---
/PHP-5.5/ext/standard/html_tables/
H A Dents_html401.txt19 plusmn 00B1
123 alpha 03B1
H A Dents_xhtml.txt18 plusmn 00B1
155 alpha 03B1
H A Dents_html5.txt393 PlusMinus 000B1
453 Rsh 021B1
613 alpha 003B1
885 demptyv 029B1
1005 fltns 025B1
1622 plusmn 000B1
1625 pm 000B1
1742 rmoust 023B1
1743 rmoustache 023B1
1758 rsh 021B1
/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 47 milliseconds