Home
last modified time | relevance | path

Searched refs:final (Results 26 – 50 of 77) sorted by relevance

1234

/PHP-5.5/ext/mbstring/libmbfl/tests/
H A Dconv_encoding.c31 int final = 0; in main() local
67 final = 1; in main()
99 } while (!final); in main()
H A Dstrcut.c32 int final = 0; in main() local
76 final = 1; in main()
110 } while (!final); in main()
/PHP-5.5/tests/classes/
H A Dfinal.phpt2 ZE2 A method may be redeclared final
18 final function show() {
/PHP-5.5/Zend/tests/
H A Dlsb_018.phpt10 static final public function getInstance()
19 public final function getInstanceId()
23 public final function identify()
H A Dconstructor_args.phpt12 final class foo extends bar implements foobar {
H A Dbug32296.phpt12 protected final function unfold(){}
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.c66 c->pos = sizeof(c->final); in cdb_make_start()
196 uint32_pack(c->final + 8 * i,c->pos); in cdb_make_finish()
197 uint32_pack(c->final + 8 * i + 4,len); in cdb_make_finish()
234 if (cdb_make_write(c, c->final, sizeof(c->final) TSRMLS_CC) != 0) in cdb_make_finish()
H A Dcdb_make.h44 char final[2048]; member
/PHP-5.5/Zend/tests/traits/
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 { }
/PHP-5.5/ext/reflection/tests/
H A D018.phpt12 string(5) "final"
H A DReflectionClass_isFinal_basic.phpt10 final class TestFinalClass {}
H A Dtraits003.phpt13 final class baz {
H A Dbug36337.phpt16 final class myEnum extends enum {
H A DReflectionClass_getModifiers_basic.phpt10 final class c {}
H A DReflectionClass_modifiers_001.phpt11 final class D {}
/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/sapi/cli/tests/
H A Dbug43177.phpt22 eval("class foo { final private final function bar() {} }");
/PHP-5.5/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt38 echo "final:".fread($h, 100)."\n";
65 final:The 1st part of the text
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_007.phpt11 //The final crlf was removed. This test is coded to work with or without the crlf.
/PHP-5.5/ext/standard/tests/array/
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/session/tests/
H A D009.phpt36 ### Phase 4 final
H A D027.phpt36 ### Phase 4 final

Completed in 36 milliseconds

1234