Method | Description | |
---|---|---|
tesBitwiseAssignmentOperations ( ) | ||
tesMathAssignmentOperations ( ) | ||
testArray ( ) | ||
testBitwiseBinaryOperations ( ) | ||
testBitwiseUnaryOperations ( ) | ||
testCastOperators ( ) | ||
testComparisonBinaryOperations ( ) | ||
testEmpty ( ) | ||
testEmptyFunction ( ) | ||
testEvaledFunctionIsRejected ( Pinq\Parsing\IParser $parser ) | ||
testField ( ) | ||
testFunctionCall ( ) | ||
testIndex ( ) | ||
testInstanceOfBinaryOperation ( ) | ||
testInternalFunctionIsRejected ( Pinq\Parsing\IParser $parser ) | ||
testInvocation ( ) | ||
testIsset ( ) | ||
testLogicalBinaryOperations ( ) | ||
testLogicalUnaryOperations ( ) | ||
testMathBinaryOperations ( ) | ||
testMathUnaryOperations ( ) | ||
testMethodCall ( ) | ||
testNormalAssignmentOperations ( ) | ||
testReturnStatement ( ) | ||
testReturnValueStatement ( ) | ||
testReturnValues ( ) | ||
testStaticField ( ) | ||
testStaticMethodCall ( ) | ||
testStringAssignmentOperations ( ) | ||
testStringBinaryOperations ( ) | ||
testTernary ( ) | ||
testThrowNewExceptionStatement ( ) | ||
testUnset ( ) | ||
testValue ( ) | ||
testVariable ( ) |
Method | Description | |
---|---|---|
assertAssignment ( callable $function, $assignToName, $operator, $assigmentName ) | ||
assertBinaryOperation ( callable $function, $left, $operator, $right ) | ||
assertCast ( callable $function, $typeOperator, $castName ) | ||
assertUnaryOperation ( callable $function, $operator, $operandName ) |
public testEvaledFunctionIsRejected ( Pinq\Parsing\IParser $parser ) | ||
$parser | Pinq\Parsing\IParser |
public testInternalFunctionIsRejected ( Pinq\Parsing\IParser $parser ) | ||
$parser | Pinq\Parsing\IParser |