Home
last modified time | relevance | path

Searched refs:A (Results 426 – 450 of 1323) sorted by relevance

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

/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation36.phpt27 "%30x", "%[0-9A-Fa-f]", "%*x"
61 string(10) "0-9A-Fa-f]"
76 string(10) "0-9A-Fa-f]"
H A Dvfprintf_variation10.phpt92 A � B
96 B ] A
98 A � B
102 B � A
H A Dpack_Z.phpt15 unpack("Z2", "A\0"),
41 string(1) "A"
/PHP-5.5/ext/pdo/tests/
H A Dpdo_005.phpt18 $db->exec("INSERT INTO test VALUES(1, 'A', 'AA')");
59 string(1) "A"
88 string(1) "A"
122 string(1) "A"
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"
/PHP-5.5/ext/standard/tests/mail/
H A Dbug51604.phpt16 $message = 'A Message';
34 A Message
H A Dbug69874.phpt24 $message = 'A Message';
41 A Message
/PHP-5.5/ext/standard/tests/array/
H A Darray_count_values_variation.phpt17 class A {
23 $ob = new A();
H A Darray_product_variation1.phpt13 class A {
20 "resource" => $fp, "object" => new A(), "null" => null,
/PHP-5.5/ext/reflection/tests/
H A Dbug49719.phpt6 class A {
9 class B extends A {
H A Dbug64936.phpt21 eval('class A { }'); // Could also be an include of a file containing similar
23 $ra = new ReflectionClass('A');
/PHP-5.5/ext/exif/tests/
H A Dbug68799.phpt10 class A {
19 $a = new A;
/PHP-5.5/Zend/tests/
H A Dbug45180.phpt28 $x::A();
53 string(1) "A"
H A Dclosure_005.phpt6 class A {
40 $a = new A(3);
H A Dbug45805.phpt15 class A {
23 $obj = new A;
/PHP-5.5/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-5.5/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-5.5/ext/xml/tests/
H A Dbug35447.phpt20 <resource key="rSeeYou">A bient&amp;244;t</resource>
47 string(13) "A bient&244;t"
/PHP-5.5/ext/session/tests/
H A Drfc1867_sid_invalid.phpt48 …on id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in U…
50 …on id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in U…
54 …on id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in U…
56 …on id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in U…
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-5.5/ext/date/tests/
H A Dgmstrftime_variation8.phpt20 'A literal % character' => "%%",
36 --A literal % character--
/PHP-5.5/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)

Completed in 35 milliseconds

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