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");
151 final public function no_override( function in ZendTestClassWithMethodWithParameterAttribute
324 static ZEND_METHOD(ZendTestClassWithMethodWithParameterAttribute, no_override);505 …ZEND_ME(ZendTestClassWithMethodWithParameterAttribute, no_override, arginfo_class_ZendTestClassWit…
1034 static ZEND_METHOD(ZendTestClassWithMethodWithParameterAttribute, no_override) in ZEND_METHOD() argument
Completed in 21 milliseconds