Home
last modified time | relevance | path

Searched refs:A (Results 351 – 375 of 1571) sorted by relevance

1...<<11121314151617181920>>...63

/PHP-7.2/Zend/tests/
H A Dlist_keyed_evaluation_order_nested.phpt8 $a = new Stringable("A");
15 "A" => "offset value for A",
61 A evaluated.
62 Offset A retrieved.
63 Offset B set to offset value for A.
H A Dbug42211.phpt5 class A {
13 class B extends A {
19 $a = new A();
H A Dint_conversion_exponents.phpt42 Notice: A non well formed numeric value encountered in %s on line %d
45 Notice: A non well formed numeric value encountered in %s on line %d
48 Notice: A non well formed numeric value encountered in %s on line %d
51 Notice: A non well formed numeric value encountered in %s on line %d
H A Dbug70805_1.phpt7 class A {
22 $a = new A;
28 $c = new A;
H A Dlsb_022.phpt5 class A {
7 echo "A\n";
13 class B extends A {
H A Dbug73987.phpt9 class A implements I {
12 class B extends A {
18 Fatal error: Declaration of B::example($a, $b, $c = NULL) must be compatible with A::example($a, $b…
H A Dclosure_040.phpt6 class A {
22 $a = new A(20);
28 $ca->bindTo(array(), 'A');
31 $cas->bindTo($a, 'A');
H A Dbug64239_2.phpt5 class A {
14 class C extends A {
28 $a = new A();
H A Djump14.phpt6 goto A;
14 A:
H A Derrmsg_045.phpt13 eval('class A { function test() { } } class B extends A { function test($a) { } }');
17 string(62) "Declaration of B::test($a) should be compatible with A::test()"
/PHP-7.2/ext/standard/tests/class_object/
H A Dget_object_vars_variation_004.phpt9 "\0A\0b" => 42,
27 ["�A�b"]=>
38 ["�A�b"]=>
/PHP-7.2/Zend/tests/traits/
H A Dconflict003.phpt7 trait A {
12 echo 'A';
26 use A, B;
/PHP-7.2/tests/classes/
H A Dclone_002.phpt14 $obj->p2 = 'A';
30 string(1) "A"
39 string(1) "A"
/PHP-7.2/ext/pcre/tests/
H A Dpcre_count.phpt20 $regex = '~((V(I|1)(4|A)GR(4|A))|(V(I|1)C(0|O)D(I|1)(N|\/\\\/)))~i';
26 $regex = '~((V(I|1)(4|A)GR(4|A))|(V(I|1)C(0|O)D(I|1)(N|\/\\\/)))~i';
H A Dpreg_replace_callback2.phpt20 var_dump(preg_replace_callback('~\A.~', 'g', array(array('xyz'))));
22 var_dump(preg_replace_callback('~\A.~', function($m) { return strtolower($m[0]); }, 'ABC'));
37 string(7) "'A'rray"
/PHP-7.2/ext/soap/tests/
H A Dclassmap004.phpt9 class A {
25 class B extends A {
54 array('classmap'=>array('A'=>'A','B'=>'B')));
/PHP-7.2/ext/filter/tests/
H A D030.phpt13 "A1080::8:800:200C:417A" => false,
14 "1080::8:Z00:200C:417A" => false,
16 "1080::8:800:200C:417A" => true,
17 "1080:0:0:0:8:800:200C:417A" => true,
/PHP-7.2/ext/reflection/tests/
H A DReflectionObject_isSubclassOf_error.phpt5 class A {}
6 $ro = new ReflectionObject(new A);
9 var_dump($ro->isSubclassOf('A',5));
/PHP-7.2/ext/intl/tests/
H A Dbug53735.phpt27 string(%d) "5,50 kr%A"
28 string(%d) "5,50 kr%A"
29 string(%d) "5,00 kr%A"
H A Dtimezone_equals_error.phpt11 class A extends IntlTimeZone {
15 $tz = new A();
27 object(A)#1 (1) {
/PHP-7.2/ext/pdo/tests/
H A Dpdo_006.phpt18 $db->exec("INSERT INTO test VALUES(1, 'A')");
19 $db->exec("INSERT INTO test VALUES(2, 'A')");
33 ["A"]=>
56 ["A"]=>
/PHP-7.2/ext/simplexml/tests/
H A Dbug45553.phpt9 <data a:label="I am A" label="I am Nothing">test1</data>
10 <a:data a:label="I am a:A" label="I am a:Nothing">test2</a:data>
30 I am A
32 I am a:A
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput194 /A\x{391}\x{10427}\x{ff3a}\x{1fb0}/8iDZ
7 /i A\x{391}\x{10427}\x{ff3a}\x{1fb0}
13 First char = 'A' (caseless)
16 /A\x{391}\x{10427}\x{ff3a}\x{1fb0}/8DZ
19 A\x{391}\x{10427}\x{ff3a}\x{1fb0}
25 First char = 'A'
37 First char = 'A'
49 First char = 'A' (caseless)
/PHP-7.2/Zend/tests/nullable_types/
H A Dcovariant_nullable_return_succeds.phpt6 interface A {
10 interface B extends A {
/PHP-7.2/Zend/tests/varSyntax/
H A Dstatic_prop_on_expr_class_with_backslash.phpt6 class A {
9 var_dump(('\A' . (string) '')::$b);

Completed in 20 milliseconds

1...<<11121314151617181920>>...63