In PHP, the type of a variable is usually set:
A.
at design time
B.
at runtime
C.
at compile time
D.
at installation
Explanation:
The type of a variable is usually not set by the programmer; rather, it is decided at runtime by PHP
depending on the context in which that variable is used.