Home
last modified time | relevance | path

Searched refs:AA (Results 1 – 25 of 34) sorted by relevance

12

/PHP-7.4/Zend/tests/
H A DArrayAccess_indirect_append.phpt6 class AA implements ArrayAccess {
22 $aa = new AA;
29 object(AA)#1 (1) {
30 ["data":"AA":private]=>
H A Dbug71731.phpt6 class AA implements ArrayAccess {
29 $aa = new AA;
35 $aa[0] = new AA;
36 $aa[0][1] = new AA;
H A Dbug71359.phpt5 class AA {
28 $aa = new AA;
33 $aa->zero = new AA;
34 $aa->zero->one = new AA;
H A Dbug52051.phpt6 class AA {
7 function AA() { echo "foo\n"; }
9 class bb extends AA {}
26 …e name as their class will not be constructors in a future version of PHP; AA has a deprecated con…
H A Dassign_coalesce_003.phpt11 class AA implements ArrayAccess {
31 $ary = new AA(["foo" => new AA, "null" => null]);
H A Dassign_coalesce_002.phpt28 class AA implements ArrayAccess {
46 $ary = new AA;
H A Dbug37715.phpt10 'AA', 'BB', 'CC', 'DD',
H A Dcall_static_006.phpt17 $b = 'AA';
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_replace_named_subpatterns.phpt22 echo mb_ereg_replace('(?<a>A)\k<a>', '-\1-', 'AA'), PHP_EOL;
24 echo mb_ereg_replace('(\w)\1', '-\k<>-', 'AA'), PHP_EOL;
26 echo mb_ereg_replace('(?<a>\w+)', '-\k<a', 'AA'), PHP_EOL;
H A Dmb_encode_mimeheader_basic2.phpt51 string(201) "=?UTF-8?Q?=E6=97=A5=E6=9C=AC=E8=AA=9E=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88?=
60 string(201) "=?UTF-8?Q?=E6=97=A5=E6=9C=AC=E8=AA=9E=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88?=
69 string(201) "=?UTF-8?Q?=E6=97=A5=E6=9C=AC=E8=AA=9E=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88?=
H A Dbug69079.phpt18 mb_substitute_character(0x8fa1ef); // EUC-JP-2004 encoding of U+50AA (illegal)
H A Dmb_decode_mimeheader_basic.phpt24 $a = "=?UTF-8?Q?=E6=97=A5=E6=9C=AC=E8=AA=9E=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88?=
H A Dmb_encode_mimeheader_basic.phpt61 string(117) "=?UTF-8?Q?=E6=97=A5=E6=9C=AC=E8=AA=9E=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88?=
/PHP-7.4/ext/pdo/tests/
H A Dpdo_005.phpt18 $db->exec("INSERT INTO test VALUES(1, 'A', 'AA')");
61 string(2) "AA"
90 string(2) "AA"
126 string(2) "AA"
/PHP-7.4/tests/strings/
H A D002.phpt69 printf test 17:AA
72 printf test 20: AA
75 printf test 23:00000000000000AA
/PHP-7.4/Zend/tests/traits/bugs/
H A Dalias-semantics.phpt23 AA
H A Dalias-semantics02.phpt25 AA
/PHP-7.4/tests/lang/operators/
H A Dpreinc_variationStr.phpt56 string(2) "AA"
/PHP-7.4/ext/iconv/tests/
H A Dbug68180.phpt9 …83=8A=E3=83=BC=E3=80=8F=E3=81=B8=E3=81=AE=E3=82=A8=E3=83=B3=E3=83=88=E3=83=AA=E3=83=BC=E3=81=82=E3…
/PHP-7.4/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt74 echo "AA=$aa\n";
125 AA=10
/PHP-7.4/ext/gd/tests/
H A Dlines.phpt2 imageline no AA
/PHP-7.4/ext/standard/html_tables/
H A Dents_html5.txt148 FilledVerySmallSquare 025AA
569 Vvdash 022AA
628 angmsdac 029AA
697 blacksquare 025AA
1109 hookrightarrow 021AA
1578 ordf 000AA
1688 rarrhk 021AA
1852 squarf 025AA
1853 squf 025AA
H A Dents_html401.txt12 ordf 00AA
/PHP-7.4/ext/hash/
H A Dhash_gost.c99 #define AA(x, l, r) \ macro
205 AA(v, l, r); \
/PHP-7.4/ext/filter/tests/
H A D033.phpt54 …OM HTTP://A.B.C 1.2.3.4 123 123ABC<>() O'HENRY 하퍼 AA:BB:CC:DD:EE:FF

Completed in 33 milliseconds

12