Searched refs:AA (Results 1 – 25 of 42) sorted by relevance
12
/PHP-7.0/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.0/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.0/ext/mbstring/tests/ |
H A D | mb_encode_mimeheader_basic2.phpt | 52 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?= 61 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?= 70 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 | 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 | 62 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.0/tests/strings/ |
H A D | 002.phpt | 69 printf test 17:AA 72 printf test 20: AA 75 printf test 23:00000000000000AA
|
/PHP-7.0/Zend/tests/traits/bugs/ |
H A D | alias-semantics.phpt | 23 AA
|
H A D | alias-semantics02.phpt | 25 AA
|
/PHP-7.0/tests/lang/operators/ |
H A D | preinc_variationStr.phpt | 56 string(2) "AA"
|
/PHP-7.0/tests/lang/ |
H A D | engine_assignExecutionOrder_002.phpt | 74 echo "AA=$aa\n"; 125 AA=10
|
/PHP-7.0/ext/pcre/pcrelib/testdata/ |
H A D | testoutput7 | 1308 AA\P 1309 0: AA 1310 AA\P\P 1322 AA\P 1323 0: AA 1324 AA\P\P 1332 AA\P 1333 0: AA 1334 AA\P\P 1338 AA\P [all …]
|
H A D | testinput7 | 620 AA\P 621 AA\P\P 628 AA\P 629 AA\P\P 634 AA\P 635 AA\P\P 638 AA\P 639 AA\P\P
|
H A D | testoutput10 | 1900 AA\P 1901 0: AA 1902 AA\P\P 1914 AA\P 1915 0: AA 1916 AA\P\P 1924 AA\P 1925 0: AA 1926 AA\P\P 1930 AA\P [all …]
|
H A D | testinput10 | 1018 AA\P 1019 AA\P\P 1026 AA\P 1027 AA\P\P 1032 AA\P 1033 AA\P\P 1036 AA\P 1037 AA\P\P
|
H A D | testoutputEBC | 45 0: AA
|
/PHP-7.0/ext/filter/tests/ |
H A D | 033.phpt | 33 …OM HTTP://A.B.C 1.2.3.4 123 123ABC<>() O'HENRY 하퍼 AA:BB:CC:DD:EE:FF
|
/PHP-7.0/ext/gd/tests/ |
H A D | lines.phpt | 2 imageline no AA
|
/PHP-7.0/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
|
/PHP-7.0/ext/hash/ |
H A D | hash_gost.c | 101 #define AA(x, l, r) \ macro 207 AA(v, l, r); \
|
Completed in 45 milliseconds
12