Home
last modified time | relevance | path

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

12345678910>>...34

/PHP-7.4/tests/lang/
H A Dbug7515.phpt8 function method() {}
18 $o->root->method();
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload1.phpt9 public function method() : B {}
14 public function method() : C {}
H A Dclass_order_autoload2.phpt9 public function method() : B {}
14 public function method() : C {}
/PHP-7.4/Zend/tests/
H A Dbug72496.phpt2 Bug #72496 (declare public method with signature incompatible with parent private method should not…
H A Dobjects_006.phpt2 method overloading with different method signature
H A Dobjects_007.phpt2 method overloading with different method signature
H A Dbug78776.phpt2 Bug #78776: Abstract method implementation from trait does not check "static"
28 Fatal error: Cannot make non static method A::createApp() static in class C in %s on line %d
H A Dcall_user_func_004.phpt2 Calling non-static method with call_user_func()
16 Deprecated: %son-static method foo::teste() should not be called statically in %s on line %d
H A Dbug22725.phpt2 Bug #22725 (A derived class can call a parent's protected method that calls a private method)
H A Dbug40621.phpt18 Deprecated: Non-static method Foo::get() should not be called statically in %s on line %d
20 Fatal error: Uncaught Error: Non-static method Foo::__construct() cannot be called statically in %s…
/PHP-7.4/Zend/tests/generators/
H A Dbug63066.phpt2 Bug #63066 (Calling an undefined method in a generator results in a seg fault)
16 Fatal error: Uncaught Error: Call to undefined method stdClass::fatalError() in %sbug63066.php:5
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c97 dm->method(server, userData); in check_docs_loaded()
107 static inline void describe_method(XMLRPC_SERVER server, XMLRPC_VALUE vector, const char* method) { in describe_method() argument
108 if(method) { in describe_method()
109 server_method* sm = find_method(server, method); in describe_method()
188 const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); in xi_system_method_signature_cb() local
194 if(method) { in xi_system_method_signature_cb()
195 server_method* sm = find_method(server, method); in xi_system_method_signature_cb()
247 const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); in xi_system_method_help_cb() local
253 if(method) { in xi_system_method_help_cb()
254 server_method* sm = find_method(server, method); in xi_system_method_help_cb()
[all …]
/PHP-7.4/ext/reflection/tests/
H A Dbug51905.phpt16 $method = $clazz->getMethod('x');
17 foreach ($method->getParameters() as $param) {
H A Dbug66430.phpt20 $method = $reflection->getMethod("bravo");
21 $closure = $method->getClosure($alpha);
25 echo "reflection of alpha.bravo: ", $method->invoke($alpha).PHP_EOL;
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_context_set_option_basic.phpt11 var_dump(stream_context_set_option($context, 'http', 'method', 'POST'));
30 ["method"]=>
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadXML_basic.phpt4 This test verifies the basic behaviour of the method
7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_basic.phpt4 This test verifies the basic behaviour of the method
7 - LOAD_OPTIONS: the second parameter to pass to the method
/PHP-7.4/ext/standard/tests/general_functions/
H A D010.phpt23 Exception: Non-static method test::__call() cannot be called statically
26 Fatal error: Non-static method test::__call() cannot be called statically in %s on line %d
/PHP-7.4/Zend/tests/traits/
H A Dlanguage011.phpt2 Aliasing on conflicting method should not cover up conflict.
30 Fatal error: Trait method sayHello has not been applied, because there are collisions with other tr…
/PHP-7.4/tests/output/
H A Dob_start_basic_005.phpt2 ob_start(): non-static method as static callbacks.
28 Warning: ob_start(): non-static method C::h() should not be called statically in %s on line 20
H A Dob_start_error_004.phpt2 Test ob_start() with non existent callback method.
18 Warning: ob_start(): class 'C' does not have a method 'f' in %s on line %d
/PHP-7.4/ext/posix/tests/
H A Dposix_errno_basic.phpt14 echo "*** Test by calling method or function with its expected arguments ***\n";
21 *** Test by calling method or function with its expected arguments ***
H A Dposix_setgid_basic.phpt15 echo "*** Test by calling method or function with its expected arguments ***\n";
24 *** Test by calling method or function with its expected arguments ***
/PHP-7.4/tests/classes/
H A Dabstract_by_interface_001.phpt2 ZE2 An abstract method may not be called
33 Fatal error: Class Fails contains 1 abstract method and must therefore be declared abstract or impl…
H A Dprivate_001.phpt2 ZE2 A private method can only be called inside the class
24 Fatal error: Uncaught Error: Call to private method pass::show() from context '' in %s:%d

Completed in 26 milliseconds

12345678910>>...34