Home
last modified time | relevance | path

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

/PHP-8.2/ext/reflection/tests/
H A DReflectionEnum_hasCase.phpt2 ReflectionEnum::hasCase()
12 var_dump($reflectionEnum->hasCase('Bar'));
13 var_dump($reflectionEnum->hasCase('Baz'));
14 var_dump($reflectionEnum->hasCase('Qux'));
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php839 public function hasCase(string $name): bool {} function in ReflectionEnum
H A Dphp_reflection_arginfo.h824 ZEND_METHOD(ReflectionEnum, hasCase);
1165 ZEND_ME(ReflectionEnum, hasCase, arginfo_class_ReflectionEnum_hasCase, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c6828 ZEND_METHOD(ReflectionEnum, hasCase) in ZEND_METHOD() argument

Completed in 51 milliseconds