Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-5.3/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
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 �"
H A Dsprintf_variation23.phpt27 "%30c", "%[a-bA-B@#$&]", "%*c"
61 string(11) "a-bA-B@#$&]"
76 string(11) "a-bA-B@#$&]"
H A Dvprintf_variation10.phpt83 A � B
87 B ] A �
91 A � B
95 B � A �
/PHP-5.3/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 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 Dbug38772.phpt16 class B extends A {
35 $b = new B();
/PHP-5.3/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.3/sapi/cli/tests/
H A D012.phpt15 var_dump(`"$php" -n -B '' -B ''`);
32 You can use -B only once.
/PHP-5.3/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 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.3/ext/spl/tests/
H A Dobserver_009.phpt19 echo ("Count storage B: " . count($storageB));
29 Count storage B: 2 x x
/PHP-5.3/ext/oci8/tests/
H A Dbug37581.phpt34 $strings = array('A','B','C','D','E');
52 string(1) "B"
64 string(1) "B"
/PHP-5.3/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.3/ext/date/tests/
H A Dbug52342.phpt11 echo $from->getTimestamp(), "\n"; //B
15 echo $from->getTimestamp(), "\n"; //B
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput17874 /^(A(*PRUNE:A)B|C(*PRUNE:B)D)/K
7893 /^(A(*THEN:A)B|C(*THEN:B)D)/K
7899 /^(?:A(*THEN:A)B|C(*THEN:B)D)/K
7903 /^(?>A(*THEN:A)B|C(*THEN:B)D)/K
7936 /A(*MARK:A)A+(*SKIP:B)(B|Z) | AC/xK
7940 /A(*MARK:A)A+(*SKIP:B)(B|Z) | AC(*:B)/xK
8521 /A(*MARK:A)A+(*MARK:B)(*SKIP:B)(B|Z) | AC/xK
8540 /A(*:A)B|XX(*:B)Y/K
8558 /^(A(*THEN:A)B|C(*THEN:B)D)/K
8574 /^(A(*PRUNE:A)B|C(*PRUNE:B)D)/K
[all …]
/PHP-5.3/ext/intl/tests/
H A Dbug62915-2.phpt13 class B extends NumberFormatter {
28 string(1) "B"

Completed in 39 milliseconds

12345678910>>...17