Home
last modified time | relevance | path

Searched refs:final (Results 101 – 125 of 154) sorted by relevance

1234567

/php-src/ext/zend_test/tests/
H A Dobserver_call_user_func_01.phpt12 final class MyClass
H A Dobserver_call_user_func_04.phpt12 final class MyClass
H A Dobserver_call_user_func_02.phpt12 final class MyClass
H A Ddoc_comment_internal_symbols2.phpt28 Class [ <internal:zend_test> final class ZendTestPropertyAttribute ] {
/php-src/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_getDocComment_001.phpt47 final class G extends C implements I {} {}
/php-src/ext/session/tests/
H A D027.phpt39 ### Phase 4 final
/php-src/ext/standard/tests/serialize/
H A Dunserialize_extra_data_002.phpt6 final class Foo {
H A Dunserialize_extra_data_003.phpt6 final class Foo implements Serializable {
/php-src/ext/opcache/tests/jit/
H A Dgh12380.phpt31 final class b extends a {
H A Dbug80802.phpt21 final public function __destruct(){
/php-src/ext/opcache/tests/opt/
H A Dverify_return_type.phpt17 final public function getIntOrFloat(int $i): int|float {
20 final public function getInt(): int {
H A Dtype_inference_class_consts3.phpt17 public final const BAR = 42;
/php-src/Zend/tests/
H A Dbug32296.phpt12 protected final function unfold(){}
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetFloat_extreme_range.phpt9 final class TestEngine implements Engine
H A DgetFloat_opposite_signs.phpt9 final class TestEngine implements Engine
/php-src/ext/spl/tests/
H A DSplFixedArray_change_size_during_iteration.phpt7 /* Try changing size on first, second, and final iterations, and check what
/php-src/sapi/fuzzer/dict/
H A Dparser78 "final"
/php-src/Zend/tests/assert/
H A Dexpect_015.phpt77 final class A {
78 final protected function f2() {
235 final class A {
236 protected final function f2() {
/php-src/ext/mbstring/tests/
H A Dmb_substr_count.phpt59 // (For this example, two error markers are emitted for the final byte 0xFF)
62 // Another thing about the old implementation: if a final codepoint was emitted
/php-src/ext/zlib/tests/
H A Dbug71417.phpt29 // 3. Corrupted final CRC.
37 // 4. Corrupted final length.
/php-src/ext/standard/tests/array/
H A Darray_unshift_object.phpt42 // class with final method
46 final function finalMethod() {
/php-src/Zend/tests/grammar/
H A Dsemi_reserved_001.phpt16 function final(){ echo __METHOD__, PHP_EOL; }
97 $obj->final();
178 Obj::final
/php-src/ext/bz2/tests/
H A Dbug71263.phpt25 // Corrupted final CRC

Completed in 21 milliseconds

1234567