Home
last modified time | relevance | path

Searched refs:method (Results 226 – 250 of 1074) sorted by relevance

12345678910>>...43

/php-src/Zend/tests/type_declarations/mixed/inheritance/
H A Dmixed_parameter_inheritance_success3.phpt8 public function method($a) {}
13 public function method(mixed $a) {}
H A Dmixed_parameter_inheritance_success4.phpt8 public function method(int $a) {}
13 public function method(mixed $a) {}
H A Dmixed_parameter_inheritance_success5.phpt8 public function method(?int $a) {}
13 public function method(mixed $a) {}
H A Dmixed_parameter_inheritance_success7.phpt8 public function method(stdClass|Foo $a) {}
13 public function method(mixed $a) {}
/php-src/tests/classes/
H A Dinterface_method_final.phpt2 ZE2 An interface method cannot be final
12 Fatal error: Cannot use the final modifier on an abstract method in %s on line %d
H A Dinterface_method_private.phpt2 ZE2 An interface method cannot be private
12 Fatal error: Access type for interface method if_a::err() must be public in %s on line %d
H A Dabstract_final.phpt2 ZE2 A final method cannot be abstract
13 Fatal error: Cannot use the final modifier on an abstract method in %s on line %d
H A Dfinal_abstract.phpt2 ZE2 A final method cannot be abstract
13 Fatal error: Cannot use the final modifier on an abstract method in %s on line %d
/php-src/ext/opcache/tests/
H A Dbug79193.phpt10 public static function method($bar) {
16 Test::method(1);
/php-src/Zend/tests/
H A Dbug20242.phpt15 echo "method\n";
21 method
H A Dbug71737.phpt7 public function method() {
12 (new Test)->method()(new stdClass);
/php-src/ext/reflection/tests/
H A DReflectionClass_getExtension_basic.phpt2 ReflectionClass::getExtension() method - basic test for getExtension() method
H A Ddefault_value_leak.phpt7 public function method($param = [123]) {}
10 $rp = new ReflectionParameter(['Test', 'method'], 'param');
H A D010.phpt2 ReflectionMethod::__toString() tests (overridden method)
17 Method [ <user, overwrites Foo, prototype Foo> public method func ] {
H A DReflectionMethod_invoke_on_abstract_method_after_setAccessible.phpt2 ReflectionMethod::invoke() on an abstract method should fail
19 Trying to invoke abstract method Test::foo()
H A Dbug33312.phpt11 $method = $class->getMethod('bar');
13 foreach ($method->getParameters() as $parameter) {
/php-src/Zend/tests/named_params/
H A Druntime_cache_init.phpt7 public static function method($a = FOO, $b = 1) {
13 call_user_func(['Test', 'method'], b: 0);
/php-src/Zend/tests/return_types/
H A Dnever_disallowed4.phpt2 never return type: unacceptable cases: empty return in a method
14 Fatal error: A never-returning method must not return in %s on line %d
/php-src/sapi/cli/tests/
H A Dbug69953.phpt2 FR #69953 (Support MKCALENDAR request method)
13 $context = stream_context_create(['http' => ['method' => 'MKCALENDAR']]);
/php-src/Zend/tests/objects/
H A Dobjects_009.phpt2 method overloading with different method signature
/php-src/Zend/tests/attributes/override/
H A D022.phpt2 #[\Override]: Static method no parent class.
16 Fatal error: C::c() has #[\Override] attribute, but no matching parent method exists in %s on line …
/php-src/Zend/tests/traits/
H A Dinheritance002.phpt2 Trait method overrides base class method
/php-src/Zend/tests/errmsg/
H A Derrmsg_001.phpt2 errmsg: Non-abstract method must contain body
16 Fatal error: Non-abstract method Impl::Foo() must contain body in %s on line %d
/php-src/Zend/tests/anon/
H A D002.phpt8 public function method();
12 public function method(){
/php-src/ext/xml/tests/
H A Dset_element_handler_trampoline.phpt47 echo "\nStart handler is trampoline, end handler method string:\n";
54 echo "\nEnd handler is trampoline, start handler method string:\n";
77 Start handler is trampoline, end handler method string:
79 Deprecated: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to …
92 End handler is trampoline, start handler method string:
94 Deprecated: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to …

Completed in 20 milliseconds

12345678910>>...43