Home
last modified time | relevance | path

Searched refs:B (Results 251 – 275 of 596) sorted by relevance

1...<<11121314151617181920>>...24

/PHP-7.2/Zend/tests/return_types/
H A Dinheritance002.phpt10 class B extends A {
14 Fatal error: Declaration of B::foo(): StdClass must be compatible with A::foo(): A in %s on line %d
H A D031.phpt8 class B extends A {
14 Fatal error: Declaration of B::foo(): ?int must be compatible with A::foo(): int in %s031.php on li…
/PHP-7.2/ext/standard/tests/time/
H A Dstrptime_basic.phpt25 $str = strftime("%r %B%e %Y %Z", $tstamp);
26 var_dump(strptime($str, '%H:%M:%S %p %B %d %Y'));
31 $str = strftime("%A %B %e %R", $tstamp);
32 var_dump(strptime($str, '%A %B %e %R'));
H A Dstrptime_parts.phpt25 $str = strftime("%r %B%e %Y %Z", $tstamp);
26 $res = strptime($str, '%H:%M:%S %p %B %d %Y %Z');
43 $str = strftime("%A %B %e %R", $tstamp);
44 $res = strptime($str, '%A %B %e %R');
/PHP-7.2/ext/standard/tests/
H A Dbug75220.phpt9 class B {};
10 class A extends B
/PHP-7.2/Zend/tests/
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 Dbug41633_2.phpt6 const A = self::B;
11 Fatal error: Uncaught Error: Undefined class constant 'self::B' in %sbug41633_2.php:5
H A Dbug70215.phpt12 class B extends A { }
14 $b = new B;
H A Dbug70997.phpt14 class B extends A {
23 $b = new B;
H A Dinter_007.phpt7 static function B();
20 Fatal error: Cannot make non static method c::B() static in class d in %s on line %d
H A Dbug49893.phpt14 class B {
21 $b = new B();
H A Dbug64354.phpt5 class B implements Serializable {
15 $data = array(new B);
H A Dbug71428.1.phpt8 class B extends A {
12 Warning: Declaration of B::m(array $a = Array) should be compatible with A::m(?array $a = NULL) in …
H A Dns_033.phpt6 use \B;
10 Warning: The use statement with non-compound name 'B' has no effect in %sns_033.php on line 3
H A Dbug30451.phpt16 class B extends A {
30 new B;
/PHP-7.2/Zend/tests/nullable_types/
H A Dcovariant_nullable_param_fails.phpt10 class B implements A {
14 Fatal error: Declaration of B::method(int $p) must be compatible with A::method(?int $p) in %s on l…
/PHP-7.2/Zend/tests/traits/
H A Dbug65576b.phpt23 class B extends A
28 new B();
H A Dstatic_forward_static_call.phpt20 class B extends A {
24 echo B::test();
/PHP-7.2/tests/classes/
H A Dconstants_visibility_error_003.phpt10 class B extends A {
14 Fatal error: Access level to B::publicConst must be public (as in class A) in %s on line 9
H A Dconstants_visibility_error_004.phpt10 class B extends A {
14 Fatal error: Access level to B::protectedConst must be protected (as in class A) or weaker in %s on…
/PHP-7.2/ext/opcache/tests/
H A Dcompact_literals.phpt46 class B extends A {
47 public static $name = "B";
51 class C extends B {
57 B::Say();
59 B::say();
172 string(1) "B"
174 string(1) "B"
/PHP-7.2/ext/pdo/tests/
H A Dpdo_003.phpt19 $db->exec("INSERT INTO test VALUES(2, 'B')");
47 string(1) "B"
49 string(1) "B"
/PHP-7.2/ext/spl/tests/
H A Diterator_012.phpt8 $it = new NoRewindIterator(new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C')));
31 1=>B
H A Diterator_019.phpt8 $it = new NoRewindIterator(new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C')));
31 1=>B
/PHP-7.2/tests/lang/
H A D032.phpt9 class B extends A {
13 class C extends B {

Completed in 51 milliseconds

1...<<11121314151617181920>>...24