Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...23

/PHP-7.0/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-7.0/Zend/tests/
H A Dbug64354.phpt5 class B implements Serializable {
15 $data = array(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 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();
H A Dbug65108.phpt10 class B {
17 new B();
H A Dincompat_ctx_user.phpt9 class B {
12 $b = new B;
H A Dbug71428.1.phpt10 class B extends A {
14 Warning: Declaration of B::m(array $a = Array) should be compatible with A::m(array $a = NULL) in %…
/PHP-7.0/tests/lang/
H A D032.phpt9 class B extends A {
13 class C extends B {
H A D041.phpt10 $wrongClassname = 'B';
20 Fatal error: Uncaught Error: Class 'B' not found in %s041.php:%d
H A D043.phpt10 $wrongClassname = 'B';
19 Fatal error: Uncaught Error: Class 'B' not found in %s043.php:%d
/PHP-7.0/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 Dbug70868.phpt14 new \ArrayIterator(['A.phpt', 'B.phpt', 'C.phpt']),
30 string(6) "B.phpt"
H A Dspl_autoload_010.phpt11 echo "B -> $name\n";
27 B -> C
/PHP-7.0/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-7.0/Zend/tests/return_types/
H A Dinheritance008.phpt19 return new B;
27 object(B)#%d (0) {
/PHP-7.0/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';
/PHP-7.0/ext/opcache/tests/
H A Dbug73402.phpt16 class B
26 $b = new B;
/PHP-7.0/tests/classes/
H A Dbug23951.phpt15 class B extends A {
22 $b = new B;
/PHP-7.0/ext/standard/tests/general_functions/
H A Dbug52138.phpt7 define('A', 'B');
31 ["B"]=>

Completed in 27 milliseconds

1...<<11121314151617181920>>...23