Home
last modified time | relevance | path

Searched refs:A (Results 251 – 275 of 1323) sorted by relevance

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

/PHP-5.5/tests/classes/
H A Dconstants_basic_003.inc2 class A {
3 const MY_CONST = "hello from A";
H A Dclone_001.phpt14 $obj->p2 = 'A';
30 string(1) "A"
39 string(1) "A"
H A Dclone_002.phpt16 $obj->p2 = 'A';
32 string(1) "A"
41 string(1) "A"
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug65481.phpt7 class A {
14 $c = new A;
18 $e = new A;
/PHP-5.5/ext/reflection/tests/
H A DReflectionFunction_getClosureScopeClass.phpt15 Class A {
21 $closure = A::getClosure();
29 string(1) "A"
H A DReflectionObject_isSubclassOf_error.phpt5 class A {}
6 $ro = new ReflectionObject(new A);
9 var_dump($ro->isSubclassOf('A',5));
/PHP-5.5/Zend/tests/
H A Dclosure_037.phpt5 class A {
26 class B extends A {
32 $a = new A;
H A Dget_class_methods_002.phpt6 interface A {
11 class B implements A {
16 var_dump(get_class_methods('A'));
H A Dbug42211.phpt5 class A {
13 class B extends A {
19 $a = new A();
H A Dbug62358.phpt22 abstract class A implements I{
26 class B extends A {
32 Strict Standards: Declaration of B::foo() should be compatible with A::foo() in %sbug62358.php on l…
H A Dbug64966.phpt12 class A {
19 $a = new A();
28 #3 %sbug64966.php(17): A->b()
H A Dlsb_022.phpt5 class A {
7 echo "A\n";
13 class B extends A {
H A Dbug38047.phpt9 class A {
39 $page["name"] = A::A_ftk();
42 Non-static method A::A_ftk() should not be called statically
47 Missing argument 1 for A::A_ftk(), called in %sbug38047.php on line 36 and defined
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();
/PHP-5.5/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)
H A Dtestoutput6157 A
158 0: A
530 0: A
536 0: A
539 A
540 0: A
640 2: A
648 0: A
650 2: A
652 0: A
[all …]
/PHP-5.5/Zend/tests/traits/
H A Dconflict003.phpt7 trait A {
12 echo 'A';
26 use A, B;
/PHP-5.5/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.~', create_function('$m', 'return strtolower($m[0]);'), 'ABC'));
37 string(7) "'A'rray"
/PHP-5.5/ext/soap/tests/
H A Dclassmap004.phpt9 class A {
25 class B extends A {
54 array('classmap'=>array('A'=>'A','B'=>'B')));
/PHP-5.5/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-5.5/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-5.5/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-5.5/ext/intl/tests/
H A Dtimezone_equals_error.phpt11 class A extends IntlTimeZone {
15 $tz = new A();
27 object(A)#1 (1) {

Completed in 91 milliseconds

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