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