Searched refs:AA (Results 1 – 25 of 32) sorted by relevance
12
/PHP-7.3/Zend/tests/ |
H A D | ArrayAccess_indirect_append.phpt | 6 class AA implements ArrayAccess { 22 $aa = new AA; 29 object(AA)#1 (1) { 30 ["data":"AA":private]=>
|
H A D | bug71731.phpt | 6 class AA implements ArrayAccess { 29 $aa = new AA; 35 $aa[0] = new AA; 36 $aa[0][1] = new AA;
|
H A D | bug71359.phpt | 5 class AA { 28 $aa = new AA; 33 $aa->zero = new AA; 34 $aa->zero->one = new AA;
|
H A D | bug52051.phpt | 6 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 D | bug37715.phpt | 10 'AA', 'BB', 'CC', 'DD',
|
H A D | call_static_006.phpt | 17 $b = 'AA';
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | mb_ereg_replace_named_subpatterns.phpt | 22 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 D | mb_encode_mimeheader_basic2.phpt | 51 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 D | bug69079.phpt | 18 mb_substitute_character(0x8fa1ef); // EUC-JP-2004 encoding of U+50AA (illegal)
|
H A D | mb_decode_mimeheader_basic.phpt | 24 $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 D | mb_encode_mimeheader_basic.phpt | 61 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.3/ext/pdo/tests/ |
H A D | pdo_005.phpt | 18 $db->exec("INSERT INTO test VALUES(1, 'A', 'AA')"); 61 string(2) "AA" 90 string(2) "AA" 126 string(2) "AA"
|
/PHP-7.3/tests/strings/ |
H A D | 002.phpt | 69 printf test 17:AA 72 printf test 20: AA 75 printf test 23:00000000000000AA
|
/PHP-7.3/Zend/tests/traits/bugs/ |
H A D | alias-semantics.phpt | 23 AA
|
H A D | alias-semantics02.phpt | 25 AA
|
/PHP-7.3/tests/lang/operators/ |
H A D | preinc_variationStr.phpt | 56 string(2) "AA"
|
/PHP-7.3/tests/lang/ |
H A D | engine_assignExecutionOrder_002.phpt | 74 echo "AA=$aa\n"; 125 AA=10
|
/PHP-7.3/ext/iconv/tests/ |
H A D | bug68180.phpt | 9 …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.3/ext/gd/tests/ |
H A D | lines.phpt | 2 imageline no AA
|
/PHP-7.3/ext/filter/tests/ |
H A D | 033.phpt | 34 …OM HTTP://A.B.C 1.2.3.4 123 123ABC<>() O'HENRY 하퍼 AA:BB:CC:DD:EE:FF
|
/PHP-7.3/ext/standard/html_tables/ |
H A D | ents_html5.txt | 148 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 D | ents_html401.txt | 12 ordf 00AA
|
H A D | ents_xhtml.txt | 11 ordf 00AA
|
/PHP-7.3/ext/hash/ |
H A D | hash_gost.c | 99 #define AA(x, l, r) \ macro 205 AA(v, l, r); \
|
/PHP-7.3/ext/standard/tests/url/ |
H A D | base64_encode_basic_001.phpt | 27 0x0: AA==
|
Completed in 28 milliseconds
12