Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.2/Zend/tests/
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 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)
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…
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_encrypt_ccm.phpt13 $methods = ['aes-128-ccm', 'aes-256-ccm'];
15 foreach ($methods as $method) {
/PHP-7.2/Zend/tests/traits/
H A Dstatic_002.phpt2 Traits with static methods referenced using variable.
/PHP-7.2/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.2/ext/spl/tests/
H A Diterator_070.phpt2 SPL: RecursiveIteratorIterator - Ensure that non-overriden methods execute problem free.
/PHP-7.2/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.2/ext/pcre/tests/
H A Dbug21758.phpt2 Bug #21758 (preg_replace_callback() not working with class methods)
/PHP-7.2/ext/reflection/tests/
H A DReflectionClass_export_array_bug72222.phpt23 - Static methods [0] {
H A D017.phpt24 - Static methods [0] {
H A DReflectionObject_export_basic1.phpt24 - Static methods [0] {
H A Dbug33312.phpt2 Reflection Bug #33312 (ReflectionParameter methods do not work correctly)
/PHP-7.2/ext/pdo/
H A Dpdo_stmt.c168 if (!stmt->methods->param_hook) { in dispatch_param_event()
372 if (stmt->methods->param_hook) { in really_register_bound_param()
398 if (stmt->methods->param_hook) { in really_register_bound_param()
503 if (stmt->methods->executer(stmt)) { in PHP_METHOD()
1682 if (stmt->dbh->methods->fetch_err) { in PHP_METHOD()
1712 if (!stmt->methods->set_attribute) { in PHP_METHOD()
1722 if (!stmt->methods->set_attribute) { in PHP_METHOD()
1753 if (!stmt->methods->get_attribute) { in PHP_METHOD()
2052 if (!stmt->methods->next_rowset) { in PHP_METHOD()
2319 if (stmt->methods && stmt->methods->dtor) { in php_pdo_free_statement()
[all …]
/PHP-7.2/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…
/PHP-7.2/tests/lang/
H A D036.phpt2 Child public element should not override parent private element in parent methods

Completed in 43 milliseconds

12345678910>>...13