Home
last modified time | relevance | path

Searched refs:B (Results 176 – 200 of 867) sorted by relevance

12345678910>>...35

/PHP-8.3/ext/standard/tests/url/
H A Dbug69976.phpt5 var_dump(parse_url("/busca/?fq=B:20001"));
6 var_dump(parse_url("/busca/?fq=B:200013"));
15 string(10) "fq=B:20001"
21 string(11) "fq=B:200013"
/PHP-8.3/tests/classes/
H A Dproperty_override_protectedStatic_private.phpt14 class B extends A
16 private $p = "B::p";
26 $b = new B;
31 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 11
H A Dproperty_override_publicStatic_private.phpt14 class B extends A
16 private $p = "B::p";
26 $b = new B;
31 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 11
H A Dproperty_override_protected_private.phpt14 class B extends A
16 private $p = "B::p";
27 $b = new B;
32 Fatal error: Access level to B::$p must be protected (as in class A) or weaker in %s on line 11
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_052.phpt9 public \B $b1;
12 public ?\B $b2;
25 uninitialized(B)
31 uninitialized(?B)
H A Dtyped_properties_058.phpt13 class B {
22 $o = new B();
31 Cannot assign int to property B::$foo of type string
32 Cannot assign int to property B::$foo of type string
/PHP-8.3/ext/reflection/tests/
H A Dgh9470.phpt12 class B extends A {}
14 echo (string) new ReflectionMethod('B', 'publicMethod');
15 echo (string) new ReflectionMethod('B', 'protectedMethod');
16 echo (string) new ReflectionMethod('B', 'privateMethod');
18 $r = new ReflectionClass('B');
H A Dproperty_exists.phpt147 ===B===
148 B::$a
150 B::$b
152 B::$c
154 B::$d
156 B::$e
159 B::$a
161 B::$b
163 B::$c
165 B::$d
[all …]
H A DReflectionClass_toString_003.phpt11 Class B extends A {
14 Class C extends B {
20 foreach (array('A', 'B', 'C', 'D') as $class) {
52 ----( Reflection class B: )----
53 Class [ <user> class B extends A ] {
77 Class [ <user> class C extends B ] {
H A DReflectionObject_getConstructor_basic.phpt19 class B {
20 function B() {}
23 class C extends B {
35 'B', 'C', 'D1', 'D2', 'X', 'Y');
52 No constructor for B
/PHP-8.3/Zend/tests/
H A Dclass_constant_inheritance_mutable_data.phpt19 eval('class B extends A implements I {}');
20 var_dump(new B);
21 var_dump(B::X, B::X2);
32 object(B)#1 (0) {
H A Dclosure_059.phpt8 class B {
12 $b = new B;
37 Exception: {closure}(): Argument #1 ($a) must be of type A, B given, called in %s on line %d
38 Exception: {closure}(): Argument #1 ($a) must be of type A, B given
39 Exception: {closure}(): Argument #1 ($a) must be of type A, B given
H A Dlsb_023.phpt13 class B extends A {
14 protected static function value() { return 'B'; }
20 B::out();
25 B
H A Dbug30140.phpt11 class B extends A {
20 var_dump(B::$test1);
21 var_dump(B::$test2);
22 var_dump(B::$test3);
H A Dclosure_039.phpt17 class B extends A {
25 $a = new B(-5);
26 $b = new B(10);
40 $cb = $ca->bindTo($b, 'B');
41 $cb2 = Closure::bind($ca, $b, 'B');
58 Fatal error: Uncaught Error: Cannot access private property B::$x in %s:%d
/PHP-8.3/ext/soap/tests/
H A Dclassmap003.phpt16 class B extends A {
25 return new B(5);
47 array('classmap'=>array('A'=>'A','B'=>'B')));
51 B Object
/PHP-8.3/Zend/tests/return_types/
H A Dnever_covariance.phpt27 class B extends A
51 (new B)->foo();
57 (new B)->bar();
63 (new B)->baz();
69 (new B)->someReturningStaticMethod();
/PHP-8.3/ext/gmp/tests/
H A Dbug80560.phpt79 var_dump(gmp_init('0B', 2));
92 $function('0B');
93 echo $function, ' failed with 0B', \PHP_EOL;
110 $function('0B', 1);
111 echo $function, ' failed with 0B', \PHP_EOL;
128 $function('0B', 1);
129 echo $function, ' arg 1 failed with 0B', \PHP_EOL;
144 $function(1, '0B');
162 $function('0B', 1, 1);
178 $function(1, '0B', 1);
[all …]
/PHP-8.3/ext/pdo/tests/
H A Dpdo_011.phpt120 test(2,B)
132 string(1) "B"
147 Test1::factory(2,B)
148 Test1::__construct(2,B)
166 string(1) "B"
185 Test1::factory(2,B)
186 Test1::__construct(2,B)
204 string(1) "B"
235 string(1) "B"
261 string(1) "B"
[all …]
/PHP-8.3/ext/standard/tests/strings/
H A Dbug27675.phpt5 echo str_ireplace('/*<B>', '<B>', '/*<b> I am a comment</b>*/');
8 <B> I am a comment</b>*/
/PHP-8.3/Zend/tests/traits/
H A Dconflict003.phpt16 trait B {
21 echo 'B';
26 use A, B;
31 Fatal error: Trait method B::smallTalk has not been applied as Talker::smallTalk, because of collis…
/PHP-8.3/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt95 if (substr($from, 0, 3) == "\x1B(B")
99 …rpos($from, "\x1B\$B") !== false || strpos($from, "\x1B(I") !== false || strpos($from, "\x1B\$@") …
100 $from .= "\x1B(B";
169 testValid("\x1B\$B" . $from, $to, 'ISO-2022-JP-KDDI');
203 testValidString("\x00#\x20\xE3", "\x1B\$B\x71\x69\x1B(B", 'UTF-16BE', 'ISO-2022-JP-KDDI', false); /…
205 testValidString("\x1B\$(B\x21\x21", "\x30\x00", 'ISO-2022-JP-KDDI', 'UTF-16BE', false); // Try ESC …
210 testValidString("\x30\x00\xFF\x67", "\x1B\$B\x21\x21\x1B(I'\x1B(B", "UTF-16BE", "ISO-2022-JP-KDDI",…
220 testValidString("\x00\x01\xF1\xF0\x00\x01\xF1\xF7", "\x1B\$B\x70\x55\x1B(B", "UTF-32BE", "ISO-2022-…
224 testValidString("\x00\xA5", "\x1B\$B!o\x1B(B", "UTF-16BE", "ISO-2022-JP-KDDI", false);
225 testValidString("\x20\x3E", "\x1B\$B!1\x1B(B", "UTF-16BE", "ISO-2022-JP-KDDI", false);
[all …]
/PHP-8.3/ext/standard/tests/serialize/
H A D__serialize_005.phpt19 class B extends A {
36 $obj = new B([$common], [$common]);
42 string(63) "O:1:"B":2:{i:0;a:1:{i:0;O:8:"stdClass":0:{}}i:1;a:1:{i:0;r:3;}}"
43 object(B)#3 (2) {
50 ["data2":"B":private]=>
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c57 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2)); in emit_single_op()
99 FAIL_IF(push_inst(compiler, AND | S(src2) | A(dst) | B(TMP_REG1))); in emit_single_op()
104 return push_inst(compiler, XOR | S(dst) | A(dst) | B(TMP_REG1)); in emit_single_op()
134 return push_inst(compiler, ADD | D(dst) | A(src1) | B(src2)); in emit_single_op()
140 return push_inst(compiler, ADDE | D(dst) | A(src1) | B(src2)); in emit_single_op()
150 FAIL_IF(push_inst(compiler, CMPL | CRD(0) | A(src1) | B(src2))); in emit_single_op()
153 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op()
163 FAIL_IF(push_inst(compiler, CMP | CRD(0) | A(src1) | B(src2))); in emit_single_op()
166 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op()
184 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op()
[all …]
/PHP-8.3/Zend/tests/type_declarations/intersection_types/variance/
H A Dvalid1.phpt7 interface B {}
10 class Test implements A, B, C {}
19 public function foo(): A&B {
25 public function foo(): A&B&C {

Completed in 96 milliseconds

12345678910>>...35