Home
last modified time | relevance | path

Searched refs:B (Results 1 – 25 of 623) sorted by path

12345678910>>...25

/PHP-7.4/
H A DCODING_STANDARDS.md184 BTreeMap // B-tree Map
H A DEXTENSIONS39 PRIMARY MAINTAINER: Marcus Börger <helly@php.net>, Edin Kadribasic <edink@php.net>
72 PRIMARY MAINTAINER: Marcus Börger <helly@php.net> (2002 - 2007)
161 PRIMARY MAINTAINER: Marcus Börger <helly@php.net> (2002 - 2007)
183 Marcus Börger <helly@php.net> (2003 - 2006)
189 PRIMARY MAINTAINER: Marcus Börger <helly@php.net> (2003 - 2008)
413 Marcus Börger <helly@php.net> (2008 - 2008)
436 PRIMARY MAINTAINER: Marcus Börger <helly@php.net> (2003 - 2009)
473 PRIMARY MAINTAINER: Marcus Börger <helly@php.net> (2003 - 2009)
H A DNEWS864 posix_getgrgid and others). (Böszörményi Zoltán)
H A DREADME.REDIST.BINS112 PCRE2, it must respect the condition, but if package B is software that
113 includes package A, the condition is not imposed on package B unless it uses
H A DUPGRADING218 class B extends A {}
224 public function method(): B {}
/PHP-7.4/Zend/tests/
H A Dabstract_inheritance_001.phpt7 abstract class B extends A { abstract function bar($x); }
H A Dabstract_inheritance_002.phpt7 abstract class B extends A { abstract function bar($x, $y = 0); }
H A Dabstract_inheritance_003.phpt7 abstract class B extends A { abstract function bar($x); }
12 Fatal error: Declaration of B::bar($x) must be compatible with A::bar($x, $y = 0) in %s
H A Dbug28442.phpt22 ClassB::$prop = '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 Dbug30451.phpt16 class B extends A {
30 new B;
H A Dbug30828.phpt31 class B extends A {
45 $b = new B();
47 B::bar();
51 #1 B->__construct() called at [%sbug30828.php:42]
53 B->__construct
55 #1 B->foo() called at [%sbug30828.php:43]
57 B->foo
59 #1 B::bar() called at [%sbug30828.php:44]
61 B::bar
H A Dbug31098.phpt27 echo $simpleString["wrong"] === "B"?"ok\n":"bug\n";
28 echo $simpleString["0"] === "B"?"ok\n":"bug\n";
H A Dbug32290.phpt87 echo "\n===B===\n";
105 ===B===
H A Dbug33171.phpt10 class B extends A
12 private $c = "B's c";
23 $x = new B;
27 c => B's c
H A Dbug33732.phpt12 class B extends A implements iA {
17 echo B::cA;
H A Dbug34678.phpt11 class B extends A {
17 if (is_callable(array('B', 'foo'))) {
18 call_user_func(array('B', 'foo'));
H A Dbug34893.phpt14 class B {
24 $b = new B;
H A Dbug37212.phpt21 class B extends A
31 $B = new B("B");
32 var_dump($B);
36 $B->copyValue($C);
38 var_dump($B);
43 object(B)#%d (1) {
45 string(1) "B"
51 object(B)#%d (1) {
H A Dbug37715.phpt7 'A', 'B', 'C', 'D',
H A Dbug38772.phpt16 class B extends A {
35 $b = new B();
H A Dbug40784.phpt10 class B extends A {
17 $b = new B;
/PHP-7.4/Zend/tests/anon/
H A D002.phpt7 interface B{
11 $a = new class extends A implements B {
17 var_dump($a instanceof A, $a instanceof B);
/PHP-7.4/Zend/tests/array_unpack/
H A Dclasses.phpt13 public const A = [...self::B];
14 public const B = [...self::A];
46 Exception: Cannot declare self-referencing constant 'self::B'
/PHP-7.4/Zend/tests/assert/
H A Dexpect_015.phpt24 abstract class A extends B implements C, D {
110 declare(A=1,B=2);
166 abstract class A extends B implements C, D {
261 declare(A = 1, B = 2);

Completed in 52 milliseconds

12345678910>>...25