Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_export_basic2.phpt28 - Static methods [0] {
50 - Static methods [0] {
H A Dtraits001.phpt35 - Static methods [0] {
56 - Static methods [0] {
/PHP-8.2/ext/gd/tests/
H A Dimageinterpolation_basic.phpt7 $methods = array(
31 foreach ($methods as $method) {
/PHP-8.2/ext/standard/tests/class_object/
H A Dmethod_exists_basic_001.phpt2 method_exists() on userspace classes; static & non-static methods with various visibilities.
24 $methods = array(
32 foreach ($methods as $method) {
39 foreach ($methods as $method) {
H A Dget_class_methods_basic_001.phpt24 echo "Argument is name of class which has no methods:\n";
56 Argument is name of class which has no methods:
/PHP-8.2/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-8.2/ext/json/
H A Dphp_json_parser.h58 php_json_parser_methods methods; member
68 const php_json_parser_methods *methods);
/PHP-8.2/ext/xml/tests/
H A Dxml_set_object_multiple_times_errors.phpt2 Swap underlying object to call methods with xml_set_object() new object has missing methods
/PHP-8.2/ext/opcache/tests/
H A Dinternal_func_info_static_method.phpt2 Internal static methods should not be confused with global functions
/PHP-8.2/ext/standard/tests/array/
H A Darray_map_object3.phpt2 Test array_map() function : object functionality - class methods as callback function
12 echo "*** Testing array_map() : class methods as callback function ***\n";
68 *** Testing array_map() : class methods as callback function ***
/PHP-8.2/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt6 * Description: Directory class with properties, handle and class and methods read, rewind and close
35 - Static methods [0] {
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_decrypt_ccm.phpt13 $methods = ['aes-128-ccm', 'aes-256-ccm'];
15 foreach ($methods as $method) {
/PHP-8.2/Zend/tests/
H A Dbug62956.phpt2 Bug #62956: "incompatible" signatures for private methods should not cause E_WARNING
H A Dbug27669.phpt2 Bug #27669 (PHP 5 didn't support all possibilities for calling static methods dynamically)
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-8.2/Zend/tests/enum/
H A Dbasic-methods.phpt2 Enum methods
/PHP-8.2/Zend/tests/traits/
H A Dstatic_001.phpt2 Traits with static methods.
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt20 $methods = get_class_methods($mysqli);
75 foreach ($methods as $k => $method) {
77 unset($methods[$k]);
81 if (!empty($methods)) {
82 printf("Dumping list of unexpected methods.\n");
83 var_dump($methods);
86 printf("Dumping list of missing methods.\n");
89 if (empty($methods) && empty($expected_methods))
/PHP-8.2/tests/classes/
H A Dinheritance_009.phpt2 Ensure private methods with the same name are not checked for inheritance rules - abstract

Completed in 33 milliseconds

12345678910>>...12