Home
last modified time | relevance | path

Searched refs:class (Results 251 – 275 of 3241) sorted by relevance

1...<<11121314151617181920>>...130

/PHP-5.6/ext/spl/tests/
H A Dspl_autoload_call_basic.phpt8 function customAutolader($class) {
9 require_once __DIR__ . '/testclass.class.inc';
17 %stestclass.class.inc
/PHP-5.6/ext/reflection/tests/
H A DReflectionObject___toString_basic1.phpt6 class Foo {
15 Object of class [ <user> class Foo ] {
H A Dbug46064.phpt6 class x {
31 class test {
35 class bar extends test {
53 ["class"]=>
70 ["class"]=>
H A Dbug32981.phpt6 class TestClass
14 $class = new ReflectionClass('TestClass');
15 foreach ($class->getMethods() as $method)
H A Dbug38942.phpt5 class foo {
9 class bar extends foo {
14 Class [ <user> class bar extends foo ] {
H A Dbug30209.phpt6 class Foo
14 $class = new ReflectionClass($this);
16 $method = $class->getMethod($this->name);
/PHP-5.6/ext/standard/tests/class_object/
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 {}
/PHP-5.6/Zend/tests/
H A Dlsb_003.phpt2 ZE2 Late Static Binding creating a new class with 'static'
6 class TestClass {
12 class ChildClass extends TestClass {}
H A Ddebug_backtrace_options.phpt31 class foo {
104 [class] => foo
123 [class] => foo
168 [class] => foo
187 [class] => foo
232 [class] => foo
247 [class] => foo
292 [class] => foo
311 [class] => foo
344 [class] => foo
[all …]
H A Dbug48770_3.phpt2 Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
8 class A {
23 class B extends A {
37 class C extends B {
51 Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'B' does not have…
H A Derrmsg_023.phpt6 class test1 {
10 class test extends test1 {
17 Fatal error: Access level to test::$var must be protected (as in class test1) or weaker in %s on li…
H A Dbug32296.phpt5 abstract class space{
10 abstract class shape extends space{
15 abstract class quad extends shape{
28 class square extends quad{}
/PHP-5.6/tests/classes/
H A Dconstants_error_003.phpt2 Basic class support - attempting to pass a class constant by reference.
5 class aclass
H A Dfinal_ctor2.phpt6 class Base
13 class Works extends Base
17 class Extended extends Base
H A Dvisibility_000a.phpt8 class father {
16 class same extends father {
26 class fail extends same {
33 Fatal error: Access level to fail::f0() must be public (as in class same) in %s on line %d
H A Dvisibility_000b.phpt8 class father {
16 class same extends father {
26 class fail extends same {
33 Fatal error: Access level to fail::f0() must be public (as in class same) in %s on line %d
H A Dvisibility_001a.phpt8 class father {
16 class same extends father {
26 class fail extends same {
33 Fatal error: Access level to fail::f1() must be public (as in class same) in %s on line %d
H A Dvisibility_001b.phpt8 class father {
16 class same extends father {
26 class fail extends same {
33 Fatal error: Access level to fail::f1() must be public (as in class same) in %s on line %d
H A Dvisibility_002a.phpt8 class father {
16 class same extends father {
26 class fail extends same {
33 Fatal error: Access level to fail::f2() must be public (as in class same) in %s on line %d
H A Dvisibility_002b.phpt8 class father {
16 class same extends father {
26 class fail extends same {
33 Fatal error: Access level to fail::f2() must be public (as in class same) in %s on line %d
H A Dvisibility_003b.phpt8 class father {
16 class same extends father {
26 class fail extends same {
33 Fatal error: Access level to fail::f3() must be protected (as in class same) or weaker in %s on lin…
/PHP-5.6/tests/lang/
H A Dcompare_objects_basic1.phpt9 class class1{}
11 class class2{}
13 class class3{
19 class class4 extends class3{
22 class class5 extends class3{
/PHP-5.6/ext/standard/tests/general_functions/
H A Dis_object.phpt11 // class with no members
12 class foo
17 // abstract class
18 abstract class abstractClass
26 // implement abstract class
27 class concreteClass extends abstractClass
34 // interface class
42 class Value implements IValue
55 // a gereral class
56 class myClass
[all …]
/PHP-5.6/ext/spl/internal/
H A Diteratoriterator.inc5 * @brief class IteratorIterator
22 * It is also possible to derive the class and implement IteratorAggregate by
26 class SomeClass extends BaseClass implements IteratorAggregate
35 * As you can see in the example this approach requires that the class to
36 * downcast to is actually a base class of the specified iterator to wrap.
40 class IteratorIterator implements OuterIterator
45 * @param classname optional class the iterator has to be downcasted to
59 …sses that only implement Traversable can be wrapped only after converting class IteratorIterator i…
115 /** The inner iterator must be private because when this class will be
/PHP-5.6/ext/standard/tests/array/
H A Darray_multisort_variation9.phpt14 class classWithToString {
20 class classWithoutToString { }
43 Notice: Object of class classWithToString could not be converted to double in %sarray_multisort_var…
45 Notice: Object of class classWithoutToString could not be converted to double in %sarray_multisort_…
47 Notice: Object of class classWithoutToString could not be converted to double in %sarray_multisort_…
49 Notice: Object of class classWithoutToString could not be converted to double in %sarray_multisort_…
51 Notice: Object of class classWithoutToString could not be converted to double in %sarray_multisort_…

Completed in 25 milliseconds

1...<<11121314151617181920>>...130