Home
last modified time | relevance | path

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

12345678910>>...31

/PHP-8.1/sapi/phpdbg/tests/
H A Dphpdbg_break_next.phpt12 >00005: echo 'B';
14 prompt> B
22 echo 'B';
/PHP-8.1/tests/func/
H A D006.phpt15 echo 'B';
21 var_dump( $b ); // 2B
25 string(2) "2B"
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_088.phpt9 class B {
19 test(new B);
27 object(B)#1 (1) {
/PHP-8.1/Zend/tests/closures/
H A Dclosure_from_callable_rebinding.phpt12 class B {
16 $fn->call(new B);
20 Warning: Cannot bind method A::method() to object of class B in %s on line %d
/PHP-8.1/Zend/tests/return_types/
H A Dinheritance006.phpt16 public static function test() : B {
17 return new B;
25 B
/PHP-8.1/Zend/tests/traits/
H A Dbug55137.phpt12 class B {
19 B::foo();
20 B::baz();
/PHP-8.1/ext/standard/tests/array/
H A Dbug26458.phpt12 ["A%0B"]=>
16 'A' . "\0" . 'B' => 'Hello world',
18 ["A%0B"]=>
H A Darray_splice_variation3.phpt104 string(1) "B"
149 string(1) "B"
194 string(1) "B"
235 string(1) "B"
276 string(1) "B"
311 string(1) "B"
350 string(1) "B"
395 string(1) "B"
428 string(1) "B"
473 string(1) "B"
[all …]
/PHP-8.1/Zend/tests/type_declarations/variance/
H A Dstatic_variance_failure.phpt9 class B extends A {
15 Fatal error: Declaration of B::test(): B must be compatible with A::test(): static in %s on line %d
H A Dclass_order_autoload_error6.phpt12 } else if ($class == 'B') {
13 class B extends A {
16 var_dump(new B);
30 var_dump(new B);
/PHP-8.1/Zend/tests/
H A Dbug41633_3.phpt6 const A = Foo::B;
7 const B = Foo::A;
12 Fatal error: Uncaught Error: Cannot declare self-referencing constant Foo::B in %s:%d
H A Dctor_promotion_untyped_default.phpt13 class B extends A {
20 var_dump(new B);
24 object(B)#1 (1) {
H A Dns_039.phpt8 function bar($a = array(A => B)) {
15 const B = A;
17 echo B . "\n";
H A Dbug69676.phpt10 class B extends A {
11 const myConst = "const in B";
14 var_dump(B::myDynConst);
H A Dbug42937.phpt17 class B extends A {
23 B::test5();
31 $b = new B();
44 #0 %s(%d): B->test()
H A Dbug34678.phpt11 class B extends A {
17 if (is_callable(array('B', 'foo'))) {
18 call_user_func(array('B', 'foo'));
H A Dbug47699.phpt10 class B extends A {
12 B::test();
13 spl_autoload_register('B::test');
H A Dget_class_methods_002.phpt11 class B implements A {
17 var_dump(get_class_methods('B'));
23 new B;
H A Dlsb_017.phpt14 class B extends A {
21 echo A::test(B::test(C::test(D::test())))."\n";
26 B
H A Dbug44414.phpt8 interface B {
11 class C extends A implements B {
15 … therefore be declared abstract or implement the remaining methods (A::foo, B::bar) in %sbug44414.…
/PHP-8.1/ext/spl/tests/
H A Diterator_013.phpt17 $it->append(new ArrayIterator(array(0 => 'A', 1 => 'B')));
52 1=>B
55 1=>B
61 1=>B
/PHP-8.1/ext/standard/tests/strings/
H A Dhtmlentities19.phpt19 string(9) "A�>B"
21 string(9) "A�>B"
27 string(18) "A��B�C☺�"
29 string(18) "A��B�C☺�"
/PHP-8.1/tests/classes/
H A Dmethod_override_optional_arg_002.phpt10 class B extends A {
16 $b = new B();
21 Fatal error: Declaration of B::foo() must be compatible with A::foo($arg = 1) in %s on line %d
H A Dbug75765.phpt7 class A extends B {}
10 var_dump(class_exists('B'));
19 Fatal error: Uncaught Error: Class "B" not found in %s:%d
/PHP-8.1/ext/reflection/tests/
H A Dbug75231.phpt17 class B extends A
20 print_r((new ReflectionMethod(B::class, 'method'))->invoke(new A()).PHP_EOL);
21 print_r((new ReflectionProperty(B::class, 'prop'))->getValue(new A()).PHP_EOL);

Completed in 39 milliseconds

12345678910>>...31