Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-7.0/ext/mbstring/tests/
H A Dmb_output_handler_shift_jis.phpt12 var_dump("�e�X�g�p���{�ꕶ����B���̃��W���[����PHP�Ƀ}���`�o�C�g�֐�������܂��B");
/PHP-7.0/tests/classes/
H A Dinheritance_003.phpt11 class B extends A
20 Warning: Declaration of B::f() should be compatible with A::f($x) in %sinheritance_003.php on line …
H A Dinheritance_004.phpt11 class B extends A
20 Warning: Declaration of B::f($x) should be compatible with A::f() in %sinheritance_004.php on line …
/PHP-7.0/Zend/tests/
H A Dbug43200_2.phpt10 abstract class B implements A {
14 class C extends B {
H A Dinvalid_parent_const_ref_leak.phpt7 const B = parent::C;
11 A::B;
H A Dget_class_vars_001.phpt12 class B extends A {
20 var_dump(get_class_vars('B'));
H A Dns_040.phpt8 const B = A;
21 function f5($x=B) {
41 echo B;
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 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 Dbug70997.phpt14 class B extends A {
23 $b = new B;
/PHP-7.0/Zend/tests/return_types/
H A Dinheritance001.phpt11 class B extends A {
16 Fatal error: Declaration of B::foo(): StdClass must be compatible with A::foo(): A in %s on line %d
H A Dinheritance003.phpt11 class B implements A {
16 Fatal error: Declaration of B::foo(): StdClass must be compatible with A::foo(): A in %s on line %d
H A Dinheritance002.phpt11 class B extends A {
16 Fatal error: Declaration of B::foo(): StdClass must be compatible with A::foo(): A in %s on line %d
/PHP-7.0/Zend/tests/traits/
H A Dbug65576a.phpt22 class B extends A
27 new B();
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.0/ext/reflection/tests/
H A DReflectionClass_setStaticPropertyValue_001.phpt16 class B extends A {
29 echo "\nSet static values in B:\n";
30 $rcB = new ReflectionClass('B');
32 $rcB->setStaticPropertyValue("\0B\0privateOverridden", "new value 5");
63 Set static values in B:
/PHP-7.0/ext/iconv/tests/
H A Diconv004.phpt15 string(19) ": =?ISO-8859-1?B??="
16 string(19) ": =?ISO-8859-1?B??="
/PHP-7.0/ext/oci8/tests/
H A Dbug44206.phpt29 oci_execute($result['B']);
31 oci_fetch_array($result['B'], $mode);
33 oci_free_statement($result['B']);
/PHP-7.0/ext/standard/tests/strings/
H A Dvsprintf_basic9.phpt40 string(1) "B"
42 string(4) "B 84"
44 string(7) "B 84 B1"
/PHP-7.0/ext/standard/tests/time/
H A Dstrptime_basic.phpt26 $str = strftime("%r %B%e %Y %Z", $tstamp);
27 var_dump(strptime($str, '%H:%M:%S %p %B %d %Y'));
32 $str = strftime("%A %B %e %R", $tstamp);
33 var_dump(strptime($str, '%A %B %e %R'));
H A Dstrptime_parts.phpt26 $str = strftime("%r %B%e %Y %Z", $tstamp);
27 $res = strptime($str, '%H:%M:%S %p %B %d %Y %Z');
44 $str = strftime("%A %B %e %R", $tstamp);
45 $res = strptime($str, '%A %B %e %R');
/PHP-7.0/ext/standard/tests/
H A Dbug75220.phpt9 class B {};
10 class A extends B
/PHP-7.0/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"

Completed in 23 milliseconds

12345678910>>...23