Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 1323) sorted by last modified time

12345678910>>...53

/PHP-5.5/win32/
H A Dinstall.txt515 c:/directory/file.ext. A trailing slash may also be necessary for
641 c:/directory/file.ext. A trailing slash may also be necessary for
1091 Most PECL extensions also reside in SVN. A web-based view may be
1157 A successful install will have created extname.so and put it into the
/PHP-5.5/tests/strings/
H A D001.phpt96 $correct = '%20%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F'
116 $correct = '+%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F'
/PHP-5.5/tests/output/
H A Dob_implicit_flush_variation_001.phpt32 return "Class A object";
/PHP-5.5/tests/lang/
H A Dfunc_get_arg.005.phpt2 A variable, which is referenced by another variable, is passed by value.
H A Dengine_assignExecutionOrder_002.phpt9 echo "A=$a B=$b\n";
92 A=hello B=bye
H A D032.phpt5 class A {
9 class B extends A {
17 class D extends A {
H A D041.phpt5 class A {
9 $classname = 'A';
H A D042.phpt5 class A {
9 $classname = 'A';
H A D043.phpt5 class A {
9 $classname = 'A';
H A D044.phpt5 class A {
8 $classname = 'A';
/PHP-5.5/tests/classes/
H A Dvisibility_003b.phpt2 ZE2 A redeclared method must have the same or higher visibility
H A Dvisibility_003c.phpt2 ZE2 A redeclared method must have the same or higher visibility
H A Dvisibility_004a.phpt2 ZE2 A redeclared method must have the same or higher visibility
H A Dvisibility_004b.phpt2 ZE2 A redeclared method must have the same or higher visibility
H A Dvisibility_004c.phpt2 ZE2 A redeclared method must have the same or higher visibility
H A Dproperty_override_privateStatic_private.phpt5 class A
7 private static $p = "A::p (static)";
14 class B extends A
24 A::showA();
31 A::p (static)
32 A::p (static)
H A Dproperty_override_privateStatic_privateStatic.phpt5 class A
7 private static $p = "A::p (static)";
14 class B extends A
24 A::showA();
30 A::p (static)
31 A::p (static)
H A Dproperty_override_privateStatic_protected.phpt5 class A
7 private static $p = "A::p (static)";
14 class B extends A
24 A::showA();
31 A::p (static)
32 A::p (static)
H A Dproperty_override_privateStatic_protectedStatic.phpt5 class A
7 private static $p = "A::p (static)";
14 class B extends A
24 A::showA();
30 A::p (static)
31 A::p (static)
H A Dproperty_override_privateStatic_public.phpt5 class A
7 private static $p = "A::p (static)";
14 class B extends A
24 A::showA();
31 A::p (static)
32 A::p (static)
H A Dproperty_override_privateStatic_publicStatic.phpt5 class A
7 private static $p = "A::p (static)";
14 class B extends A
24 A::showA();
30 A::p (static)
31 A::p (static)
H A Dproperty_override_private_private.phpt5 class A
7 private $p = "A::p";
14 class B extends A
24 $a = new A;
32 A::p
33 A::p
H A Dproperty_override_private_privateStatic.phpt5 class A
7 private $p = "A::p";
14 class B extends A
24 $a = new A;
32 A::p
33 A::p
H A Dproperty_override_private_protected.phpt5 class A
7 private $p = "A::p";
14 class B extends A
24 $a = new A;
32 A::p
33 A::p
H A Dproperty_override_private_protectedStatic.phpt5 class A
7 private $p = "A::p";
14 class B extends A
24 $a = new A;
32 A::p
33 A::p

Completed in 38 milliseconds

12345678910>>...53