Home
last modified time | relevance | path

Searched refs:class (Results 126 – 150 of 3142) sorted by relevance

12345678910>>...126

/PHP-5.5/ext/reflection/tests/
H A Dbug39067.phpt6 class A {
10 class B extends A {
14 class C extends B {
27 class Test {
31 class Test2 extends Test {
H A Dbug39001.phpt2 Bug #39001 (ReflectionProperty returns incorrect declaring class for protected properties)
6 class Meta {
9 class CParent extends Meta {
14 class Child extends CParent {
H A Dbug47254.phpt9 class A
15 class B extends A
32 [class] => B
38 [class] => A
H A DReflectionClass_isInstance_basic.phpt5 class A {}
6 class B extends A {}
9 class C implements I {}
11 class X {}
20 foreach ($classes as $class) {
21 $rc = new ReflectionClass($class);
24 echo "is $name a $class? ";
H A DReflectionObject_isInstantiable_variation.phpt6 class noCtor {
12 class publicCtorNew {
19 class protectedCtorNew {
26 class privateCtorNew {
33 class publicCtorOld {
40 class protectedCtorOld {
47 class privateCtorOld {
H A D023.phpt7 class C1 {
12 class C2 extends C1 {
17 $class = new ReflectionClass("C2");
18 var_dump($class->getDefaultProperties());
H A DReflectionObject_export_basic3.phpt5 class C {
9 class D extends C{
17 Object of class [ <user> class D extends C ] {
H A Dbug29268.phpt7 eval("class $classname {}");
10 class B{
19 $class = $parameter->getClass();
20 echo $class->name."\n";
H A DReflectionProperty_constructor_error.phpt2 Test ReflectionProperty class constructor errors.
6 class TestClass {
11 echo "Non-existent class:\n";
37 Non-existent class:
41 The parameter class is expected to be either a string or an object
H A Dbug49719.phpt2 Bug #49719 (ReflectionClass::hasProperty returns true for a private property in base class)
6 class A {
9 class B extends A {
25 class A2 {
29 class B2 extends A2 {
/PHP-5.5/Zend/tests/
H A Dbug39542.phpt13 function __autoload($class) {
14 if (!require_once($class.'.php')) {
15 error_log('Error: Autoload class: '.$class.' not found!');
H A Dexception_004.phpt2 Throwing exception using a class that isn't derived from the Exception base class
8 class Foo { }
18 Fatal error: Exceptions must be valid objects derived from the Exception base class in %s on line %d
H A Dbug46308.phpt5 class main
11 class dataAccessor
15 class relay
23 class dummy
H A Dlsb_017.phpt5 class A {
14 class B extends A {
16 class C extends A {
18 class D extends A {
H A Daccess_modifiers_010.phpt6 class d {
12 abstract class a extends d {
18 abstract class b extends a {
21 class c extends b {
H A Dbug18556.phpt2 Bug #18556 (Setting locale to 'tr_TR' lowercases class names)
9 class InfoBlob {
24 foreach(get_declared_classes() as $class)
26 if(!class_exists($class))
27 echo "$class No Longer Exists!\n";
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 {
/PHP-5.5/tests/classes/
H A Dctor_in_interface_03.phpt2 ZE2 A class constructor must keep the signature of base class interfaces
10 abstract class implem implements constr
14 class derived extends implem
H A Dconstants_basic_006.phpt2 Ensure class constants are not evaluated when a class is looked up to resolve inheritance during ru…
5 class C
11 eval('class D extends C { const V = \'test\'; }');
13 class E extends D
H A Dctor_in_interface_04.phpt2 ZE2 A class constructor must keep the signature of base class interfaces
10 class implem implements constr
17 class derived extends implem
H A Dinheritance_002.phpt7 class Base_php4 {
13 class Child_php4 extends Base_php4 {
20 class Base_php5 {
26 class Child_php5 extends Base_php5 {
33 class Child_mx1 extends Base_php4 {
40 class Child_mx2 extends Base_php5 {
H A Dclass_final.phpt2 ZE2 A final class cannot be inherited
8 final class base {
16 class derived extends base {
22 Fatal error: Class derived may not inherit from final class (base) in %s on line %d
/PHP-5.5/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt2 Directory class behaviour.
7 * Description: Directory class with properties, handle and class and methods read, rewind and close
11 echo "Structure of Directory class:\n";
22 Structure of Directory class:
23 Class [ <internal%s> class Directory ] {
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_uassoc_variation10.phpt2 Test array_intersect_uassoc() function : usage variation - Passing class/object methods to callback
15 // define some class with method
16 class MyClass
28 echo "\n-- Testing array_intersect_uassoc() function using class with static method as callback --\…
32 echo "\n-- Testing array_intersect_uassoc() function using class with regular method as callback --…
40 -- Testing array_intersect_uassoc() function using class with static method as callback --
50 -- Testing array_intersect_uassoc() function using class with regular method as callback --
/PHP-5.5/ext/mysqli/tests/
H A Dbug30967.phpt2 Bug #30967 (problems with properties declared in the class extending the class extending MySQLi)
12 class mysql1 extends mysqli {
15 class mysql2 extends mysql1 {

Completed in 40 milliseconds

12345678910>>...126