Home
last modified time | relevance | path

Searched refs:final (Results 51 – 75 of 93) sorted by relevance

1234

/PHP-7.0/Zend/tests/grammar/
H A Dsemi_reserved_003.phpt16 var $final = 'final';
96 echo $obj->final, PHP_EOL;
177 final
H A Dsemi_reserved_004.phpt16 static $final = 'final';
94 echo Obj::$final, PHP_EOL;
174 final
H A Dsemi_reserved_001.phpt16 function final(){ echo __METHOD__, PHP_EOL; }
95 $obj->final();
174 Obj::final
H A Dsemi_reserved_002.phpt16 static function final(){ echo __METHOD__, PHP_EOL; }
93 Obj::final();
172 Obj::final
H A Dsemi_reserved_005.phpt15 const FINAL = 'final';
169 final
/PHP-7.0/ext/session/tests/
H A D009.phpt36 ### Phase 4 final
H A D027.phpt36 ### Phase 4 final
/PHP-7.0/ext/reflection/tests/
H A Dbug64007.phpt17 string(%d) "Class Generator is an internal class marked as final that cannot be instantiated withou…
H A DReflectionClass_modifiers_001.phpt11 final class D {}
H A DReflectionClass_newInstanceWithoutConstructor.phpt34 Fatal error: Uncaught ReflectionException: Class Generator is an internal class marked as final tha…
H A DReflectionClass_getDocComment_001.phpt47 final class G extends C implements I {} {}
H A DReflectionMethod_getDocComment_basic.phpt28 final static public function finalStatPubf() {}
H A DReflectionMethod_getModifiers_basic.phpt33 public final function fin() {}
/PHP-7.0/ext/standard/tests/array/
H A Darray_filter_object.phpt50 // class with final method
54 final function finalMethod() {
H A Darray_unshift_object.phpt47 // class with final method
51 final function finalMethod() {
/PHP-7.0/Zend/tests/assert/
H A Dexpect_015.phpt66 final class A {
67 final protected function f2() {
207 final class A {
208 protected final function f2() {
/PHP-7.0/Zend/tests/
H A Dbug32296.phpt12 protected final function unfold(){}
H A Dbug47054.phpt7 final static function s() {
/PHP-7.0/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-7.0/ext/ldap/tests/
H A Dldap_control_paged_results_variation3.phpt2 ldap_ldap_control_paged_result() test (fetching the first page then the next final page)
/PHP-7.0/ext/mbstring/libmbfl/tests/
H A Demoji.c52 int final = 0; in main() local
/PHP-7.0/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt26 final class StreamWrapper
/PHP-7.0/sapi/cli/tests/
H A Dcli_process_title_windows.phpt49 // a final php.exe to run the actual test. But the console title is set for the original console.
/PHP-7.0/ext/date/tests/
H A Dbug73858.phpt48 This final test seems to prove that the input string is important and that the "- 1 secord" has a n…
/PHP-7.0/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt37 final $e = 10;
518 string(5) "final"

Completed in 130 milliseconds

1234