Home
last modified time | relevance | path

Searched refs:no_override (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/zend_test/tests/
H A Dattribute_hash_table_leak.phpt11 var_dump($o->no_override("foo"));
15 var_dump($o->no_override("foo"));
26 var_dump($o->no_override("foo"));
37 var_dump($o->no_override("foo"));
53 var_dump($o->no_override("foo"));
H A Dattribute_arguments.phpt13 $reflection = new ReflectionMethod("ZendTestClassWithMethodWithParameterAttribute", "no_override");
23 …ection = new ReflectionMethod("ZendTestChildClassWithMethodWithParameterAttribute", "no_override");
40 $reflection = new ReflectionMethod("ChildClassWithNoAttribute", "no_override");
55 $reflection = new ReflectionMethod("ChildClassWithSameAttribute", "no_override");
77 $reflection = new ReflectionMethod("ChildClassWithDifferentAttribute", "no_override");
/PHP-8.1/ext/zend_test/
H A Dtest.stub.php60 final public function no_override(string $parameter): int {} function in ZendTestClassWithMethodWithParameterAttribute
H A Dtest_arginfo.h171 static ZEND_METHOD(ZendTestClassWithMethodWithParameterAttribute, no_override);
250 …ZEND_ME(ZendTestClassWithMethodWithParameterAttribute, no_override, arginfo_class_ZendTestClassWit…
H A Dtest.c594 static ZEND_METHOD(ZendTestClassWithMethodWithParameterAttribute, no_override) in ZEND_METHOD() argument

Completed in 68 milliseconds