Lines Matching refs:ReflectionConstant
980 ZEND_METHOD(ReflectionConstant, __construct);
981 ZEND_METHOD(ReflectionConstant, getName);
982 ZEND_METHOD(ReflectionConstant, getNamespaceName);
983 ZEND_METHOD(ReflectionConstant, getShortName);
984 ZEND_METHOD(ReflectionConstant, getValue);
985 ZEND_METHOD(ReflectionConstant, isDeprecated);
986 ZEND_METHOD(ReflectionConstant, getFileName);
987 ZEND_METHOD(ReflectionConstant, getExtension);
988 ZEND_METHOD(ReflectionConstant, getExtensionName);
989 ZEND_METHOD(ReflectionConstant, __toString);
1348 …ZEND_ME(ReflectionConstant, __construct, arginfo_class_ReflectionConstant___construct, ZEND_ACC_PU…
1349 ZEND_ME(ReflectionConstant, getName, arginfo_class_ReflectionConstant_getName, ZEND_ACC_PUBLIC)
1350 …ZEND_ME(ReflectionConstant, getNamespaceName, arginfo_class_ReflectionConstant_getNamespaceName, Z…
1351 …ZEND_ME(ReflectionConstant, getShortName, arginfo_class_ReflectionConstant_getShortName, ZEND_ACC_…
1352 ZEND_ME(ReflectionConstant, getValue, arginfo_class_ReflectionConstant_getValue, ZEND_ACC_PUBLIC)
1353 …ZEND_ME(ReflectionConstant, isDeprecated, arginfo_class_ReflectionConstant_isDeprecated, ZEND_ACC_…
1354 …ZEND_ME(ReflectionConstant, getFileName, arginfo_class_ReflectionConstant_getFileName, ZEND_ACC_PU…
1355 …ZEND_ME(ReflectionConstant, getExtension, arginfo_class_ReflectionConstant_getExtension, ZEND_ACC_…
1356 …ZEND_ME(ReflectionConstant, getExtensionName, arginfo_class_ReflectionConstant_getExtensionName, Z…
1357 …ZEND_ME(ReflectionConstant, __toString, arginfo_class_ReflectionConstant___toString, ZEND_ACC_PUBL…