Home
last modified time | relevance | path

Searched refs:class (Results 101 – 125 of 3142) sorted by path

12345678910>>...126

/PHP-5.5/Zend/tests/
H A Dbug32226.phpt6 class A
H A Dbug32252.phpt6 class Test implements ArrayAccess
H A Dbug32290.phpt2 Bug #32290 (calling call_user_func_array() ends in infinite loop within child class)
8 class TestA
41 class TestB extends TestA
H A Dbug32296.phpt5 abstract class space{
10 abstract class shape extends space{
15 abstract class quad extends shape{
28 class square extends quad{}
H A Dbug32322.phpt7 class test
14 echo "New class $value created \n";
37 echo "Using old class " . $instance2 -> myname . "\n";
51 echo "Try static instance inside class :\n";
67 Try static instance inside class :
68 New class Singleton1 created
69 Using old class Singleton1
72 Using old class Singleton1
74 New class Singleton2 created
75 Using old class Singleton2
[all …]
H A Dbug32427.phpt10 class ExampleImpl implements Example {
H A Dbug32429.phpt6 class TestClass {
H A Dbug32596.phpt5 class BUG {
H A Dbug32660.phpt5 class A
H A Dbug32674.phpt5 class collection implements Iterator {
43 class class2 {
H A Dbug32799.phpt5 class test{
H A Dbug32993.phpt5 class Test implements Iterator {
H A Dbug33116.phpt2 Bug #33116 (crash when assigning class name to global variable in __autoload)
5 function __autoload($class)
7 $GLOBALS['include'][] = $class;
8 eval("class DefClass{}");
H A Dbug33171.phpt5 class A
10 class B extends A
H A Dbug33257.phpt7 class X {
H A Dbug33277.phpt2 Bug #33277 (private method accessed by child class)
5 class foo {
11 class fooson extends foo {
17 class foo2son extends fooson {
H A Dbug33512.phpt5 class TheObj {
H A Dbug33710.phpt6 class Foo implements ArrayAccess
H A Dbug33732.phpt2 Bug #33732 (Wrong behavior of constants in class and interface extending)
9 class A implements iA {
12 class B extends A implements iA {
27 class A2 implements iA2 {
30 class B2 extends A2 implements iA2 {
H A Dbug33996.phpt7 class Foo
H A Dbug33999.phpt7 class Foo {
26 Notice: Object of class Foo could not be converted to int in %sbug33999.php on line 9
29 Notice: Object of class Foo could not be converted to double in %sbug33999.php on line 12
H A Dbug34045.phpt5 class BasicSingleton
H A Dbug34064.phpt2 Bug #34064 (arr[] as param to function in class gives invalid opcode)
5 class XmlTest {
H A Dbug34260.phpt5 class Faulty
H A Dbug34310.phpt6 class C

Completed in 86 milliseconds

12345678910>>...126