Home
last modified time | relevance | path

Searched refs:A (Results 501 – 525 of 1571) sorted by relevance

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

/PHP-7.2/ext/spl/tests/
H A Diterator_019.phpt8 $it = new NoRewindIterator(new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C')));
28 0=>A
H A Dbug41691.phpt6 class A extends ArrayObject {
15 $a = new A(null, ArrayObject::ARRAY_AS_PROPS );
H A Dbug70868.phpt14 new \ArrayIterator(['A.phpt', 'B.phpt', 'C.phpt']),
28 string(6) "A.phpt"
H A Dspl_autoload_010.phpt8 echo "A -> $name\n";
28 A -> C
H A Dspl_autoload_011.phpt7 class A {
17 $a = new A;
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug64354_2.phpt5 class A {
18 var_dump(unserialize('a:2:{i:0;O:1:"A":0:{}i:1;O:1:"B":0:{}}'));
H A Dbug62373.phpt5 class A {}
13 $a = new A();
H A Dbug64354_3.phpt5 class A {
20 $data = array(new A, new B);
/PHP-7.2/tests/lang/
H A D041.phpt5 class A {
9 $classname = 'A';
H A D043.phpt5 class A {
9 $classname = 'A';
/PHP-7.2/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation2.phpt48 return "Class A object";
126 string(13) "A Sample Test"
145 string(13) "A Sample Test"
164 string(13) "A Sample Test"
183 string(13) "A Sample Test"
202 string(13) "A Sample Test"
221 string(13) "A Sample Test"
245 string(13) "A Sample Test"
264 string(13) "A Sample Test"
283 string(13) "A Sample Test"
[all …]
/PHP-7.2/ext/intl/tests/
H A Dgrapheme.phpt143 array( "abc", "A", 0, 0 ),
512 array( "bc" . $char_a_ring_nfd . "A", "a", "A" ),
847 find "A%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_stripos = 2 == 2
926 find "A%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_strripos = 2 == 2
968 substring of "aA%CC%8Abc" from "1" - grapheme_substr = A%CC%8Abc == A%CC%8Abc
1052 find "abc" in "abca%CC%8A" - grapheme_strstr = abca%CC%8A == abca%CC%8A
1068 find "A%CC%8A" in "aa%CC%8Abc" - grapheme_stristr = a%CC%8Abc == a%CC%8Abc
1086 find "a" in "bca%CC%8AA" - grapheme_stristr = A == A
1090 find "abc" in "abcA%CC%8A" - grapheme_stristr = abcA%CC%8A == abcA%CC%8A
1092 find "a%CC%8A" in "aA%CC%8Abc" - grapheme_stristr before flag is FALSE = A%CC%8Abc == A%CC%8Abc
[all …]
H A Dgrapheme2.phpt143 array( "abc", "A", 0, 0 ),
512 array( "bc" . $char_a_ring_nfd . "A", "a", "A" ),
847 find "A%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_stripos = 2 == 2
926 find "A%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_strripos = 2 == 2
968 substring of "aA%CC%8Abc" from "1" - grapheme_substr = A%CC%8Abc == A%CC%8Abc
1052 find "abc" in "abca%CC%8A" - grapheme_strstr = abca%CC%8A == abca%CC%8A
1068 find "A%CC%8A" in "aa%CC%8Abc" - grapheme_stristr = a%CC%8Abc == a%CC%8Abc
1086 find "a" in "bca%CC%8AA" - grapheme_stristr = A == A
1090 find "abc" in "abcA%CC%8A" - grapheme_stristr = abcA%CC%8A == abcA%CC%8A
1092 find "a%CC%8A" in "aA%CC%8Abc" - grapheme_stristr before flag is FALSE = A%CC%8Abc == A%CC%8Abc
[all …]
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput1613 /A\x{391}\x{10427}\x{ff3a}\x{1fb0}/8iDZ
16 /i A\x{391}\x{10427}\x{ff3a}\x{1fb0}
22 First char = 'A' (caseless)
25 /A\x{391}\x{10427}\x{ff3a}\x{1fb0}/8DZ
28 A\x{391}\x{10427}\x{ff3a}\x{1fb0}
34 First char = 'A'
46 First char = 'A'
58 First char = 'A' (caseless)
/PHP-7.2/Zend/tests/
H A Dbug47699.phpt5 class A {
10 class B extends A {
H A Dshift_001.phpt24 Warning: A non-numeric value encountered in %s on line %d
27 Notice: A non well formed numeric value encountered in %s on line %d
H A Dshift_002.phpt24 Warning: A non-numeric value encountered in %s on line %d
27 Notice: A non well formed numeric value encountered in %s on line %d
H A Dbug62814.phpt6 class A {
10 class B extends A {
H A Dbug73987_3.phpt6 abstract class A {
10 class B extends A {
/PHP-7.2/Zend/tests/traits/
H A Derror_001.phpt19 class A extends foo {
28 Fatal error: Class A cannot extend from trait foo in %s on line %d
/PHP-7.2/ext/reflection/tests/
H A DReflectionParameter_invalidMethodInConstructor.phpt8 new ReflectionParameter (array ('A', 'b'), 0);
26 new ReflectionParameter(array ('A', 'b'));
43 Class A does not exist
/PHP-7.2/Zend/tests/object_types/
H A Dtype_hint_in_function.phpt6 class A {}
9 a(new A());
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug52138.phpt7 define('A', 'B');
29 ["A"]=>
/PHP-7.2/Zend/tests/try/
H A Dtry_finally_016.phpt6 class A {
17 foreach (new A as $value) {
/PHP-7.2/ext/bcmath/tests/
H A Dbug72093-win32.phpt17 var_dump(bcpowmod(1, "A", 128, -200));
22 %Astring(3) "0.0"%A

Completed in 46 milliseconds

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