Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...50

/PHP-5.4/Zend/tests/
H A Dbug64966.phpt12 class A {
19 $a = new A();
28 #3 %sbug64966.php(17): A->b()
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();
H A Dget_class_vars_002.phpt6 class A {
12 class B extends A {
20 var_dump(get_class_vars('A'));
H A Djump14.phpt6 goto A;
14 A:
H A Dbug41633_1.phpt6 const A = self::B;
9 echo Foo::A."\n";
H A Dbug41633_4.phpt6 const A = self::B;
9 var_dump(defined("Foo::A"));
H A Dns_062.phpt7 use \stdClass as A;
9 echo get_class(new A)."\n";
H A Dns_033.phpt5 use A;
7 Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2
/PHP-5.4/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.4/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.4/ext/reflection/tests/
H A DReflectionObject_isSubclassOf_error.phpt5 class A {}
6 $ro = new ReflectionObject(new A);
9 var_dump($ro->isSubclassOf('A',5));
H A DReflectionClass_modifiers_001.phpt8 abstract class A {}
9 class B extends A {}
14 $classes = array("A", "B", "C", "D", "I");
H A DReflectionClass_getParentClass_001.phpt8 class A {}
9 class B extends A {}
25 string(1) "A"
/PHP-5.4/tests/classes/
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"
H A Dconstants_basic_006.phpt7 const X = E::A;
8 public static $a = array(K => D::V, E::A => K);
15 const A = "hello";
/PHP-5.4/ext/pcre/tests/
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.4/ext/standard/tests/strings/
H A Dhtmlentities21.phpt76 0000A: 0a 0a
92 0000A: 0a 0a
108 0000A: 264e65774c696e653b 0a
124 0000A: 0a 0a
140 0000A: 0a 0a
156 0000A: 0a 0a
172 0000A: 0a 0a
188 0000A: 0a 0a
H A Dvsprintf_basic5.phpt29 string(1) "A"
30 string(3) "A B"
31 string(5) "A B C"
/PHP-5.4/Zend/tests/traits/
H A Dbug55355.phpt6 // A trait that has a abstract function
14 // A class on the second level in the
22 // A class on the first level in the
/PHP-5.4/ext/intl/tests/
H A Dbug62915-2.phpt9 class A extends IntlDateFormatter {
23 foreach (range('A', 'D') as $subclass) {
30 string(1) "A"
/PHP-5.4/ext/spl/tests/
H A Diterator_018.phpt15 $it = new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C', 3 => 'D'));
25 $it = new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C', 3 => 'D'));
42 0=>A
H A Diterator_011.phpt15 $it = new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C', 3 => 'D'));
25 $it = new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C', 3 => 'D'));
42 0=>A

Completed in 28 milliseconds

1...<<11121314151617181920>>...50