Home
last modified time | relevance | path

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

12345678910>>...35

/PHP-8.3/sapi/phpdbg/tests/
H A Dphpdbg_break_next.phpt12 >00005: echo 'B';
14 prompt> B
22 echo 'B';
/PHP-8.3/tests/func/
H A D006.phpt15 echo 'B';
21 var_dump( $b ); // 2B
25 string(2) "2B"
/PHP-8.3/ext/mbstring/tests/
H A Dcp5022x_encoding.phpt111 if (substr($from, 0, 3) == "\x1B(B")
116 $from .= "\x1B(B";
192 convertValidString("\xFF\x61\x22\x25", "\x0E\x21\x0F\x1B\$B\x21\x42\x1B(B", 'UTF-16BE', 'CP50222', …
199 testValid("\x1B\$B" . $cp932, $utf16BE, 'CP50220');
211 convertValidString("\x22\x25", "\x1B\$B\x21\x42\x1B(B", 'UTF-16BE', $encoding, false);
212 convertValidString("\xFF\x0D", "\x1B\$B\x21\x5D\x1B(B", 'UTF-16BE', $encoding, false);
213 convertValidString("\xFF\xE0", "\x1B\$B\x21\x71\x1B(B", 'UTF-16BE', $encoding, false);
214 convertValidString("\xFF\xE1", "\x1B\$B\x21\x72\x1B(B", 'UTF-16BE', $encoding, false);
215 convertValidString("\xFF\xE2", "\x1B\$B\x22\x4C\x1B(B", 'UTF-16BE', $encoding, false);
334 …convertValidString(pack('n', $cp), "\x1B\$B" . pack('n', $kuten) . "\x1B(B", 'UTF-16BE', 'CP50220'…
[all …]
/PHP-8.3/Zend/tests/type_declarations/dnf_types/redundant_types/
H A Dobject_and_dnf_type.phpt7 interface B {}
9 function test(): (A&B)|object {}
14 Fatal error: Type (A&B)|object contains both object and a class type, which is redundant in %s on l…
H A Dobject_and_dnf_type2.phpt7 interface B {}
9 function test(): object|(A&B) {}
14 Fatal error: Type (A&B)|object contains both object and a class type, which is redundant in %s on l…
H A Dless_restrive_type_constraint_already_present001.phpt7 interface B {}
9 function test(): (A&B)|A {}
14 Fatal error: Type A&B is redundant as it is more restrictive than type A in %s on line %d
H A Dless_restrive_type_constraint_already_present002.phpt7 interface B {}
9 function test(): A|(A&B) {}
14 Fatal error: Type A&B is redundant as it is more restrictive than type A in %s on line %d
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_088.phpt9 class B {
19 test(new B);
27 object(B)#1 (1) {
H A Dtyped_class_constants_inheritance_error6.phpt10 class B implements A {
11 public const CONST1 = 'B';
16 Fatal error: Type of B::CONST1 must be compatible with A::CONST1 of type string in %s on line %d
/PHP-8.3/Zend/tests/
H A Dgh10709_3.phpt20 class B {
26 var_dump(new B());
29 var_dump(new B());
33 object(B)#3 (1) {
H A Dbug48770.phpt12 class B extends A {
14 echo "B::func called\n";
22 class C extends B {
35 B::func called
H A Dgh7792_3.phpt10 interface B {
14 enum Foo implements A, B {}
18 Fatal error: Enum Foo inherits both A::FOO and B::FOO, which is ambiguous in %s on line %d
H A Dbug69676.phpt10 class B extends A {
11 const myConst = "const in B";
14 var_dump(B::myDynConst);
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";
/PHP-8.3/Zend/tests/return_types/
H A Dinheritance006.phpt16 public static function test() : B {
17 return new B;
25 B
/PHP-8.3/Zend/tests/traits/
H A Dbug55137.phpt12 class B {
19 B::foo();
20 B::baz();
/PHP-8.3/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.3/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.3/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
/PHP-8.3/Zend/tests/prop_const_expr/
H A Drhs_object.phpt7 class B {}
9 const A_prop = (new A)->{new B};
15 Fatal error: Uncaught Error: Object of class B could not be converted to string in %s:%d
H A Drhs_object_nullsafe.phpt7 class B {}
9 const A_prop = (new A)?->{new B};
15 Fatal error: Uncaught Error: Object of class B could not be converted to string in %s:%d
H A Drhs_prop_not_found.phpt7 case B;
10 const A_prop = A::B->prop;
13 const A_prop_nullsafe = A::B?->prop;
/PHP-8.3/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

Completed in 27 milliseconds

12345678910>>...35