Home
last modified time | relevance | path

Searched refs:class (Results 226 – 250 of 3142) sorted by relevance

12345678910>>...126

/PHP-5.5/ext/reflection/tests/
H A Dbug41884.phpt6 class Foo
12 $class = new ReflectionClass('Foo');
14 var_dump($class->getDefaultProperties());
H A D003.phpt2 ReflectionMethod::invoke() with base class method
6 class Foo
14 class Bar extends Foo
H A DReflectionObject_export_basic1.phpt6 class Foo {
15 Object of class [ <user> class Foo ] {
H A Dbug33312.phpt5 class Foo {
10 $class = new ReflectionClass('Foo');
11 $method = $class->getMethod('bar');
H A DReflectionObject___toString_basic1.phpt6 class Foo {
15 Object of class [ <user> class Foo ] {
/PHP-5.5/Zend/tests/
H A Dbug62763.phpt2 Bug #62763 (register_shutdown_function and extending class)
5 class test1 {
14 class test2 extends test1 {
H A Dclass_alias_005.phpt2 Testing static call method using the original class name
6 class foo {
17 class bar extends baz {
H A Dclass_constants_001.phpt2 class constants basic tests
6 class test {
22 Fatal error: Undefined class constant 'val3' in %s on line %d
H A Dbug41961.phpt2 Bug #41961 (Ensure search for hidden private methods does not stray from class hierarchy)
8 class X {
18 class ParentClass {
22 class ChildClass extends ParentClass {
H A Dlsb_005.phpt6 class TestA {
18 class TestB {
26 class TestC {
32 class TestBB extends TestB {
H A Dclass_alias_021.phpt2 Overriding internal class with class alias
8 class bar { }
H A Dclass_exists_003.phpt2 Checking if exists interface, trait, abstract and final class
8 abstract class b { }
10 final class c { }
H A Dtrait_exists_003.phpt2 Checking trait_exists(): interface, trait, abstract and final class
8 abstract class b { }
10 final class c { }
H A Dlsb_003.phpt2 ZE2 Late Static Binding creating a new class with 'static'
6 class TestClass {
12 class ChildClass extends TestClass {}
/PHP-5.5/ext/intl/tests/
H A Dbug62915-2.phpt9 class A extends IntlDateFormatter {
13 class B extends NumberFormatter {
16 class C extends MessageFormatter {
19 class D extends Spoofchecker {
/PHP-5.5/ext/phar/tests/
H A Dphar_commitwrite.phpt15 function __autoload(\$class)
17 include 'phar://' . str_replace('_', '/', \$class);
34 function __autoload($class)
36 include 'phar://' . str_replace('_', '/', $class);
/PHP-5.5/ext/spl/tests/
H A DarrayObject___construct_error1.phpt14 echo "Non-existent class:\n";
23 ArrayObject::__construct() expects parameter 3 to be a class name derived from Iterator, 'Exception…
24 Non-existent class:
25 ArrayObject::__construct() expects parameter 3 to be a class name derived from Iterator, 'nonExiste…
H A Dspl_autoload_call_basic.phpt8 function customAutolader($class) {
9 require_once __DIR__ . '/testclass.class.inc';
17 %stestclass.class.inc
/PHP-5.5/Zend/tests/traits/
H A Dbug55554b.phpt2 Bug #55137 (Legacy constructor not registered for class)
15 class OverridingIsSilent1 {
27 class OverridingIsSilent2 {
39 class ReportCollision {
/PHP-5.5/tests/classes/
H A Dctor_visibility.phpt6 class Test
14 class Derived extends Test
30 class TestPriv
45 class DerivedPriv extends TestPriv
H A Dbug29446.phpt2 Bug #29446 (ZE allows multiple declarations of the same class constant)
6 class testClass {
19 Fatal error: Cannot redefine class constant testClass::TEST_CONST in %s on line 5
H A Dinterface_class.phpt2 ZE2 A class can only implement interfaces
7 class base {
10 class derived implements base {
/PHP-5.5/ext/standard/tests/serialize/
H A Dincomplete_class.phpt20class definition "unknown" of the object you are trying to operate on was loaded _before_ unserial…
22class definition "unknown" of the object you are trying to operate on was loaded _before_ unserial…
25class definition "unknown" of the object you are trying to operate on was loaded _before_ unserial…
/PHP-5.5/ext/standard/tests/class_object/
H A Dforward_static_call_002.phpt2 forward_static_call() from outside of a class method.
6 class A
21 Fatal error: Cannot call forward_static_call() when no class scope is active in %s on line %d
H A Dget_class_variation_002.phpt2 Test get_class() function : usage variations - ensure class name case is preserved.
6 * Description: Retrieves the class name
11 class caseSensitivityTest {}

Completed in 66 milliseconds

12345678910>>...126