Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DFAQ11 In order to make thread safe, which of (A) or (B) must be done.
26 (B) Application Layer
/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_modifiers_001.phpt9 class B extends A {}
14 $classes = array("A", "B", "C", "D", "I");
H A Dbug49719.phpt9 class B extends A {
14 $b = new B;
H A DReflectionClass_getParentClass_001.phpt9 class B extends A {}
11 $rc = new ReflectionClass('B');
/PHP-5.3/ext/standard/tests/strings/
H A Dvsprintf_basic5.phpt30 string(3) "A B"
31 string(5) "A B C"
H A Dvfprintf_variation10.phpt92 A � B
96 B ] A �
98 A � B
102 B � A �
H A Dvprintf_basic5.phpt39 A B
41 A B C
H A Dprintf_basic9.phpt69 B
75 B 84
81 B 84 B1
H A Dsprintf_basic5.phpt40 string(3) "A B"
41 string(5) "A B C"
/PHP-5.3/ext/mysqli/tests/
H A Dbug36949.phpt29 class B {
48 $B = new B();
/PHP-5.3/ext/pdo/tests/
H A Dpdo_005.phpt19 $db->exec("INSERT INTO test VALUES(2, 'B', 'BB')");
68 string(1) "B"
97 string(1) "B"
135 string(1) "B"
H A Dpdo_001.phpt19 $db->exec("INSERT INTO test VALUES(2, 'B')");
41 string(1) "B"
H A Dpdo_002.phpt19 $db->exec("INSERT INTO test VALUES(2, 'B')");
41 string(1) "B"
H A Dpdo_008.phpt19 $db->exec("INSERT INTO test VALUES('B', 'A')");
33 string(1) "B"
H A Dpdo_004.phpt19 $db->exec("INSERT INTO test VALUES(2, 'B')");
41 string(1) "B"
/PHP-5.3/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation2.phpt12 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
26 $transfer_encoding = 'B';
199 string(52) "=?UTF-8?B?5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CC?="
202 string(52) "=?UTF-8?B?5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CC?="
205 string(52) "=?UTF-8?B?5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CC?="
208 string(52) "=?UTF-8?B?5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CC?="
H A Dmb_send_mail05.phpt40 Subject: =?HZ-GB-2312?B?fnsyYlFpfn0gU2ltcGxpZmllZCBD?=
41 =?HZ-GB-2312?B?aGluZXNl?=
/PHP-5.3/Zend/tests/
H A Dbug33732.phpt12 class B extends A implements iA {
17 echo B::cA;
H A Dbug45180.phpt30 foo::B();
55 string(1) "B"
H A Dbug48770.phpt23 class B extends A {
42 class C extends B {
/PHP-5.3/ext/intl/tests/
H A Dmsgfmt_format.phpt18 … 'de' => "{0,number,integer} Affen über {1,number,integer} Bäume um {2,number} Affen pro Baum",
58 '4.560 Affen über 123 Bäume um 37,073 Affen pro Baum'
59 '4.560 Affen über 123 Bäume um 37,073 Affen pro Baum'
/PHP-5.3/tests/classes/
H A D__call_007.phpt16 class B extends A {
18 B::unknownCalledWithSROFromChild(1,2,3);
39 $b = new B();
/PHP-5.3/ext/standard/tests/array/
H A Dkrsort_variation5.phpt33 array ( 'Lemon' => "lemoN", 'o' => "Orange", 'B' => "banana", 'Apple' => "apple", 'te' => "Test",
35 'B' => "BANANA"
184 ["B"]=>
210 ["B"]=>
236 ["B"]=>
H A Dksort_variation5.phpt33 array ( 'Lemon' => "lemoN", 'o' => "Orange", 'B' => "banana", 'Apple' => "apple", 'te' => "Test",
35 'B' => "BANANA"
168 ["B"]=>
194 ["B"]=>
220 ["B"]=>
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput14721 /^(A(*PRUNE:A)B|C(*PRUNE:B)D)/K
4733 /^(A(*THEN:A)B|C(*THEN:B)D)/K
4737 /^(?:A(*THEN:A)B|C(*THEN:B)D)/K
4740 /^(?>A(*THEN:A)B|C(*THEN:B)D)/K
4768 /A(*MARK:A)A+(*SKIP:B)(B|Z) | AC/xK
4771 /A(*MARK:A)A+(*SKIP:B)(B|Z) | AC(*:B)/xK
5138 /A(*MARK:A)A+(*MARK:B)(*SKIP:B)(B|Z) | AC/xK
5154 /A(*:A)B|XX(*:B)Y/K
5163 /^(A(*THEN:A)B|C(*THEN:B)D)/K
5170 /^(A(*PRUNE:A)B|C(*PRUNE:B)D)/K
[all …]

Completed in 41 milliseconds

12345678910>>...17