Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 77) sorted by last modified time

1234

/PHP-5.5/tests/classes/
H A Dfinal.phpt2 ZE2 A method may be redeclared final
18 final function show() {
H A Dfinal_abstract.phpt2 ZE2 A final method cannot be abstract
9 final abstract function show();
16 Fatal error: Cannot use the final modifier on an abstract class member in %s
H A Dfinal_ctor1.phpt2 ZE2 cannot override final __construct
8 public final function __construct()
29 Fatal error: Cannot override final Base::__construct() with Extended::Extended() in %sfinal_ctor1.p…
H A Dfinal_ctor2.phpt2 ZE2 cannot override final old style ctor
8 public final function Base()
29 Fatal error: Cannot override final Base::Base() with Extended::__construct() in %sfinal_ctor2.php o…
H A Dfinal_ctor3.phpt2 Ensure implicit final inherited old-style constructor cannot be overridden.
6 final function A() { }
13 Fatal error: Cannot override final method A::A() in %s on line %d
H A Dfinal_redeclare.phpt2 ZE2 A final method may not be overwritten
9 final function show() {
25 Fatal error: Cannot override final method pass::show() in %s on line %d
H A Dinterface_method_final.phpt2 ZE2 An interface method cannot be final
9 abstract final function err();
15 Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d
H A Dclass_final.phpt2 ZE2 A final class cannot be inherited
8 final class base {
22 Fatal error: Class derived may not inherit from final class (base) in %s on line %d
H A Dclone_005.phpt9 final private function __clone() {}
19 Fatal error: Cannot override final method base::__clone() in %sclone_005.php on line %d
H A Dabstract_final.phpt2 ZE2 A final method cannot be abstract
9 abstract final function show();
16 Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d
/PHP-5.5/sapi/cli/tests/
H A Dbug43177.phpt22 eval("class foo { final private final function bar() {} }");
H A Dcli_process_title_windows.phpt59 // a final php.exe to run the actual test. But the console title is set for the original console.
H A D005.phpt65 Method [ <internal:Core> final private method __clone ] {
80 Method [ <internal:Core> final public method getMessage ] {
83 Method [ <internal:Core> final public method getCode ] {
86 Method [ <internal:Core> final public method getFile ] {
89 Method [ <internal:Core> final public method getLine ] {
92 Method [ <internal:Core> final public method getTrace ] {
95 Method [ <internal:Core> final public method getPrevious ] {
98 Method [ <internal:Core> final public method getTraceAsString ] {
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt37 final $e = 10;
518 string(5) "final"
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams.phpt309 /* One final test to see if the position is respected when opened for append */
H A Dfread_fwrite_basic.phpt38 echo "final:".fread($h, 100)."\n";
65 final:The 1st part of the text
/PHP-5.5/ext/standard/tests/array/
H A Darray_unshift_object.phpt47 // class with final method
51 final function finalMethod() {
H A Darray_map_object1.phpt16 * 5) class with static and final members
78 echo "\n-- class with final method --\n";
82 final function finalMethod() {
169 -- class with final method --
H A Darray_filter_object.phpt50 // class with final method
54 final function finalMethod() {
/PHP-5.5/ext/standard/
H A Dphp_crypt_r.c209 memset(final, 0, sizeof(final)); in php_md5_crypt_r()
282 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p,l,4); p += 4; in php_md5_crypt_r()
283 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; to64(p,l,4); p += 4; in php_md5_crypt_r()
284 l = (final[ 2]<<16) | (final[ 8]<<8) | final[14]; to64(p,l,4); p += 4; in php_md5_crypt_r()
285 l = (final[ 3]<<16) | (final[ 9]<<8) | final[15]; to64(p,l,4); p += 4; in php_md5_crypt_r()
286 l = (final[ 4]<<16) | (final[10]<<8) | final[ 5]; to64(p,l,4); p += 4; in php_md5_crypt_r()
291 memset(final, 0, sizeof(final)); in php_md5_crypt_r()
367 memset(final, 0, sizeof(final)); in php_md5_crypt_r()
412 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p,l,4); p += 4; in php_md5_crypt_r()
413 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; to64(p,l,4); p += 4; in php_md5_crypt_r()
[all …]
/PHP-5.5/ext/reflection/tests/
H A Dtraits003.phpt13 final class baz {
H A Dbug36337.phpt16 final class myEnum extends enum {
H A DReflectionMethod_getModifiers_basic.phpt33 public final function fin() {}
/PHP-5.5/ext/session/tests/
H A D009.phpt36 ### Phase 4 final
H A D027.phpt36 ### Phase 4 final

Completed in 26 milliseconds

1234