Searched refs:method (Results 226 – 250 of 1074) sorted by relevance
12345678910>>...43
/php-src/Zend/tests/type_declarations/mixed/inheritance/ |
H A D | mixed_parameter_inheritance_success3.phpt | 8 public function method($a) {} 13 public function method(mixed $a) {}
|
H A D | mixed_parameter_inheritance_success4.phpt | 8 public function method(int $a) {} 13 public function method(mixed $a) {}
|
H A D | mixed_parameter_inheritance_success5.phpt | 8 public function method(?int $a) {} 13 public function method(mixed $a) {}
|
H A D | mixed_parameter_inheritance_success7.phpt | 8 public function method(stdClass|Foo $a) {} 13 public function method(mixed $a) {}
|
/php-src/tests/classes/ |
H A D | interface_method_final.phpt | 2 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 D | interface_method_private.phpt | 2 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 D | abstract_final.phpt | 2 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 D | final_abstract.phpt | 2 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 D | bug79193.phpt | 10 public static function method($bar) { 16 Test::method(1);
|
/php-src/Zend/tests/ |
H A D | bug20242.phpt | 15 echo "method\n"; 21 method
|
H A D | bug71737.phpt | 7 public function method() { 12 (new Test)->method()(new stdClass);
|
/php-src/ext/reflection/tests/ |
H A D | ReflectionClass_getExtension_basic.phpt | 2 ReflectionClass::getExtension() method - basic test for getExtension() method
|
H A D | default_value_leak.phpt | 7 public function method($param = [123]) {} 10 $rp = new ReflectionParameter(['Test', 'method'], 'param');
|
H A D | 010.phpt | 2 ReflectionMethod::__toString() tests (overridden method) 17 Method [ <user, overwrites Foo, prototype Foo> public method func ] {
|
H A D | ReflectionMethod_invoke_on_abstract_method_after_setAccessible.phpt | 2 ReflectionMethod::invoke() on an abstract method should fail 19 Trying to invoke abstract method Test::foo()
|
H A D | bug33312.phpt | 11 $method = $class->getMethod('bar'); 13 foreach ($method->getParameters() as $parameter) {
|
/php-src/Zend/tests/named_params/ |
H A D | runtime_cache_init.phpt | 7 public static function method($a = FOO, $b = 1) { 13 call_user_func(['Test', 'method'], b: 0);
|
/php-src/Zend/tests/return_types/ |
H A D | never_disallowed4.phpt | 2 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 D | bug69953.phpt | 2 FR #69953 (Support MKCALENDAR request method) 13 $context = stream_context_create(['http' => ['method' => 'MKCALENDAR']]);
|
/php-src/Zend/tests/objects/ |
H A D | objects_009.phpt | 2 method overloading with different method signature
|
/php-src/Zend/tests/attributes/override/ |
H A D | 022.phpt | 2 #[\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 D | inheritance002.phpt | 2 Trait method overrides base class method
|
/php-src/Zend/tests/errmsg/ |
H A D | errmsg_001.phpt | 2 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 D | 002.phpt | 8 public function method(); 12 public function method(){
|
/php-src/ext/xml/tests/ |
H A D | set_element_handler_trampoline.phpt | 47 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