Home
last modified time | relevance | path

Searched refs:method (Results 251 – 275 of 1011) sorted by relevance

1...<<11121314151617181920>>...41

/PHP-8.2/Zend/tests/traits/
H A Dgh12854.phpt2 GH-12854 (8.3 - as final trait-used method does not correctly report visibility in Reflection)
31 foreach (['pub', 'prot', 'priv', 'final1', 'final2', 'final3'] as $method) {
32 echo "--- Method: $method ---\n";
33 $rm = new ReflectionMethod(Test::class, $method);
H A Dinheritance001.phpt2 Trait method overwritten by a method defined in the class.
H A Dbug60165a.phpt17 Fatal error: An alias (barA) was defined for method nonExistent(), but this method does not exist i…
H A Derror_013.phpt2 Trying to use static as method modifier
19 Fatal error: Cannot use "static" as method modifier in trait alias in %s on line %d
/PHP-8.2/Zend/tests/type_declarations/mixed/inheritance/
H A Dmixed_parameter_inheritance_success6.phpt8 public function method(bool|int|float|string|array|object|null $a) {}
13 public function method(mixed $a) {}
/PHP-8.2/Zend/tests/
H A Derrmsg_005.phpt2 errmsg: can't use method return value in write context
18 Fatal error: Can't use method return value in write context in %s on line %d
H A Dobjects_005.phpt2 method overloading with different method signature
H A Dbug71414.phpt2 Bug #71414 (Interface method override inherited method and implemented in a trait causes fatal erro…
H A Dmethods-on-non-objects.phpt7 $x->method();
11 Fatal error: Uncaught Error: Call to a member function method() on null in %s:%d
H A Dobjects_002.phpt2 method overloading with different method signature
/PHP-8.2/Zend/tests/attributes/override/
H A D010.phpt2 #[\Override]: Parent method is private.
19 Fatal error: C::p() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D011.phpt2 #[\Override]: Parent method is private (2).
19 Fatal error: C::p() has #[\Override] attribute, but no matching parent method exists in %s on line …
/PHP-8.2/ext/reflection/tests/
H A Dbug51911.phpt12 $method = $clazz->getMethod('x');
13 foreach ($method->getParameters() as $param) {
H A DReflectionGenerator_in_Generator.phpt6 function call(ReflectionGenerator $ref, $method, $rec = true) {
8 call($ref, $method, false);
11 var_dump($ref->$method());
/PHP-8.2/ext/opcache/tests/
H A Dpreload_trait_multiple_fixup.phpt16 (new C2)->method();
17 (new C4)->method();
/PHP-8.2/Zend/tests/type_declarations/intersection_types/variance/
H A Dvalid8.phpt9 function method(): iterable {}
14 function method(): X&Traversable {}
/PHP-8.2/Zend/tests/traits/bugs/
H A Dalias-semantics.phpt2 … alias operation is to provide an additional identifier for the method body of the original method.
/PHP-8.2/ext/spl/tests/SplFileObject/
H A Dbug68479.phpt6 $method = new ReflectionMethod('SplFileObject', 'fputcsv');
7 $params = $method->getParameters();
/PHP-8.2/Zend/tests/return_types/
H A Dnever_disallowed5.phpt2 never return type: unacceptable cases: implicit return in a method
21 Foo::bar(): never-returning method must not implicitly return
/PHP-8.2/Zend/tests/function_arguments/
H A Dcall_with_trailing_comma_basic.phpt2 Allow trailing commas in function and method calls
38 'method',
79 string(6) "method"
/PHP-8.2/ext/pdo/tests/
H A Dpdo_037.phpt2 Crash when calling a method of a class that inherits PDOStatement
17 Fatal error: Uncaught Error: Call to undefined method MyStatement::foo() in %s:%d
/PHP-8.2/tests/lang/
H A Dbug7515.phpt6 function method() {}
17 $o->root->method();
/PHP-8.2/ext/intl/uchar/tests/
H A Dbug70453.phpt7 $method = new ReflectionMethod('IntlChar', 'foldCase');
8 $param = $method->getParameters()[1];
/PHP-8.2/tests/classes/
H A Dabstract_derived.phpt2 ZE2 A derived class with an abstract method must be abstract
16 Fatal error: Class derived contains 1 abstract method and must therefore be declared abstract or im…
/PHP-8.2/Zend/tests/type_declarations/variance/
H A Denum_forward_compat.phpt16 public function method(X $param) : object {}
20 public function method(object $param) : Y {}

Completed in 21 milliseconds

1...<<11121314151617181920>>...41