Home
last modified time | relevance | path

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

/PHP-8.0/ext/reflection/tests/
H A DReflectionMethod_getPrototype_basic.phpt2 public ReflectionMethod ReflectionMethod::getPrototype ( void );
20 var_dump($reflectionMethod->getPrototype());
H A Dbug74949.phpt15 echo $r->getPrototype();
/PHP-8.0/ext/opcache/tests/
H A Dpreload_002.phpt15 var_dump((new ReflectionMethod('x', 'foo'))->getPrototype()->class);
16 var_dump((new ReflectionMethod('x', 'bar'))->getPrototype()->class);
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php197 public function getPrototype() {} function in ReflectionMethod
H A Dphp_reflection_arginfo.h552 ZEND_METHOD(ReflectionMethod, getPrototype);
786 …ZEND_ME(ReflectionMethod, getPrototype, arginfo_class_ReflectionMethod_getPrototype, ZEND_ACC_PUBL…
H A Dphp_reflection.c3517 ZEND_METHOD(ReflectionMethod, getPrototype) in ZEND_METHOD() argument

Completed in 35 milliseconds