Home
last modified time | relevance | path

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

12345678910>>...36

/php-src/tests/classes/
H A Dproperty_override_protectedStatic_protected.phpt14 class B extends A
16 protected $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_publicStatic_protected.phpt14 class B extends A
16 protected $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_public.phpt14 class B extends A
16 public $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_public_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 public (as in class A) in %s on line 11
H A Dproperty_override_public_protected.phpt14 class B extends A
16 protected $p = "B::p";
27 $b = new B;
32 Fatal error: Access level to B::$p must be public (as in class A) 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-src/ext/reflection/tests/
H A Dbug79487.phpt16 class B extends A {
17 public static $b = 'B old';
20 $rc = new ReflectionClass(B::class);
31 string(5) "B old"
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-src/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-src/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-src/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-src/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-src/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-src/Zend/tests/
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 Dlsb_023.phpt13 class B extends A {
14 protected static function value() { return 'B'; }
20 B::out();
26 B
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
H A Dclosure_059.phpt8 class B {
12 $b = new B;
37 Exception: {closure:%s:%d}(): Argument #1 ($a) must be of type A, B given, called in %s on line %d
38 Exception: {closure:%s:%d}(): Argument #1 ($a) must be of type A, B given
39 Exception: {closure:%s:%d}(): Argument #1 ($a) must be of type A, B given
/php-src/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-src/Zend/tests/new_without_parentheses/
H A Dnew_without_ctor_arguments_parentheses_static_property.phpt6 class B
12 public static $prop = B::class;
19 object(B)#1 (0) {
/php-src/ext/pdo/tests/
H A Dpdo_011.phpt126 callback(2,B)
138 string(1) "B"
153 Test1::factory(2,B)
154 Test1::__construct(2,B)
172 string(1) "B"
191 Test1::factory(2,B)
192 Test1::__construct(2,B)
210 string(1) "B"
241 string(1) "B"
267 string(1) "B"
[all …]
/php-src/Zend/tests/type_declarations/dnf_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 30 milliseconds

12345678910>>...36