Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/tests/
H A D018.phpt5 var_dump(Reflection::getModifierNames(ReflectionMethod::IS_FINAL | ReflectionMethod::IS_PROTECTED));
H A DReflection_getModifierNames_001.phpt14 printModifiers(ReflectionMethod::IS_ABSTRACT | ReflectionMethod::IS_FINAL);
H A DReflectionClass_toString_001.phpt17 Constant [ public int IS_FINAL ] { 32 }
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php202 public const IS_FINAL = UNKNOWN; define in ReflectionMethod
275 public const IS_FINAL = UNKNOWN; define in ReflectionClass
573 public const IS_FINAL = UNKNOWN; define in ReflectionClassConstant

Completed in 10 milliseconds