PHP Class Tests\PHPSA\CompiledExpressionTest

Inheritance: extends TestCase
Show file Open project: ovr/phpsa

Public Methods

Method Description
nonScalarTypeProvider ( )
scalarTypeProvider ( )
testCanBeObject ( )
testFromZvalArray ( )
testFromZvalBoolean ( )
testFromZvalDouble ( )
testFromZvalInteger ( )
testFromZvalNull ( )
testFromZvalString ( )
testHasValueWithANullType ( )
testHasValueWithAScalarTypeAndNoValue ( )
testHasValueWithAValue ( )
testIsArray ( )
testIsArrayWhenFalse ( )
testIsObject ( )
testIsScalarWithNonScalarTypes ( $expressionType )
testIsScalarWithScalarTypes ( $expressionType )
testIsTypeKnownWithKnownType ( )
testIsTypeKnownWithUnknownType ( )
testToVariableMethod ( )

Method Details

nonScalarTypeProvider() public method

scalarTypeProvider() public method

public scalarTypeProvider ( )

testCanBeObject() public method

public testCanBeObject ( )

testFromZvalArray() public method

public testFromZvalArray ( )

testFromZvalBoolean() public method

public testFromZvalBoolean ( )

testFromZvalDouble() public method

public testFromZvalDouble ( )

testFromZvalInteger() public method

public testFromZvalInteger ( )

testFromZvalNull() public method

public testFromZvalNull ( )

testFromZvalString() public method

public testFromZvalString ( )

testHasValueWithANullType() public method

testHasValueWithAScalarTypeAndNoValue() public method

testHasValueWithAValue() public method

testIsArray() public method

public testIsArray ( )

testIsArrayWhenFalse() public method

testIsObject() public method

public testIsObject ( )

testIsScalarWithNonScalarTypes() public method

public testIsScalarWithNonScalarTypes ( $expressionType )

testIsScalarWithScalarTypes() public method

public testIsScalarWithScalarTypes ( $expressionType )

testIsTypeKnownWithKnownType() public method

testIsTypeKnownWithUnknownType() public method

testToVariableMethod() public method