types of operators
unary
binary
ternary
comparison
concatenation
arithmetic
autoincrement (++)
casting (bool $foo = true;)
assignment
Which comparison operator is for testing if something is NOT EQUAL?
!=
What comparison operator is for testing if something is IDENTICAL?
===