Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-8.3/ext/reflection/tests/
H A D017.phpt22 - Static methods [0] {
H A DReflectionClass_toString_006.phpt24 - Static methods [0] {
H A DReflectionClass_export_array_bug72222.phpt23 - Static methods [0] {
H A DReflectionObject___toString_basic1.phpt24 - Static methods [0] {
H A Dbug33312.phpt2 Reflection Bug #33312 (ReflectionParameter methods do not work correctly)
/PHP-8.3/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 Dbug80055.phpt2 Bug #80055: Abstract trait methods returning "self" cannot be fulfilled by traits
H A D022.phpt2 Implementing 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_018.phpt13 …ethod and must therefore be declared abstract or implement the remaining methods (test::foo) in %s…
/PHP-8.3/ext/spl/tests/
H A Diterator_070.phpt2 SPL: RecursiveIteratorIterator - Ensure that non-overridden methods execute problem free.
H A Dcountable_class_basic1.phpt16 - Static methods [0] {
H A Dspl_autoload_006.phpt2 SPL: spl_autoload() with static methods
/PHP-8.3/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-8.3/ext/openssl/tests/
H A Dopenssl_encrypt_ccm.phpt13 $methods = ['aes-128-ccm', 'aes-256-ccm'];
15 foreach ($methods as $method) {
/PHP-8.3/Zend/tests/traits/
H A Dbug63911.phpt2 Bug #63911 (Ignore conflicting trait methods originationg from identical sub traits)
H A Dabstract_method_2.phpt2 Mutually incompatible methods from traits are fine as long as the final method is compatible
H A Dabstract_method_4.phpt2 Visibility enforcement on abstract trait methods
/PHP-8.3/ext/pcre/tests/
H A Dbug21758.phpt2 Bug #21758 (preg_replace_callback() not working with class methods)
/PHP-8.3/ext/intl/tests/
H A Dbug74433.phpt2 Bug #74433 Wrong reflection on the Normalizer methods
/PHP-8.3/tests/classes/
H A Dinheritance_008.phpt2 Ensure private methods with the same name are not checked for inheritance rules - static
/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c103 if (!stmt->methods->param_hook) { in dispatch_param_event()
233 if (param->stmt->methods->param_hook) { in param_dtor()
340 if (stmt->methods->param_hook) { in really_register_bound_param()
366 if (stmt->methods->param_hook) { in really_register_bound_param()
462 if (stmt->methods->executer(stmt)) { in PHP_METHOD()
1586 if (!stmt->methods->set_attribute) { in PHP_METHOD()
1623 if (!stmt->methods->get_attribute) { in PHP_METHOD()
1898 if (!stmt->methods->next_rowset) { in PHP_METHOD()
1920 if (!stmt->methods->cursor_closer) { in PHP_METHOD()
2100 if (stmt->methods && stmt->methods->dtor) { in php_pdo_free_statement()
[all …]
/PHP-8.3/Zend/tests/enum/
H A Dtraits-no-forbidden-methods.phpt2 Enum cannot have forbidden methods, even via traits

Completed in 28 milliseconds

12345678910>>...12