Home
last modified time | relevance | path

Searched refs:A (Results 601 – 625 of 1571) sorted by relevance

1...<<21222324252627282930>>...63

/PHP-7.2/ext/standard/tests/mail/
H A Dbug51604.phpt16 $message = 'A Message';
34 A Message
H A Dmail_basic7.phpt28 $message = 'A Message';
53 $message = 'A Message';
80 $message = 'A Message';
105 $message = 'A Message';
145 A Message
170 A Message
194 A Message
217 A Message
H A Dbug69874.phpt24 $message = 'A Message';
41 A Message
/PHP-7.2/ext/standard/tests/strings/
H A Dpack_Z.phpt15 unpack("Z2", "A\0"),
41 string(1) "A"
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput21514 /^(?P<A>a)(?P<A>b)/IJ
1521 /^(?P<A>a)(?P<A>b)|cd(?P<A>ef)(?P<A>gh)/IJ
1530 /^(?P<A>a)(?P<A>b)/IJ
1537 /^(?P<A>a)(?P<A>b)|cd(?P<A>ef)(?P<A>gh)/IJ
1553 /^(?P<A>a)?(?(A)a|b)/I
1574 /(?:(?(A)(?P=A)a|b)(?P<A>X|Y))+/I
2160 /(?<A>tom|bon)-\k{A}/
2926 /(?<A>a) (b)(c) (?<A>d (?(R&A)$ | (?4)) )/JDZx
3022 /A(*THEN)B|A(*THEN)C/K
3031 /^A(*:A)B|^X(*:A)Y/K
[all …]
H A Dwintestoutput387 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
96 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
155 [A-Za-z\x83\x8a\x8c\x8e\x9a\x9c\x9e\x9f\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
157 [A-Z\x8a\x8c\x8e\x9f\xc0-\xd6\xd8-\xde]
/PHP-7.2/ext/fileinfo/
H A Dmagicdata.patch47 -0 regex/4096 =^[A-Za-z0-9_]{0,100}BEGIN[A-Za-z0-9_]{0,100}[{] awk or perl script text
60 ->0 regex/4 P1[A-Za-z0-9_]
68 ->0 regex/4 P2[A-Za-z0-9_]
76 ->0 regex/4 P3[A-Za-z0-9_]
84 ->0 regex/4 P4[A-Za-z0-9_]
92 ->0 regex/4 P5[A-Za-z0-9_]
100 ->0 regex/4 P6[A-Za-z0-9_]
113 ->&0 regex \^[A-Za-z0-9_]*except.*: Python script text executable
/PHP-7.2/ext/xml/tests/
H A Dbug35447.phpt20 <resource key="rSeeYou">A bient&amp;244;t</resource>
47 string(13) "A bient&244;t"
/PHP-7.2/ext/standard/html_tables/mappings/
H A DCP1252.TXT5 # Table format: Format A
84 0x41 0x0041 #LATIN CAPITAL LETTER A
116 0x61 0x0061 #LATIN SMALL LETTER A
211 0xC0 0x00C0 #LATIN CAPITAL LETTER A WITH GRAVE
212 0xC1 0x00C1 #LATIN CAPITAL LETTER A WITH ACUTE
214 0xC3 0x00C3 #LATIN CAPITAL LETTER A WITH TILDE
243 0xE0 0x00E0 #LATIN SMALL LETTER A WITH GRAVE
244 0xE1 0x00E1 #LATIN SMALL LETTER A WITH ACUTE
245 0xE2 0x00E2 #LATIN SMALL LETTER A WITH CIRCUMFLEX
246 0xE3 0x00E3 #LATIN SMALL LETTER A WITH TILDE
[all …]
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DRE56 0009, 000A, 000B, 000C, 000D, 0085(NEL),
132 \A beginning of string
167 xdigit 0-9, a-f, A-F
186 0009 | 000A | 000B | 000C | 000D | 0085
189 (0-9, a-f, A-F)
341 A-1. Syntax-dependent options
351 A-2. Original extensions
359 A-3. Missing features compared with perl 5.8.0
399 ex. /\x61/i =~ "A"
414 A-5. Features disabled in default syntax
[all …]
/PHP-7.2/ext/phar/tests/
H A Dbug77143.phar3 =Aٲ�}}����GBMB
/PHP-7.2/Zend/tests/
H A Duse_no_file_conflict_1.inc4 class A {}
H A Duse_no_file_conflict_2.inc4 use A;
H A Dbug45805.phpt15 class A {
23 $obj = new A;
/PHP-7.2/ext/reflection/tests/
H A Dbug74454.inc2 class A {
H A Dbug64936.phpt20 eval('class A { }'); // Could also be an include of a file containing similar
22 $ra = new ReflectionClass('A');
/PHP-7.2/ext/pdo/tests/
H A Dpdo_001.phpt18 $db->exec("INSERT INTO test VALUES(1, 'A')");
34 string(1) "A"
H A Dpdo_002.phpt18 $db->exec("INSERT INTO test VALUES(1, 'A')");
34 string(1) "A"
H A Dpdo_004.phpt18 $db->exec("INSERT INTO test VALUES(1, 'A')");
34 string(1) "A"
/PHP-7.2/ext/zlib/tests/
H A Dgzfile_variation6.phpt27 return "Class A object";
46 Error: 2 - gzfile(Class A object): failed to open stream: No such file or directory, %s(%d)
H A Dreadgzfile_variation6.phpt27 return "Class A object";
46 Error: 2 - readgzfile(Class A object): failed to open stream: No such file or directory, %s(%d)
/PHP-7.2/ext/standard/tests/array/
H A Darray_product_variation1.phpt13 class A {
20 "resource" => $fp, "object" => new A(), "null" => null,
/PHP-7.2/ext/session/tests/
H A D014.phpt36 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
39 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
/PHP-7.2/ext/date/tests/
H A Dgmstrftime_variation8.phpt20 'A literal % character' => "%%",
36 --A literal % character--
/PHP-7.2/ext/oci8/tests/
H A Dbug44008.phpt17 as begin p := 'A';
48 A

Completed in 47 milliseconds

1...<<21222324252627282930>>...63