Home
last modified time | relevance | path

Searched refs:methods (Results 26 – 50 of 286) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/reflection/tests/
H A Dtraits001.phpt34 - Static methods [0] {
55 - Static methods [0] {
H A DReflectionClass_FileInfo_error.phpt8 $methods = array("getFileName", "getStartLine", "getEndLine");
10 foreach ($methods as $method) {
H A DReflectionObject_FileInfo_error.phpt8 $methods = array("getFileName", "getStartLine", "getEndLine");
10 foreach ($methods as $method) {
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS54 Static methods should only set the global error.
58 getErrorMessage() methods
60 These methods are used to retrieve the error codes stored in the object's
65 :: Intl methods and functions should return FALSE on error (even argument
66 parsing errors), not NULL. Constructors and factory methods are the
74 :: Intl functions and methods should reset the global error before doing
75 anything else (even parse the arguments); instance methods should also reset
86 plain functions mapped to the same internal functions as their instance methods.
/PHP-5.5/tests/classes/
H A Dabstract_static.phpt2 ZE2 A static abstract methods
36 …ethod and must therefore be declared abstract or implement the remaining methods (fail::func) in %…
/PHP-5.5/ext/standard/tests/class_object/
H A Dmethod_exists_basic_001.phpt2 method_exists() on userspace classes; static & non-static methods with various visibilities.
30 $methods = array(
38 foreach ($methods as $method) {
45 foreach ($methods as $method) {
H A Dget_class_methods_basic_001.phpt30 echo "Argument is name of class which has no methods:\n";
58 Argument is name of class which has no methods:
/PHP-5.5/ext/date/tests/
H A DDateTime_verify.phpt12 echo "..and get names of all its methods\n";
13 $methods = $class->getMethods();
14 var_dump($methods);
29 ..and get names of all its methods
H A Ddate_default_timezone_get-1.phpt16 … the date_default_timezone_set() function. In case you used any of those methods and you are still…
19 … the date_default_timezone_set() function. In case you used any of those methods and you are still…
/PHP-5.5/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
31 - Static methods [0] {
/PHP-5.5/Zend/tests/traits/
H A Dproperty001.phpt2 …for traits that are supposed to enable maintainable code reuse. Accessor methods are the language …
39 …ight be incompatible, to improve maintainability consider using accessor methods in traits instead…
H A Dstatic_001.phpt2 Traits with static methods.
H A Dstatic_002.phpt2 Traits with static methods referenced using variable.
/PHP-5.5/ext/standard/tests/array/
H A Darray_map_object3.phpt2 Test array_map() function : object functionality - class methods as callback function
17 echo "*** Testing array_map() : class methods as callback function ***\n";
65 *** Testing array_map() : class methods as callback function ***
/PHP-5.5/tests/lang/
H A Dbug28213.phpt2 Bug #28213 (crash in debug_print_backtrace in static methods)
/PHP-5.5/ext/xmlwriter/
H A DTODO2 - Add tests for Namespace functions/methods
/PHP-5.5/Zend/tests/
H A Dbug62956.phpt2 Bug #62956: "incompatible" signatures for private methods should not cause E_STRICT
H A Daccess_modifiers_004.phpt2 using multiple access modifiers (abstract methods)
H A Daccess_modifiers_005.phpt2 using multiple access modifiers (final methods)
H A Daccess_modifiers_006.phpt2 using multiple access modifiers (static methods)
H A Daccess_modifiers_007.phpt2 abstract final methods errmsg
H A Dbug27669.phpt2 Bug #27669 (PHP 5 didn't support all possibilities for calling static methods dynamically)
H A Dbug55825.phpt2 Bug #55825 (Missing initial value of static locals in trait methods)
H A Dbug62892.phpt2 Bug #62892 (ReflectionClass::getTraitAliases crashes on importing trait methods as private)
/PHP-5.5/ext/spl/tests/
H A Diterator_070.phpt2 SPL: RecursiveIteratorIterator - Ensure that non-overriden methods execute problem free.

Completed in 44 milliseconds

12345678910>>...12