Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-5.3/tests/classes/
H A Dinheritance_003.phpt11 class B extends A
20 Strict Standards: Declaration of B::f() should be compatible with that of A::f() in %sinheritance_0…
H A Dinheritance_004.phpt11 class B extends A
20 Strict Standards: Declaration of B::f() should be compatible with that of A::f() in %sinheritance_0…
H A Dbug23951.phpt15 class B extends A {
22 $b = new B;
/PHP-5.3/tests/lang/
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
H A D032.phpt9 class B extends A {
13 class C extends B {
/PHP-5.3/ext/iconv/tests/
H A Diconv004.phpt15 string(19) ": =?ISO-8859-1?B??="
16 string(19) ": =?ISO-8859-1?B??="
/PHP-5.3/Zend/tests/
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
H A Dbug49893.phpt14 class B {
21 $b = new B();
H A Dbug30451.phpt16 class B extends A {
30 new B;
H A Dbug47801.phpt14 class B extends A
25 $b = new B();
/PHP-5.3/ext/pdo/tests/
H A Dpdo_003.phpt19 $db->exec("INSERT INTO test VALUES(2, 'B')");
47 string(1) "B"
49 string(1) "B"
H A Dpdo_012.phpt19 $db->exec('INSERT INTO test VALUES(2, \'B\', \'Group2\')');
58 string(1) "B"
76 string(1) "B"
94 string(1) "B"
H A Dpdo_013.phpt19 $db->exec('INSERT INTO test VALUES(2, \'B\', \'Group2\')');
65 string(1) "B"
79 string(1) "B"
93 string(1) "B"
/PHP-5.3/ext/session/
H A Dmod_files.bat14 EXIT /B 1
35 SET HashChars=0 1 2 3 4 5 6 7 8 9 A B C D E F
53 EXIT /B 0
57 EXIT /B 0
/PHP-5.3/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
H A Dspl_autoload_010.phpt11 echo "B -> $name\n";
27 B -> C
/PHP-5.3/ext/reflection/tests/
H A Dbug60367.phpt15 class B extends A {
17 const WHAT = 'B';
H A Dbug29268.phpt10 class B{
15 $ref = new reflectionMethod('B','doit');
H A DReflectionProperty_getDeclaringClass_variation1.phpt10 class B extends A {
13 $propInfo = new ReflectionProperty('B', 'prop');
/PHP-5.3/ext/standard/tests/general_functions/
H A Dbug52138.phpt7 define('A', 'B');
31 ["B"]=>
/PHP-5.3/ext/standard/tests/serialize/
H A Dbug62373.phpt6 class B {}
10 $b = new B();

Completed in 23 milliseconds

12345678910>>...17