Home
last modified time | relevance | path

Searched refs:B (Results 201 – 225 of 504) sorted by relevance

12345678910>>...21

/PHP-5.5/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-5.5/Zend/tests/
H A Dbug69420.phpt18 class B extends A {
26 $b = new B();
H A Dclosure_053.phpt16 class B extends A {}
18 $b = new B;
H A Dclosure_054.phpt16 class B extends A {}
18 $b = new B;
H A Dns_030.phpt8 use A\B as Foo;
12 Fatal error: Cannot use A\B as Foo because the name is already in use in %sns_030.php on line 5
H A Dbug43200_2.phpt10 abstract class B implements A {
14 class C extends B {
H A Dns_040.phpt8 const B = A;
21 function f5($x=B) {
41 echo B;
H A Dbug40784.phpt10 class B extends A {
17 $b = new B;
H A Dget_class_vars_001.phpt12 class B extends A {
20 var_dump(get_class_vars('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
/PHP-5.5/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-5.5/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-5.5/tests/classes/
H A Dinheritance_003.phpt11 class B extends A
20 Strict Standards: Declaration of B::f() should be compatible with A::f($x) in %sinheritance_003.php…
H A Dinheritance_004.phpt11 class B extends A
20 Strict Standards: Declaration of B::f() should be compatible with A::f() in %sinheritance_004.php o…
/PHP-5.5/tests/lang/
H A D041.phpt10 $wrongClassname = 'B';
20 Fatal error: Class 'B' not found in %s041.php on line %d
H A D043.phpt10 $wrongClassname = 'B';
19 Fatal error: Class 'B' not found in %s043.php on line %d
H A D044.phpt9 $wrongClassname = 'B';
21 Fatal error: Class 'B' not found in %s044.php on line %d
/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_basic9.phpt40 string(1) "B"
42 string(4) "B 84"
44 string(7) "B 84 B1"
/PHP-5.5/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-5.5/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-5.5/ext/iconv/tests/
H A Diconv004.phpt15 string(19) ": =?ISO-8859-1?B??="
16 string(19) ": =?ISO-8859-1?B??="
/PHP-5.5/ext/pdo/tests/
H A Dpdo_003.phpt19 $db->exec("INSERT INTO test VALUES(2, 'B')");
47 string(1) "B"
49 string(1) "B"

Completed in 29 milliseconds

12345678910>>...21