Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/reflection/
H A Dphp_reflection.stub.php249 public function hasPrototype(): bool {} function in ReflectionMethod
H A Dphp_reflection_arginfo.h672 ZEND_METHOD(ReflectionMethod, hasPrototype);
934 …ZEND_ME(ReflectionMethod, hasPrototype, arginfo_class_ReflectionMethod_hasPrototype, ZEND_ACC_PUBL…
H A Dphp_reflection.c3731 ZEND_METHOD(ReflectionMethod, hasPrototype) in ZEND_METHOD() argument
/PHP-8.2/
H A DUPGRADING272 . ReflectionMethod::hasPrototype()
H A DNEWS2024 . Added ReflectionMethod::hasPrototype(). (Ollie Read)

Completed in 82 milliseconds