Searched refs:B1 (Results 1 – 22 of 22) sorted by relevance
/PHP-5.5/Zend/tests/ |
H A D | access_modifiers_009.phpt | 11 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 D | access_modifiers_008.phpt | 11 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 D | bug51791.phpt | 9 var_dump(constant('A::B1')); 13 Warning: constant(): Couldn't find constant A::B1 in %s on line %d
|
H A D | bug37632.phpt | 14 class B1 extends A1 31 $b = new B1; 129 B1::doTest
|
H A D | is_a.phpt | 22 var_dump(is_a($a, "B1"));
|
/PHP-5.5/ext/mbstring/tests/ |
H A D | mb_encode_mimeheader_indent.phpt | 99 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 D | mb_encode_mimeheader_basic.phpt | 70 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 D | http_build_query_variation2.phpt | 38 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 D | vsprintf_basic9.phpt | 44 string(7) "B 84 B1"
|
H A D | vprintf_basic9.phpt | 60 B 84 B1
|
H A D | sprintf_basic9.phpt | 53 string(7) "B 84 B1"
|
H A D | vfprintf_basic9.phpt | 59 B 84 B1
|
H A D | printf_basic9.phpt | 81 B 84 B1
|
H A D | htmlentities_html4.phpt | 83 ± U+000B1 194 α U+003B1
|
H A D | htmlentities_html5.phpt | 163 ± 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 D | lob_001.phpt | 86 ["B1"]=> 95 ["B1"]=>
|
/PHP-5.5/ext/reflection/tests/ |
H A D | ReflectionClass_getInterfaces_001.phpt | 11 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 D | ents_html401.txt | 19 plusmn 00B1 123 alpha 03B1
|
H A D | ents_xhtml.txt | 18 plusmn 00B1 155 alpha 03B1
|
H A D | ents_html5.txt | 393 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 D | crypt_sha256.c | 545 #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 D | crypt_sha512.c | 580 #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 43 milliseconds