Home
last modified time | relevance | path

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

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

/PHP-5.5/Zend/tests/traits/
H A Dbug65576b.phpt15 class A
23 class B extends A
H A Dbug60165a.phpt6 trait A {
11 use A {
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-5.5/ext/spl/tests/
H A Dbug64023.phpt5 class A extends \SplFileInfo
10 $a = new A('/');
H A Diterator_012.phpt8 $it = new NoRewindIterator(new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C')));
28 0=>A
H A Diterator_019.phpt8 $it = new NoRewindIterator(new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C')));
28 0=>A
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;
H A Dbug41691.phpt6 class A extends ArrayObject {
15 $a = new A(null, ArrayObject::ARRAY_AS_PROPS );
/PHP-5.5/ext/pdo/tests/
H A Dpdo_003.phpt18 $db->exec("INSERT INTO test VALUES(1, 'A')");
36 string(1) "A"
38 string(1) "A"
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_basic5.phpt43 A
44 A B
45 A B C
H A Dpack_A.phpt2 pack()/unpack(): "A" modifier
9 unpack("A*", "foo\0\rbar\0 \t\r\n"),
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error1.phpt5 class A {}
6 $rc = new ReflectionClass('A');
H A Dbug63614.phpt11 const A = 0;
16 self::A => 'a'
/PHP-5.5/Zend/tests/
H A Dbug29104.phpt5 class A
20 $a = new A;
H A Dbug49893.phpt5 class A {
16 $this->a = new A();
H A Dclosure_007.phpt6 class A {
22 $a = new A;
H A Dns_033.phpt5 use A;
8 Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2
H A Dbug30451.phpt6 class A {
16 class B extends A {
H A Derrmsg_045.phpt11 eval('class A { function a() {} function __construct() {} }');
15 string(50) "Redefining already defined constructor for class A"
/PHP-5.5/tests/lang/
H A D044.phpt5 class A {
8 $classname = 'A';
/PHP-5.5/tests/classes/
H A D__call_007.phpt5 class A {
12 A::unknownCalledWithSRO(1,2,3);
16 class B extends A {
22 $a = new A();
/PHP-5.5/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:{}}'));
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation2.phpt47 return "Class A object";
125 string(13) "A Sample Test"
144 string(13) "A Sample Test"
163 string(13) "A Sample Test"
182 string(13) "A Sample Test"
201 string(13) "A Sample Test"
220 string(13) "A Sample Test"
239 string(13) "A Sample Test"
258 string(13) "A Sample Test"
277 string(13) "A Sample Test"
[all …]
H A Diconv_mime_decode_headers_variation3.phpt50 return "Class A object";
128 string(13) "A Sample Test"
147 string(13) "A Sample Test"
166 string(13) "A Sample Test"
185 string(13) "A Sample Test"
204 string(13) "A Sample Test"
223 string(13) "A Sample Test"
242 string(13) "A Sample Test"
261 string(13) "A Sample Test"
280 string(13) "A Sample Test"
[all …]

Completed in 45 milliseconds

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