Home
last modified time | relevance | path

Searched refs:B (Results 226 – 250 of 623) sorted by relevance

12345678910>>...25

/PHP-7.4/Zend/tests/
H A Djump14.phpt9 B:
15 goto B;
H A Dbug47343.phpt14 $this->data['foo'] = new B($this);
15 $this->data['bar'] = new B($this);
21 class B
H A Dget_class_vars_004.phpt11 static private $B = 4;
48 ["B"]=>
62 ["B"]=>
H A Dns_036.phpt6 use A as B;
19 function f4($x = B\ArrayObject::STD_PROP_LIST) {
24 var_dump(B\ArrayObject::STD_PROP_LIST);
H A Dbug41633_1.phpt6 const A = self::B;
7 const B = "ok";
H A Dbug41633_4.phpt6 const A = self::B;
7 const B = "ok";
H A Dget_class_vars_002.phpt12 class B extends A {
18 class C extends B {
21 var_dump(get_class_vars('B'));
H A Dbug77613.phpt11 class B extends A { }
13 class C extends B {
H A Dbug77922.phpt11 class B extends A {
14 class C extends B {
H A Dbug69676_3.phpt14 class B extends A {
15 const N = 'B';
18 var_dump(B::selfN); // A
19 var_dump(B::parentN); // P
H A Dns_089.phpt11 class B { function __construct() {echo __METHOD__,"\n";} }
19 B,
34 new B;
47 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;
38 Foo\Bar\Baz\B::__construct
H A Dclosure_055.phpt15 class B extends A {}
17 var_dump(B::foo());
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_defaultArg.phpt15 class B {
21 echo new \ReflectionMethod('B', 'bar');
42 Parameter #0 [ <optional> $a = 'B' ]
/PHP-7.4/tests/classes/
H A D__call_006.phpt16 class B extends A {
18 B::unknownCalledWithSROFromChild(1,2,3);
39 $b = new B();
68 object(B)#%d (0) {
74 object(B)#%d (0) {
H A D__call_007.phpt16 class B extends A {
18 B::unknownCalledWithSROFromChild(1,2,3);
39 $b = new B();
69 object(B)#2 (0) {
75 object(B)#2 (0) {
/PHP-7.4/ext/iconv/tests/
H A Dbug51250.phpt9 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?B?Kg==?= .", $m));
11 var_dump(iconv_mime_decode("Illegal encoded-word: =?utf-8?B?".chr(0xA1)."?= .", $m));
14 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?B?Kg==?= ."));
16 var_dump(iconv_mime_decode("Illegal encoded-word: =?utf-8?B?".chr(0xA1)."?= ."));
/PHP-7.4/ext/standard/tests/array/
H A Darray_user_key_compare.phpt5 $arr = array("A" => 1, "B" => 1);
19 string(1) "B"
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug64146.phpt14 $this->a[] = new B(1);
15 $this->a[] = new B(2);
19 class B implements Serializable
H A Dtyped_property_refs.phpt11 class B {
27 var_dump(unserialize('O:1:"B":2:{s:1:"a";i:1;s:1:"b";R:2;}'));
35 var_dump(unserialize('O:1:"B":2:{s:1:"a";N;s:1:"b";R:2;}'));
63 object(B)#1 (2) {
70 Typed property B::$b must be int, null used
/PHP-7.4/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.4/Zend/tests/type_declarations/
H A Dtyped_properties_048.phpt9 class B extends A {
13 var_dump((function () { return $this->prop; })->call(new B));
/PHP-7.4/Zend/tests/nullable_types/
H A Dcontravariant_nullable_param_succeeds.phpt10 class B implements A {
14 $b = new B();
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_callable_abstract_method.phpt10 class B extends A {
14 $foo = [new B, 'A::foo'];
/PHP-7.4/Zend/tests/return_types/
H A D027.phpt7 class B extends A {}
10 var_dump($c->bindTo(null, 'B')(new A));

Completed in 24 milliseconds

12345678910>>...25