Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 77) sorted by path

1234

/PHP-5.5/
H A D.gdbinit429 printf "final "
H A DINSTALL331 binary, so the final result here is a single httpd binary that includes
337 into the final httpd you will get a pgsql.so shared library that you
H A DNEWS686 . Fixed bug which caused call after final close on streams filter. (Bob)
5614 - Fixed bug #48740 (PHAR install fails when INSTALL_ROOT is not the final
8924 - Fixed bug #35720 (A final constructor can be overwritten). (Marcus)
H A DREADME.RELEASE_PROCESS113 either the next RC, or the final release".
H A DREADME.SUBMITTING_PATCH156 - Update SVN source just before running your final 'diff' and
/PHP-5.5/Zend/
H A DZEND_CHANGES278 final methods. Those cannot be overridden by sub-classes.
284 final function bar() {
293 a final class themselves as final.
298 final class Foo {
305 Properties cannot be final. See per-class constants below.
308 'final' should run without modifications.
567 final function getMessage() {
570 final function getCode() {
573 final function getFile() {
576 final function getTrace() {
[all …]
/PHP-5.5/Zend/tests/
H A Daccess_modifiers_001.phpt7 static public public static final public final function foo() {
H A Daccess_modifiers_002.phpt7 static public public static final public final $var;
H A Daccess_modifiers_003.phpt6 final final class test {
H A Daccess_modifiers_005.phpt2 using multiple access modifiers (final methods)
7 final final function foo() {
14 Fatal error: Multiple final modifiers are not allowed in %s on line %d
H A Daccess_modifiers_007.phpt2 abstract final methods errmsg
7 final abstract function foo();
13 Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d
H A Dbug32296.phpt12 protected final function unfold(){}
H A Dbug47054.phpt7 final static function s() {
H A Dclass_exists_003.phpt2 Checking if exists interface, trait, abstract and final class
10 final class c { }
H A Dconstructor_args.phpt12 final class foo extends bar implements foobar {
H A Derrmsg_038.phpt2 errmsg: properties cannot be final
7 final $var = 1;
13 Fatal error: Cannot declare property test::$var final, the final modifier is allowed only for metho…
H A Dlsb_018.phpt10 static final public function getInstance()
19 public final function getInstanceId()
23 public final function identify()
H A Dtrait_exists_003.phpt2 Checking trait_exists(): interface, trait, abstract and final class
10 final class c { }
/PHP-5.5/Zend/tests/generators/errors/
H A Dgenerator_extend_error.phpt10 Fatal error: Class ExtendedGenerator may not inherit from final class (Generator) in %s on line %d
/PHP-5.5/Zend/tests/traits/
H A Derror_005.phpt2 Trying to use a final class as trait
6 final class abc {
H A Derror_014.phpt2 Trying to override final method
11 final public function test() { return 4; }
23 Fatal error: Cannot override final method baz::test() in %s on line %d
H A Dget_declared_traits_001.phpt10 final class e { }
H A Dget_declared_traits_002.phpt11 final class e { }
H A Dget_declared_traits_003.phpt10 final class e { }
H A Dlanguage019.phpt2 final alias
10 T1::foo as final;
15 Fatal error: Cannot use 'final' as method modifier in %s on line %d

Completed in 84 milliseconds

1234