Home
last modified time | relevance | path

Searched defs:getThis (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/reflection/
H A Dphp_reflection.stub.php162 public function getThis(): ?object {} function in ReflectionGenerator
H A Dphp_reflection.c2349 ZEND_METHOD(ReflectionGenerator, getThis) in ZEND_METHOD() argument
/php-src/Zend/
H A Dzend_API.h524 #define getThis() ((Z_TYPE_P(ZEND_THIS) == IS_OBJECT) ? ZEND_THIS : NULL) macro

Completed in 46 milliseconds