Home
last modified time | relevance | path

Searched refs:B (Results 201 – 225 of 566) sorted by relevance

12345678910>>...23

/PHP-7.0/Zend/tests/
H A Dbug41633_4.phpt6 const A = self::B;
7 const B = "ok";
H A Dns_036.phpt8 use A as B;
21 function f4($x = B\ArrayObject::STD_PROP_LIST) {
26 var_dump(B\ArrayObject::STD_PROP_LIST);
H A Dns_089.phpt11 class B { function __construct() {echo __METHOD__,"\n";} }
19 B,
34 new B;
48 Foo\Bar\Baz\B::__construct
H A Dns_090.phpt11 class B { function __construct() {echo __METHOD__,"\n";} }
17 use Foo\Bar\Baz\{ A, B, C as AC, D };
25 new B;
39 Foo\Bar\Baz\B::__construct
H A Dclosure_055.phpt16 class B extends A {}
18 var_dump(B::foo());
H A Dclosure_056.phpt16 class B extends A {}
18 var_dump(B::foo());
H A Dbug64239_1.phpt9 class B extends A {
17 print_r(get_class_methods("B"));
H A Dbug69568.phpt17 class B extends A {
20 $fn = B::test();
H A Dbug45742.phpt8 const B = 1;
14 Constants::B => 42,
H A Dbug69420.phpt18 class B extends A {
26 $b = new B();
H A Dclosure_053.phpt16 class B extends A {}
18 $b = new B;
H A Dclosure_054.phpt16 class B extends A {}
18 $b = new B;
H A Dns_030.phpt8 use A\B as Foo;
12 Fatal error: Cannot use A\B as Foo because the name is already in use in %sns_030.php on line 5
/PHP-7.0/sapi/cli/tests/
H A D013.phpt2 running PHP code before and after processing input lines with -B and -E
18 var_dump(`cat "$filename_txt" | "$php" -n -B 'var_dump("start");'`);
20 var_dump(`cat "$filename_txt" | "$php" -n -B 'var_dump("start");' -E 'var_dump("end");'`);
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug64146.phpt14 $this->a[] = new B(1);
15 $this->a[] = new B(2);
19 class B implements Serializable
/PHP-7.0/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic.phpt13 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
32 var_dump(mb_encode_mimeheader($input, 'UTF-8', 'B'));
42 var_dump(mb_encode_mimeheader($input, 'UTF-8', 'B'));
60 string(52) "=?UTF-8?B?5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CC?="
67 string(115) "=?UTF-8?B?zpHPhc+Ez4wgzrXOr869zrHOuSDOtc67zrvOt869zrnOus+MIM66zrXOr868?=
68 =?UTF-8?B?zrXOvc6/LiAwMTIzNDU2Nzg5Lg==?="
H A Dmb_send_mail02.phpt37 Subject: =?ISO-2022-JP?B?GyRCJUYlOSVIGyhCIEphcGFuZXNl?=
42 $B%F%9%H(B
/PHP-7.0/ext/standard/tests/strings/
H A Dhtmlentities21.phpt77 0000B: 262378464646443b 262378464646443b
93 0000B: 262378464646443b 262378464646443b
109 0000B: 262378464646443b 262378464646443b
125 0000B: 262378464646443b 262378464646443b
141 0000B: 262378464646443b 262378464646443b
157 0000B: 262378464646443b 262378464646443b
173 0000B: 262378464646443b 262378464646443b
189 0000B: 262378464646443b 262378464646443b
/PHP-7.0/ext/standard/tests/array/
H A Darray_user_key_compare.phpt5 $arr = array("A" => 1, "B" => 1);
19 string(1) "B"
/PHP-7.0/ext/filter/tests/
H A D027.phpt23 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn"
26 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn"
29 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn"
/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_001.phpt16 class B extends A {
30 echo "\nRetrieving static values from B:\n";
31 $rcB = new ReflectionClass('B');
33 var_dump($rcB->getStaticPropertyValue("\0B\0privateOverridden"));
61 Retrieving static values from B:
H A DReflectionClass_export_array_bug72222.phpt7 const B = ["a", "b"];
17 Constant [ array B ] { Array }
/PHP-7.0/ext/standard/tests/general_functions/
H A Dis_callable_abstract_method.phpt10 class B extends A {
14 $foo = [new B, 'A::foo'];
/PHP-7.0/Zend/tests/return_types/
H A D027.phpt7 class B extends A {}
10 var_dump($c->bindTo(null, 'B')(new A));
/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uuencode.c126 int A, B, C, D = UUDEC(c); in mbfl_filt_conv_uudec() local
128 B = (filter->cache >> 8) & 0xff; in mbfl_filt_conv_uudec()
132 CK((*filter->output_function)( (A << 2) | (B >> 4), filter->data)); in mbfl_filt_conv_uudec()
134 CK((*filter->output_function)( (B << 4) | (C >> 2), filter->data)); in mbfl_filt_conv_uudec()

Completed in 25 milliseconds

12345678910>>...23