Home
last modified time | relevance | path

Searched refs:A (Results 401 – 425 of 1323) sorted by relevance

1...<<11121314151617181920>>...53

/PHP-5.5/ext/oci8/tests/
H A Dbug37581.phpt34 $strings = array('A','B','C','D','E');
50 string(1) "A"
62 string(1) "A"
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_macroman.phpt6 0x00C4 => array(0x80, "LATIN CAPITAL LETTER A WITH DIAERESIS"),
13 0x00E1 => array(0x87, "LATIN SMALL LETTER A WITH ACUTE"),
177 LATIN SMALL LETTER A WITH ACUTE: &#xE1; => 87
180 LATIN SMALL LETTER A WITH GRAVE: &#xE0; => 88
183 LATIN SMALL LETTER A WITH CIRCUMFLEX: &#xE2; => 89
186 LATIN SMALL LETTER A WITH DIAERESIS: &#xE4; => 8a
189 LATIN SMALL LETTER A WITH TILDE: &#xE3; => 8b
192 LATIN SMALL LETTER A WITH RING ABOVE: &#xE5; => 8c
381 LATIN CAPITAL LETTER A WITH GRAVE: &#xC0; => cb
384 LATIN CAPITAL LETTER A WITH TILDE: &#xC3; => cc
[all …]
H A Dvsprintf_variation10.phpt81 string(50) "A � B
85 B ] A �"
88 string(50) "A � B
92 B � A �"
H A Dadd-and-stripcslashes.phpt9 echo addcslashes('foo[ ]', 'A..z')."\n";
10 echo @addcslashes("zoo['.']", 'z..A')."\n";
H A Dlevenshtein.phpt58 …ijklmnopqrtsuvwxyzAbcdefghijklmnopqrtsuvwxyzAbcdefghijklmnopqrtsuvwxyzAbcdefghijklmnopqrtsu", "A");
59 …jklmnopqrtsuvwxyzAbcdefghijklmnopqrtsuvwxyzAbcdefghijklmnopqrtsuvwxyzAbcdefghijklmnopqrtsuv", "A");
61 $n += test_me("lt maxlength2", 254, "A", "AbcdefghijklmnopqrstuvwxyzAbcdefghijklmnopqrstuvwxyzAbcde…
62 $n += test_me("gt maxlength2", -1, "A", "AbcdefghijklmnopqrstuvwxyzAbcdefghijklmnopqrstuvwxyzAbcde…
H A Dvprintf_variation10.phpt83 A � B
87 B ] A
91 A � B
95 B � A
/PHP-5.5/Zend/tests/
H A Dbug34893.phpt5 class A {
23 $a = new A;
H A Daccess_modifiers_011.phpt6 class A {
28 $a = new A();
H A Dbug55086.phpt19 class A {
25 $a = new A;
H A Dbug39449.phpt5 class A {
15 $a =new A();
/PHP-5.5/ext/reflection/tests/
H A DReflectionParameter_isDefault.phpt5 class A {
8 $a = new A;
H A DReflectionParameter_invalidMethodInConstructor.phpt8 new ReflectionParameter (array ('A', 'b'), 0);
28 Class A does not exist
/PHP-5.5/ext/gettext/tests/
H A Dgettext_basic-enus.phpt24 A basic test
25 A basic test
/PHP-5.5/ext/openssl/tests/
H A Dcve2013_4073.phpt15 'subjectKeyIdentifier' => '88:5A:55:C0:52:FF:61:CD:52:A3:35:0F:EA:5A:9C:24:38:22:F7:5C',
/PHP-5.5/ext/mbstring/tests/
H A Dbug49354.phpt7 $crap = 'AåBäCöDü';
16 string(12) "AåBäCöDü"
/PHP-5.5/ext/pdo/tests/
H A Dpdo_032.phpt18 $db->exec("INSERT INTO test VALUES(1, 'A')");
44 string(1) "A"
67 string(1) "A"
H A Dpdo_014.phpt20 $db->exec('INSERT INTO test VALUES(1, \'A\', \'Group1\')');
26 function __construct($name = 'N/A')
76 string(1) "A"
93 string(1) "A"
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uuencode.c126 int A, B, C, D = UUDEC(c); in mbfl_filt_conv_uudec() local
127 A = (filter->cache >> 16) & 0xff; in mbfl_filt_conv_uudec()
132 CK((*filter->output_function)( (A << 2) | (B >> 4), filter->data)); in mbfl_filt_conv_uudec()
/PHP-5.5/ext/standard/tests/file/
H A Dstream_rfc2397_003.phpt9 'data://,A%20brief%20note',
34 string(12) "A brief note"
H A Dstream_rfc2397_005.phpt9 'data:,A%20brief%20note',
29 string(12) "A brief note"
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_setText_basic.phpt11 class A {
20 var_dump($bi->setText(new A));
/PHP-5.5/ext/ldap/tests/
H A Dldap_mod_del_basic.phpt17 "description" => "user A"
24 ldap_search($link, "dc=my-domain,dc=com", "(description=user A)")
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DFAQ11 In order to make thread safe, which of (A) or (B) must be done.
13 (A) Oniguruma Layer
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug64146.phpt8 class A
49 $a = unserialize(serialize(new A()));
/PHP-5.5/ext/mysqli/tests/
H A Dbug36949.phpt11 class A {
47 $A = new A();

Completed in 27 milliseconds

1...<<11121314151617181920>>...53