Home
last modified time | relevance | path

Searched refs:hasPrototype (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/reflection/tests/
H A DReflectionMethod_hasPrototype_basic.phpt2 public ReflectionMethod ReflectionMethod::hasPrototype ( void );
22 var_dump($reflectionMethod1->hasPrototype());
25 var_dump($reflectionMethod2->hasPrototype());
28 var_dump($reflectionMethod3->hasPrototype());
/php-src/ext/reflection/
H A Dphp_reflection.stub.php232 public function hasPrototype(): bool {} function in ReflectionMethod
H A Dphp_reflection_arginfo.h699 ZEND_METHOD(ReflectionMethod, hasPrototype);
966 …ZEND_ME(ReflectionMethod, hasPrototype, arginfo_class_ReflectionMethod_hasPrototype, ZEND_ACC_PUBL…
H A Dphp_reflection.c3756 ZEND_METHOD(ReflectionMethod, hasPrototype) in ZEND_METHOD() argument

Completed in 59 milliseconds