Home
last modified time | relevance | path

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

1...<<1112131415161718192021

/PHP-5.5/tests/strings/
H A D001.phpt96 $correct = '%20%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F'
97 . '%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_'
98 . '%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D~'
116 $correct = '+%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F'
117 . '%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_'
118 . '%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D%7E'
/PHP-5.5/Zend/tests/
H A Dbug54910.phpt23 class B extends A {}
25 $input = new B();
H A Dbug48408.phpt5 class B{
15 $b = new B;
H A Dclosure_037.phpt26 class B extends A {
35 $b = new B;
H A Dget_class_vars_003.phpt12 class B extends A {
22 class C extends B {
H A Dbug34893.phpt14 class B {
24 $b = new B;
H A Dbug62358.phpt26 class B extends A {
32 Strict Standards: Declaration of B::foo() should be compatible with A::foo() in %sbug62358.php on l…
/PHP-5.5/Zend/tests/traits/bugs/
H A Dcase-sensitive.phpt12 trait B {
19 use B;
/PHP-5.5/ext/pdo/tests/
H A Dpdo_007.phpt19 $db->exec("INSERT INTO test VALUES('B', 'A')");
38 ["B"]=>
55 ["B"]=>
H A Dpdo_032.phpt19 $db->exec("INSERT INTO test VALUES(2, 'B')");
51 string(1) "B"
74 string(1) "B"
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_basic9.phpt49 string(1) "B"
51 string(4) "B 84"
53 string(7) "B 84 B1"
H A Dvfprintf_basic9.phpt55 B
57 B 84
59 B 84 B1
H A Dvsprintf_variation10.phpt81 string(50) "A � B
85 B ] A �"
88 string(50) "A � B
92 B � A �"
/PHP-5.5/sapi/cli/tests/
H A D012.phpt15 var_dump(`"$php" -n -B '' -B ''`);
32 string(26) "You can use -B only once.
/PHP-5.5/ext/reflection/tests/
H A DReflectionProperty_setAccessible.phpt12 class B extends A {}
73 $b = new B;
75 $protectedStatic = new ReflectionProperty('B', 'protectedStatic');
131 string(44) "Cannot access non-public member B::protected"
132 string(50) "Cannot access non-public member B::protectedStatic"
H A Dbug64239.phpt13 class B extends A{
16 $obj = new ReflectionClass("B");
H A Dbug38465.phpt6 const B = 3;
11 public function x($a = self::X, $b = Baz::B, $c = 99) {}
16 public function y($a = self::Y, $b = Baz::B, $c = 99) {}
/PHP-5.5/ext/spl/tests/
H A Dobserver_009.phpt19 echo ("Count storage B: " . count($storageB));
29 Count storage B: 2 x x
H A DCallbackFilterIteratorTest.phpt12 class B {
30 'static method' => function() { return array('B', 'test'); },
31 'static method (2)' => function() { return 'B::test'; },
H A DRecursiveCallbackFilterIteratorTest.phpt12 class B {
33 'static method' => function() { return array('B', 'test'); },
34 'static method (2)' => function() { return 'B::test'; },
/PHP-5.5/ext/oci8/tests/
H A Dbug37581.phpt34 $strings = array('A','B','C','D','E');
52 string(1) "B"
64 string(1) "B"
/PHP-5.5/tests/classes/
H A Dmethod_override_optional_arg_001.phpt13 class B extends A {
25 $b = new B();
H A Dclone_001.phpt15 $obj->p3 = 'B';
32 string(1) "B"
H A Dclone_002.phpt17 $obj->p3 = 'B';
34 string(1) "B"
/PHP-5.5/ext/date/tests/
H A Dbug52342.phpt11 echo $from->getTimestamp(), "\n"; //B
15 echo $from->getTimestamp(), "\n"; //B

Completed in 29 milliseconds

1...<<1112131415161718192021