Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/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 Dbug60536_005.phpt34 …ight be incompatible, to improve maintainability consider using accessor methods in traits instead…
37 …ight be incompatible, to improve maintainability consider using accessor methods in traits instead…
H A Dbug43483.phpt2 Bug #43483 (get_class_methods() does not list all visible methods)
/PHP-5.5/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-5.5/ext/pcre/tests/
H A Dbug21758.phpt2 Bug #21758 (preg_replace_callback() not working with class methods)
/PHP-5.5/sapi/cli/tests/
H A D005.phpt32 - Static methods [0] {
51 - Static methods [0] {
/PHP-5.5/Zend/tests/traits/
H A Dproperty007.phpt34 …ight be incompatible, to improve maintainability consider using accessor methods in traits instead…
37 …ight be incompatible, to improve maintainability consider using accessor methods in traits instead…
H A Dproperty009.phpt45 …ight be incompatible, to improve maintainability consider using accessor methods in traits instead…
47 …ight be incompatible, to improve maintainability consider using accessor methods in traits instead…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt20 $methods = get_class_methods($mysqli);
81 foreach ($methods as $k => $method) {
83 unset($methods[$k]);
87 if (!empty($methods)) {
88 printf("Dumping list of unexpected methods.\n");
89 var_dump($methods);
92 printf("Dumping list of missing methods.\n");
95 if (empty($methods) && empty($expected_methods))
/PHP-5.5/ext/reflection/tests/
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)
H A DReflectionObject___toString_basic1.phpt24 - Static methods [0] {
H A Dbug38942.phpt23 - Static methods [0] {
/PHP-5.5/tests/lang/
H A D036.phpt2 Child public element should not override parent private element in parent methods
H A D043.phpt2 Dynamic call for static methods
H A Dbug21094.phpt2 Bug #21094 (set_error_handler not accepting methods)
H A D044.phpt2 Dynamic call for static methods dynamically named
/PHP-5.5/tests/classes/
H A Dautoload_012.phpt2 Ensure callback methods in unknown classes trigger autoload.
/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_006.phpt2 SPL: spl_autoload() with static methods

Completed in 39 milliseconds

12345678910>>...12