Searched refs:no_override (Results 1 – 5 of 5) sorted by relevance
11 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"));
13 $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");
60 final public function no_override(string $parameter): int {} function in ZendTestClassWithMethodWithParameterAttribute
171 static ZEND_METHOD(ZendTestClassWithMethodWithParameterAttribute, no_override);250 …ZEND_ME(ZendTestClassWithMethodWithParameterAttribute, no_override, arginfo_class_ZendTestClassWit…
617 static ZEND_METHOD(ZendTestClassWithMethodWithParameterAttribute, no_override) in ZEND_METHOD() argument
Completed in 11 milliseconds