Searched refs:hasPrototype (Results 1 – 6 of 6) sorted by relevance
2 public ReflectionMethod ReflectionMethod::hasPrototype ( void );22 var_dump($reflectionMethod1->hasPrototype());25 var_dump($reflectionMethod2->hasPrototype());28 var_dump($reflectionMethod3->hasPrototype());
249 public function hasPrototype(): bool {} function in ReflectionMethod
672 ZEND_METHOD(ReflectionMethod, hasPrototype);934 …ZEND_ME(ReflectionMethod, hasPrototype, arginfo_class_ReflectionMethod_hasPrototype, ZEND_ACC_PUBL…
3745 ZEND_METHOD(ReflectionMethod, hasPrototype) in ZEND_METHOD() argument
272 . ReflectionMethod::hasPrototype()
2306 . Added ReflectionMethod::hasPrototype(). (Ollie Read)
Completed in 36 milliseconds