Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 702) sorted by last modified time

12345678910>>...29

/PHP-5.5/win32/
H A Dinstall.txt69 choices for the method of connecting PHP to the server. For many
143 you'll soon learn, the preferred method for installing PHP is to
1801 No, it is possible to handle any request method, e.g. CONNECT. Proper
/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_002.phpt28 Warning: ob_start(): class 'C' does not have a method 'nonExistent' in %s on line 14
33 Warning: ob_start(): class 'C' does not have a method 'no' in %s on line 15
H A Dob_start_error_003.phpt2 Test ob_start() with object supplied but no method.
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/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 DpassByReference_006.phpt40 echo "\n ---- Pass uninitialised arrays & objects by ref: static method call ---\n";
50 echo "\n ---- Pass uninitialised arrays & objects by ref: instance method call ---\n";
92 ---- Pass uninitialised arrays & objects by ref: static method call ---
94 Strict Standards: Non-static method C::refs() should not be called statically in %s on line 39
163 ---- Pass uninitialised arrays & objects by ref: instance method call ---
H A DpassByReference_007.phpt2 Pass function and method calls by reference and by value.
56 echo "\nPass a static method call that returns a value:\n";
61 echo "Pass a static method call that returns a reference:\n";
68 echo "\nPass a method call that returns a value:\n";
73 echo "Pass a method call that returns a reference:\n";
89 Pass a static method call that returns a value:
94 Pass a static method call that returns a reference:
98 Pass a method call that returns a value:
103 Pass a method call that returns a reference:
H A DreturnByReference.004.phpt2 Returning a reference from a static method
H A DreturnByReference.005.phpt2 Returning a reference from a method
H A DreturnByReference.007.phpt2 Returning a reference from a static method via another static method
H A DreturnByReference.008.phpt2 Returning a reference from a non-static method via another non-static method
H A DforeachLoopObjects.002.phpt99 echo "\n\nIterate over various generations from within an inherited method:\n";
113 echo "\n\nIterate over various generations from within an overridden static method:\n";
246 Iterate over various generations from within an inherited method:
321 Iterate over various generations from within an overridden static method:
H A Dbug21849.phpt2 Bug #21849 (self::constant doesn't work as method's default parameter)
H A Dbug23384.phpt24 Strict Standards: Non-static method Foo::test() should not be called statically in %sbug23384.php o…
H A Dbug23489.phpt2 Bug #23489 (ob_start() is broken with method callbacks)
H A Dbug7515.phpt10 function method() {}
20 $o->root->method();
H A D032.phpt2 Class method registration
/PHP-5.5/tests/classes/
H A Dvisibility_003b.phpt2 ZE2 A redeclared method must have the same or higher visibility
H A Dvisibility_003c.phpt2 ZE2 A redeclared method must have the same or higher visibility
H A Dvisibility_004a.phpt2 ZE2 A redeclared method must have the same or higher visibility
H A Dvisibility_004b.phpt2 ZE2 A redeclared method must have the same or higher visibility
H A Dvisibility_004c.phpt2 ZE2 A redeclared method must have the same or higher visibility
H A Dprotected_001.phpt2 ZE2 A protected method can only be called inside the class
26 Fatal error: Call to protected method pass::fail() from context '' in %s on line %d
H A Dprotected_001b.phpt2 ZE2 A protected method can only be called inside the class
27 Fatal error: Call to protected method pass::fail() from context '' in %s on line %d

Completed in 77 milliseconds

12345678910>>...29