Home
last modified time | relevance | path

Searched refs:IS_IMPLICIT_ABSTRACT (Results 1 – 20 of 20) sorted by relevance

/dports/devel/pear-pdepend-staticReflection/staticReflection-1.0.0/pdepend/reflection/api/
H A DStaticReflectionClass.php112 return $this->_modifiers | self::IS_IMPLICIT_ABSTRACT;
144 … return ( ( $this->getModifiers() & self::IS_IMPLICIT_ABSTRACT ) === self::IS_IMPLICIT_ABSTRACT );
/dports/lang/php73/php-7.3.33/ext/reflection/tests/
H A DReflectionClass_getReflectionConstant.phpt8 var_dump(gettype($refleClass->getReflectionConstant('IS_IMPLICIT_ABSTRACT')));
H A DReflectionClass_toString_001.phpt15 Constant [ public int IS_IMPLICIT_ABSTRACT ] { 16 }
/dports/www/mod_php81/php-8.1.1/ext/reflection/tests/
H A DReflectionClass_getReflectionConstant.phpt8 var_dump(gettype($refleClass->getReflectionConstant('IS_IMPLICIT_ABSTRACT')));
H A DReflectionClass_toString_001.phpt15 Constant [ public int IS_IMPLICIT_ABSTRACT ] { 16 }
/dports/lang/php80/php-8.0.15/ext/reflection/tests/
H A DReflectionClass_getReflectionConstant.phpt8 var_dump(gettype($refleClass->getReflectionConstant('IS_IMPLICIT_ABSTRACT')));
H A DReflectionClass_toString_001.phpt15 Constant [ public int IS_IMPLICIT_ABSTRACT ] { 16 }
/dports/lang/php81/php-8.1.1/ext/reflection/tests/
H A DReflectionClass_getReflectionConstant.phpt8 var_dump(gettype($refleClass->getReflectionConstant('IS_IMPLICIT_ABSTRACT')));
H A DReflectionClass_toString_001.phpt15 Constant [ public int IS_IMPLICIT_ABSTRACT ] { 16 }
/dports/lang/php74/php-7.4.27/ext/reflection/tests/
H A DReflectionClass_getReflectionConstant.phpt8 var_dump(gettype($refleClass->getReflectionConstant('IS_IMPLICIT_ABSTRACT')));
H A DReflectionClass_toString_001.phpt15 Constant [ public int IS_IMPLICIT_ABSTRACT ] { 16 }
/dports/www/mod_php73/php-7.3.33/ext/reflection/tests/
H A DReflectionClass_getReflectionConstant.phpt8 var_dump(gettype($refleClass->getReflectionConstant('IS_IMPLICIT_ABSTRACT')));
H A DReflectionClass_toString_001.phpt15 Constant [ public int IS_IMPLICIT_ABSTRACT ] { 16 }
/dports/www/mod_php74/php-7.4.27/ext/reflection/tests/
H A DReflectionClass_getReflectionConstant.phpt8 var_dump(gettype($refleClass->getReflectionConstant('IS_IMPLICIT_ABSTRACT')));
H A DReflectionClass_toString_001.phpt15 Constant [ public int IS_IMPLICIT_ABSTRACT ] { 16 }
/dports/www/mod_php80/php-8.0.15/ext/reflection/tests/
H A DReflectionClass_getReflectionConstant.phpt8 var_dump(gettype($refleClass->getReflectionConstant('IS_IMPLICIT_ABSTRACT')));
H A DReflectionClass_toString_001.phpt15 Constant [ public int IS_IMPLICIT_ABSTRACT ] { 16 }
/dports/lang/php74/php-7.4.27/
H A DNEWS1258 static. IS_IMPLICIT_ABSTRACT is not longer used). (Dmitry)
/dports/www/mod_php74/php-7.4.27/
H A DNEWS1258 static. IS_IMPLICIT_ABSTRACT is not longer used). (Dmitry)
/dports/devel/kdev-php/kdev-php-21.12.3/
H A Dphpfunctions.php144220 const IS_IMPLICIT_ABSTRACT = 0; define in pht\\ReflectionClass