Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/Zend/tests/traits/
H A Dconflict003.phpt2 Two methods resulting in a conflict, should be reported both.
31 …Talk has not been applied, because there are collisions with other trait methods on Talker in %s o…
H A Dstatic_001.phpt2 Traits with static methods.
H A Dstatic_002.phpt2 Traits with static methods referenced using variable.
/PHP-7.4/Zend/tests/
H A Dbug43323.phpt2 Bug #43323 (Wrong count abstract methods)
14 …ethod and must therefore be declared abstract or implement the remaining methods (bar::bar) in %sb…
H A Dbug62956.phpt2 Bug #62956: "incompatible" signatures for private methods should not cause E_WARNING
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 Dclosure_045.phpt2 Closure 045: Closures created in static methods are not implicitly static
H A Daccess_modifiers_007.phpt2 abstract final methods errmsg
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-7.4/ext/reflection/tests/
H A Dbug37964.phpt2 Reflection Bug #37964 (Reflection shows private methods of parent class)
35 - Static methods [0] {
H A Dtraits001.phpt34 - Static methods [0] {
55 - Static methods [0] {
H A D017.phpt22 - Static methods [0] {
/PHP-7.4/tests/classes/
H A Dabstract_static.phpt2 ZE2 A static abstract methods
34 …ethod and must therefore be declared abstract or implement the remaining methods (fail::func) in %…
/PHP-7.4/ext/intl/
H A DERROR_CONVENTIONS.md65 Static methods should only set the global error.
68 `getErrorMessage()` methods.
70 These methods are used to retrieve the error codes stored in the object's
74 * Intl methods and functions should return `FALSE` on error (even argument
75 parsing errors), not `NULL`. Constructors and factory methods are the
82 * Intl functions and methods should reset the global error before doing anything
83 else (even parse the arguments); instance methods should also reset the
97 plain functions mapped to the same internal functions as their instance methods.
/PHP-7.4/ext/json/
H A Dphp_json_parser.h60 php_json_parser_methods methods; member
70 const php_json_parser_methods *methods);
/PHP-7.4/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-7.4/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-7.4/tests/lang/
H A Dbug28213.phpt2 Bug #28213 (crash in debug_print_backtrace in static methods)
/PHP-7.4/ext/opcache/tests/
H A Dinternal_func_info_static_method.phpt2 Internal static methods should not be confused with global functions
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_decrypt_ccm.phpt13 $methods = ['aes-128-ccm', 'aes-256-ccm'];
15 foreach ($methods as $method) {
/PHP-7.4/ext/spl/tests/
H A Dcountable_class_basic1.phpt16 - Static methods [0] {

Completed in 42 milliseconds

12345678910>>...12