Home
last modified time | relevance | path

Searched refs:methods (Results 51 – 75 of 283) sorted by relevance

12345678910>>...12

/PHP-7.4/ext/spl/tests/
H A Diterator_070.phpt2 SPL: RecursiveIteratorIterator - Ensure that non-overriden methods execute problem free.
H A Dspl_autoload_006.phpt2 SPL: spl_autoload() with static methods
/PHP-7.4/Zend/tests/traits/bugs/
H A Dabstract-methods03.phpt2 Abstract Trait Methods should behave like common abstract methods.
H A Dabstract-methods02.phpt2 Abstract Trait Methods should behave like common abstract methods.
/PHP-7.4/Zend/tests/
H A Derrmsg_010.phpt2 errmsg: multiple access type modifiers are not allowed (methods)
H A Daccess_modifiers_001.phpt2 using multiple access modifiers (methods)
H A D022.phpt2 Implementating abstracting methods and optional parameters
H A Dbug40815.phpt2 Bug #40815 (using strings like "class::func" and static methods in set_exception_handler() might re…
H A Derrmsg_038.phpt13 …eclare property test::$var final, the final modifier is allowed only for methods and classes in %s…
H A Derrmsg_018.phpt13 …ethod and must therefore be declared abstract or implement the remaining methods (test::foo) in %s…
H A Dbug30791.phpt2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
/PHP-7.4/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-7.4/Zend/tests/traits/
H A Dbug63911.phpt2 Bug #63911 (Ignore conflicting trait methods originationg from identical sub traits)
/PHP-7.4/ext/pcre/tests/
H A Dbug21758.phpt2 Bug #21758 (preg_replace_callback() not working with class methods)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt20 $methods = get_class_methods($mysqli);
77 foreach ($methods as $k => $method) {
79 unset($methods[$k]);
83 if (!empty($methods)) {
84 printf("Dumping list of unexpected methods.\n");
85 var_dump($methods);
88 printf("Dumping list of missing methods.\n");
91 if (empty($methods) && empty($expected_methods))
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_encrypt_ccm.phpt13 $methods = ['aes-128-ccm', 'aes-256-ccm'];
15 foreach ($methods as $method) {
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_export_array_bug72222.phpt23 - Static methods [0] {
H A Dbug33312.phpt2 Reflection Bug #33312 (ReflectionParameter methods do not work correctly)
H A DReflectionObject___toString_basic1.phpt24 - Static methods [0] {
H A DReflectionObject_export_basic1.phpt24 - Static methods [0] {
/PHP-7.4/tests/classes/
H A Dinterface_must_be_implemented.phpt15 …ethod and must therefore be declared abstract or implement the remaining methods (if_a::f_a) in %s…
H A Dautoload_012.phpt2 Ensure callback methods in unknown classes trigger autoload.
/PHP-7.4/tests/lang/
H A D036.phpt2 Child public element should not override parent private element in parent methods
H A Dbug21094.phpt2 Bug #21094 (set_error_handler not accepting methods)
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_charset.h39 } methods; member

Completed in 25 milliseconds

12345678910>>...12