Home
last modified time | relevance | path

Searched refs:getCase (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/opcache/tests/
H A Dgh10914.phpt19 var_dump($x->getCase('FIRST')->getValue());
20 var_dump($x->getCase('FIRST')->getBackingValue());
/php-src/ext/reflection/tests/
H A DReflectionEnum_getCase.phpt19 var_dump($reflectionEnum->getCase($caseName));
/php-src/ext/reflection/
H A Dphp_reflection.stub.php792 public function getCase(string $name): ReflectionEnumUnitCase {} function in ReflectionEnum
H A Dphp_reflection_arginfo.h855 ZEND_METHOD(ReflectionEnum, getCase);
1187 ZEND_ME(ReflectionEnum, getCase, arginfo_class_ReflectionEnum_getCase, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c6824 ZEND_METHOD(ReflectionEnum, getCase) in ZEND_METHOD() argument

Completed in 50 milliseconds