CSE :: PHP - CS
- Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
- Which of the following is not valid PHP code?
- You can test the type of any variable with the ..... function.
- Assigning the empty string (like ' ') to a variable automatically renders it empty.
- If you echo a Boolean variable, the value FALSE displays as a .... and the value TRUE echoes as a .....
- When a simple data type is casted to an array, an array is created with the original value in the first element.
- String values must be enclosed in ......