Searched refs:getPrototype (Results 1 – 6 of 6) sorted by relevance
16 var_dump((new ReflectionMethod('x', 'foo'))->getPrototype()->class);17 var_dump((new ReflectionMethod('x', 'bar'))->getPrototype()->class);
2 public ReflectionMethod ReflectionMethod::getPrototype ( void );20 var_dump($reflectionMethod->getPrototype());
15 echo $r->getPrototype();
224 public function getPrototype(): ReflectionMethod {} function in ReflectionMethod
785 ZEND_METHOD(ReflectionMethod, getPrototype);1071 …ZEND_ME(ReflectionMethod, getPrototype, arginfo_class_ReflectionMethod_getPrototype, ZEND_ACC_PUBL…
3681 ZEND_METHOD(ReflectionMethod, getPrototype) in ZEND_METHOD() argument
Completed in 34 milliseconds