Home
last modified time | relevance | path

Searched refs:A (Results 451 – 475 of 1323) sorted by relevance

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

/PHP-5.5/ext/standard/html_tables/mappings/
H A D8859-1.TXT5 # Table format: Format A
113 0x41 0x0041 # LATIN CAPITAL LETTER A
145 0x61 0x0061 # LATIN SMALL LETTER A
240 0xC0 0x00C0 # LATIN CAPITAL LETTER A WITH GRAVE
241 0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE
243 0xC3 0x00C3 # LATIN CAPITAL LETTER A WITH TILDE
272 0xE0 0x00E0 # LATIN SMALL LETTER A WITH GRAVE
273 0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE
274 0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX
275 0xE3 0x00E3 # LATIN SMALL LETTER A WITH TILDE
[all …]
H A D8859-15.TXT5 # Table format: Format A
112 0x41 0x0041 # LATIN CAPITAL LETTER A
144 0x61 0x0061 # LATIN SMALL LETTER A
239 0xC0 0x00C0 # LATIN CAPITAL LETTER A WITH GRAVE
240 0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE
242 0xC3 0x00C3 # LATIN CAPITAL LETTER A WITH TILDE
271 0xE0 0x00E0 # LATIN SMALL LETTER A WITH GRAVE
272 0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE
273 0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX
274 0xE3 0x00E3 # LATIN SMALL LETTER A WITH TILDE
[all …]
/PHP-5.5/ext/pdo/tests/
H A Dpdo_004.phpt18 $db->exec("INSERT INTO test VALUES(1, 'A')");
34 string(1) "A"
H A Dpdo_009.phpt22 $db->exec('INSERT INTO test VALUES(1, 0, \'A\')');
69 string(1) "A"
108 string(1) "A"
H A Dpdo_020.phpt18 $db->exec("INSERT INTO test VALUES(1, 'A', 'A')");
/PHP-5.5/ext/standard/tests/strings/
H A Daddcslashes_003.phpt14 var_dump( addcslashes('foo[ ]', 'A..z') );
15 var_dump( @addcslashes("zoo['.']", 'z..A') );
H A Dexplode_bug.phpt8 $res = explode(str_repeat("A",145999999),1);
/PHP-5.5/ext/standard/tests/mail/
H A Dbug69874_2.phpt24 $message = 'A Message';
42 A Message
H A Dbug66535.phpt24 $message = 'A Message';
42 A Message
/PHP-5.5/ext/oci8/tests/
H A Dbug44008.phpt17 as begin p := 'A';
48 A
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput22-166 [A-Cx-z\x{100000}-\x{1000a7}\x{101234}])
24 49 [A-Cx-z\x{100000}-\x{1000a7}\x{101234}]
51 49 [A-Cx-z\x{100000}-\x{1000a7}\x{101234}]
H A Dtestoutput22-326 [A-Cx-z\x{100000}-\x{1000a7}\x{101234}])
36 37 [A-Cx-z\x{100000}-\x{1000a7}\x{101234}]
63 37 [A-Cx-z\x{100000}-\x{1000a7}\x{101234}]
H A Dtestinput194 /A\x{391}\x{10427}\x{ff3a}\x{1fb0}/8iDZ
6 /A\x{391}\x{10427}\x{ff3a}\x{1fb0}/8DZ
H A Dtestoutput396 Starting chars: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P
105 Starting chars: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P
163 [A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
165 [A-Z\xc0-\xd6\xd8-\xde]
/PHP-5.5/ext/openssl/tests/
H A Dbug55646.phpt30 echo "A: ".$csr_info["organizationalUnitName"]."\n";
35 A: IT 互
/PHP-5.5/ext/pdo_firebird/tests/
H A Dbug_48877.phpt14 $dbh->exec('CREATE TABLE testz (A integer)');
20 $query = "SELECT * FROM testz WHERE A = :paramno";
/PHP-5.5/Zend/tests/
H A Dbug28442.phpt21 ClassA::$prop = 'A';
50 string(1) "A"
H A Dclosure_039.phpt6 class A {
17 class B extends A {
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE55 0009, 000A, 000B, 000C, 000D, 0085(NEL),
143 \A beginning of string
178 xdigit 0-9, a-f, A-F
197 0009 | 000A | 000B | 000C | 000D | 0085
200 (0-9, a-f, A-F)
353 A-1. Syntax depend options
363 A-2. Original extensions
371 A-3. Lacked features compare with perl 5.8.0
411 ex. /\x61/i =~ "A"
426 A-5. Disabled functions by default syntax
[all …]
/PHP-5.5/ext/ereg/tests/
H A Dereg_replace_basic_002.phpt13 var_dump(ereg_replace('A', $replacement, 'a'));
14 var_dump(ereg_replace('[A-Z]', $replacement, '0'));
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug67498.phpt14 %A
/PHP-5.5/ext/spl/tests/
H A Dfileobject_001.phpt27 echo "===A===\n";
60 ===A===
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_setText_error.phpt16 class A {
22 var_dump($bi->setText(new A));
H A Dtransliterator_transliterate_variant1.phpt15 class A {
19 echo transliterator_transliterate(new A(), $str), "\n";
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_002.phpt8 class A {}
9 $rc = new ReflectionClass('A');

Completed in 84 milliseconds

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