Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/ext/reflection/
H A Dphp_reflection.stub.php251 public function hasPrototype(): bool {} function in ReflectionMethod
H A Dphp_reflection_arginfo.h680 ZEND_METHOD(ReflectionMethod, hasPrototype);
945 …ZEND_ME(ReflectionMethod, hasPrototype, arginfo_class_ReflectionMethod_hasPrototype, ZEND_ACC_PUBL…
H A Dphp_reflection.c3704 ZEND_METHOD(ReflectionMethod, hasPrototype) in ZEND_METHOD() argument

Completed in 54 milliseconds