Home
last modified time | relevance | path

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

1234

/PHP-7.0/ext/mbstring/libmbfl/tests/
H A Dconv_kana.c30 int final = 0; in main() local
113 final = 1; in main()
144 } while (!final); in main()
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-7.0/ext/reflection/tests/
H A DReflectionClass_getModifierNames_basic.phpt10 final class c {}
22 final function g() {}
65 string(5) "final"
116 string(5) "final"
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 {}
/PHP-7.0/tests/classes/
H A Dfinal.phpt2 ZE2 A method may be redeclared final
18 final function show() {
/PHP-7.0/Zend/tests/
H A Dlsb_018.phpt10 static final public function getInstance()
19 public final function getInstanceId()
23 public final function identify()
H A Dbug71871_2.phpt2 Bug #71871: Interfaces allow final and abstract functions
H A Dconstructor_args.phpt12 final class foo extends bar implements foobar {
/PHP-7.0/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)) != 0) in cdb_make_finish()
H A Dcdb_make.h44 char final[2048]; member
/PHP-7.0/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-7.0/ext/calendar/tests/
H A Dbug67976.phpt2 Bug #67976 (cal_days_month() fails for final month of the French calendar)
/PHP-7.0/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-7.0/sapi/cli/tests/
H A Dbug43177.phpt25 eval("class foo { final private final function bar() {} }");
/PHP-7.0/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-7.0/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-7.0/ext/standard/tests/general_functions/
H A Dbug70249.phpt17 public function flush($final = false) {
/PHP-7.0/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 --

Completed in 33 milliseconds

1234