Home
last modified time | relevance | path

Searched refs:method (Results 151 – 175 of 702) sorted by relevance

12345678910>>...29

/PHP-5.5/Zend/tests/
H A Dobjects_006.phpt2 method overloading with different method signature
H A Dobjects_007.phpt2 method overloading with different method signature
H A Dbug43200.phpt42 Method [ <user, prototype b> public method foo ] {
46 Method [ <user, inherits c, prototype a> public method bar ] {
H A Dcall_static_006.phpt24 Strict Standards: Non-static method foo::aa() should not be called statically in %s on line %d
27 Strict Standards: Non-static method foo::aa() should not be called statically in %s on line %d
/PHP-5.5/tests/classes/
H A Dabstract_derived.phpt2 ZE2 A derived class with an abstract method must be abstract
20 Fatal error: Class derived contains 1 abstract method and must therefore be declared abstract or im…
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 Dabstract_redeclare.phpt2 ZE2 A method cannot be redeclared abstract
22 Fatal error: Class fail contains 1 abstract method and must therefore be declared abstract or imple…
H A Dfinal_redeclare.phpt2 ZE2 A final method may not be overwritten
25 Fatal error: Cannot override final method pass::show() in %s on line %d
H A Dprivate_001.phpt2 ZE2 A private method can only be called inside the class
26 Fatal error: Call to private method pass::show() from context '' in %s on line %d
H A Dabstract.phpt2 ZE2 An abstract method may not be called
30 Fatal error: Cannot call abstract method fail::show() in %s on line %d
H A Dabstract_by_interface_002.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…
/PHP-5.5/tests/lang/
H A DpassByReference_005.phpt96 echo "\n\n ---- Pass by ref / pass by val: static method calls ----\n";
118 echo "\n\n ---- Pass by ref / pass by val: instance method calls ----\n";
180 ---- Pass by ref / pass by val: static method calls ----
184 Strict Standards: Non-static method C::v() should not be called statically in %s on line 95
186 Strict Standards: Non-static method C::r() should not be called statically in %s on line 96
196 Strict Standards: Non-static method C::vv() should not be called statically in %s on line 100
206 Strict Standards: Non-static method C::vr() should not be called statically in %s on line 104
214 Strict Standards: Non-static method C::rv() should not be called statically in %s on line 108
220 Strict Standards: Non-static method C::rr() should not be called statically in %s on line 112
225 ---- Pass by ref / pass by val: instance method calls ----
H A Dbug7515.phpt10 function method() {}
20 $o->root->method();
/PHP-5.5/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-5.5/ext/reflection/tests/
H A Dbug51905.phpt16 $method = $clazz->getMethod('x');
17 foreach ($method->getParameters() as $param) {
H A DReflectionMethod_invoke_basic.phpt46 echo "Public method:\n";
57 echo "\nStatic method:\n";
72 Public method:
92 Static method:
/PHP-5.5/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-5.5/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-5.5/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-5.5/ext/standard/tests/general_functions/
H A Dbug47857.phpt18 Strict Standards: Non-static method foo::bar() should not be called statically in %sbug47857.php on…
22 Fatal error: Non-static method Exception::getMessage() cannot be called statically in %sbug47857.ph…
H A Dget_cfg_var_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 ***
/PHP-5.5/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…

Completed in 27 milliseconds

12345678910>>...29