Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-5.5/Zend/tests/
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 Dbug65911.phpt7 class B
16 $obj = new B();
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;
H A Dbug47801.phpt14 class B extends A
25 $b = new B();
/PHP-5.5/ext/pdo/tests/
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"
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"
/PHP-5.5/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.5/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.5/tests/lang/
H A D032.phpt9 class B extends A {
13 class C extends B {
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug52138.phpt7 define('A', 'B');
31 ["B"]=>
/PHP-5.5/ext/reflection/tests/
H A Dbug29268.phpt10 class B{
15 $ref = new reflectionMethod('B','doit');
H A Dbug60367.phpt15 class B extends A {
17 const WHAT = 'B';
H A DReflectionProperty_getDeclaringClass_variation1.phpt10 class B extends A {
13 $propInfo = new ReflectionProperty('B', 'prop');
H A DReflectionClass_getStaticPropertyValue_001_2_4.phpt16 class B extends A {
30 echo "\nRetrieving static values from B:\n";
31 $rcB = new ReflectionClass('B');
33 var_dump($rcB->getStaticPropertyValue("\0B\0privateOverridden"));
H A DReflectionClass_setStaticPropertyValue_001_2_4.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");
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug62373.phpt6 class B {}
10 $b = new B();
H A Dbug64354_3.phpt11 class B implements Serializable {
20 $data = array(new A, new B);
/PHP-5.5/tests/classes/
H A Dbug23951.phpt15 class B extends A {
22 $b = new B;
/PHP-5.5/Zend/tests/traits/
H A Dbug60165c.phpt10 trait B {
15 use A, B {
/PHP-5.5/ext/standard/tests/strings/
H A Dsscanf_basic4.phpt13 $str = "X = A + B - C";
34 string(1) "B"
41 string(1) "B"
H A Dvprintf_basic9.phpt52 B
56 B 84
60 B 84 B1

Completed in 33 milliseconds

12345678910>>...21