Home
last modified time | relevance | path

Searched refs:A (Results 301 – 325 of 1323) sorted by relevance

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

/PHP-5.5/Zend/tests/traits/
H A Dstatic_get_called_class.phpt14 class A {
18 class B extends A { }
H A Derror_005.phpt9 class A {
15 Fatal error: A cannot use abc - it is not a trait in %s on line %d
H A Derror_006.phpt9 class A {
15 Fatal error: A cannot use abc - it is not a trait in %s on line %d
H A Dstatic_002.phpt14 class A {
18 $class = "A";
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput698 A
318 A
322 A
325 A
406 A
657 A\x80
733 /(A)\1/8i
883 A\x{300}
1333 /^A\s+Z/8W
1337 /^A[\s]+Z/8W
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dbug55871.phpt26 $my_var = str_repeat('A', 40);
29 $my_var = str_repeat('A', 40);
32 $my_var = str_repeat('A', 40);
H A Dhtml_entity_decode_iso8859-15.phpt213 LATIN CAPITAL LETTER A WITH GRAVE: &#xC0; => c0
216 LATIN CAPITAL LETTER A WITH ACUTE: &#xC1; => c1
219 LATIN CAPITAL LETTER A WITH CIRCUMFLEX: &#xC2; => c2
222 LATIN CAPITAL LETTER A WITH TILDE: &#xC3; => c3
225 LATIN CAPITAL LETTER A WITH DIAERESIS: &#xC4; => c4
309 LATIN SMALL LETTER A WITH GRAVE: &#xE0; => e0
312 LATIN SMALL LETTER A WITH ACUTE: &#xE1; => e1
315 LATIN SMALL LETTER A WITH CIRCUMFLEX: &#xE2; => e2
318 LATIN SMALL LETTER A WITH TILDE: &#xE3; => e3
321 LATIN SMALL LETTER A WITH DIAERESIS: &#xE4; => e4
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_reduce_variation3.phpt13 class A {
21 var_dump(array_reduce($array, array("A", "adder")));
24 var_dump(array_reduce($array, array(new A(), "adder2")));
H A Dextract_variation9.phpt12 $A = new classA();
13 var_dump ( extract(get_object_vars($A),EXTR_REFS));
/PHP-5.5/Zend/tests/
H A Dget_class_methods_003.phpt6 interface A {
22 class B extends C implements A {
29 var_dump(get_class_methods('A'));
H A Dbug27669.phpt7 class A {
13 A::$y[0]();
H A Dbug48667_1.phpt6 abstract class A implements Iterator, IteratorAggregate { }
10 Fatal error: Class A cannot implement both IteratorAggregate and Iterator at the same time in %s on…
H A Dbug48667_2.phpt6 abstract class A implements IteratorAggregate, Iterator { }
10 Fatal error: Class A cannot implement both Iterator and IteratorAggregate at the same time in %s on…
H A Dbug61761.phpt6 class A
11 class B extends A
H A Dclosure_051.phpt7 class A {
16 class B extends A {}
H A Dclosure_052.phpt7 class A {
16 class B extends A {}
H A Dbug41633_2.phpt6 const A = self::B;
8 echo Foo::A."\n";
H A Dbug45742.phpt7 const A = 1;
13 Constants::A => 23,
H A Dbug69420.phpt13 class A {
18 class B extends A {
H A Dclosure_049.phpt7 class A {
16 class B extends A {}
H A Dclosure_050.phpt7 class A {
16 class B extends A {}
/PHP-5.5/tests/classes/
H A D__call_004.phpt5 class A {
12 class B extends A {
19 A::test1(1,'a');
/PHP-5.5/ext/intl/tests/
H A Dbug72061.phpt8 var_dump(grapheme_stripos(str_repeat("ABCD", 16384), "A", -201));
9 var_dump(grapheme_strpos(str_repeat("ABCD", 16384), "A", -201));
H A Dformatter_clone_bad_obj.phpt8 class A extends NumberFormatter {
12 $a = new A;
H A Dgrapheme.phpt135 array( "abc", "A", 0, 0 ),
503 array( "bc" . $char_a_ring_nfd . "A", "a", "A" ),
828 find "A%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_stripos = 2 == 2
906 find "A%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_strripos = 2 == 2
948 substring of "aA%CC%8Abc" from "1" - grapheme_substr = A%CC%8Abc == A%CC%8Abc
1032 find "abc" in "abca%CC%8A" - grapheme_strstr = abca%CC%8A == abca%CC%8A
1048 find "A%CC%8A" in "aa%CC%8Abc" - grapheme_stristr = a%CC%8Abc == a%CC%8Abc
1066 find "a" in "bca%CC%8AA" - grapheme_stristr = A == A
1070 find "abc" in "abcA%CC%8A" - grapheme_stristr = abcA%CC%8A == abcA%CC%8A
1072 find "a%CC%8A" in "aA%CC%8Abc" - grapheme_stristr before flag is FALSE = A%CC%8Abc == A%CC%8Abc
[all …]

Completed in 63 milliseconds

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