class Scalar
Same name in this branch
- 11.1.x vendor/phpdocumentor/type-resolver/src/Types/Scalar.php \phpDocumentor\Reflection\Types\Scalar
Hierarchy
- class \PhpParser\NodeAbstract implements \PhpParser\Node, \PhpParser\JsonSerializable
Expanded class hierarchy of Scalar
11 files declare their use of Scalar
- BuilderHelpers.php in vendor/
nikic/ php-parser/ lib/ PhpParser/ BuilderHelpers.php - ConstExprEvaluator.php in vendor/
nikic/ php-parser/ lib/ PhpParser/ ConstExprEvaluator.php - Float_.php in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Scalar/ Float_.php - InterpolatedString.php in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Scalar/ InterpolatedString.php - Int_.php in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Scalar/ Int_.php
9 string references to 'Scalar'
- AssertTypeSpecifyingExtensionHelper::getExpressionResolvers in vendor/
phpstan/ phpstan-phpunit/ src/ Type/ PHPUnit/ Assert/ AssertTypeSpecifyingExtensionHelper.php - *
- FunctionCommentSniff::processParams in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Commenting/ FunctionCommentSniff.php - Process the function parameter comments.
- IsType::matches in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ Type/ IsType.php - Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
- PropertyInfoLoader::getTypeConstraint in vendor/
symfony/ validator/ Mapping/ Loader/ PropertyInfoLoader.php - PropertyInfoLoader::loadClassMetadata in vendor/
symfony/ validator/ Mapping/ Loader/ PropertyInfoLoader.php - Loads validation metadata into a {@link ClassMetadata} instance.
File
-
vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Scalar.php, line 5
Namespace
PhpParser\NodeView source
abstract class Scalar extends Expr {
}