php interview question, php important questions and answers for interview preparation.
PHP
Quiz-summary
0 of 12 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
Information
Web Development
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 12 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- Answered
- Review
-
Question 1 of 12
1. Question
1 pointsPHP Stands for?
Correct
Incorrect
-
Question 2 of 12
2. Question
1 pointsPHP is an example of ___________ scripting language.
Correct
Incorrect
-
Question 3 of 12
3. Question
1 pointsWho is known as the father of PHP?
Correct
Incorrect
-
Question 4 of 12
4. Question
1 pointsWhich of the following is not true?
Correct
Incorrect
-
Question 5 of 12
5. Question
1 pointsPHP scripts are enclosed within _______
Correct
Incorrect
-
Question 6 of 12
6. Question
1 pointsWhich of the following variables is not a predefined variable?
Correct
Incorrect
-
Question 7 of 12
7. Question
1 pointsWhen you need to obtain the ASCII value of a character which of the following function you apply in PHP?
Correct
Incorrect
-
Question 8 of 12
8. Question
1 pointsWhich of the following function returns the number of characters in a string variable?
Correct
Incorrect
-
Question 9 of 12
9. Question
1 pointsWhich of the following function returns a text in title case from a variable?
Correct
Incorrect
-
Question 10 of 12
10. Question
1 pointsWhich of the following method sends input to a script via a URL?
Correct
Incorrect
-
Question 11 of 12
11. Question
1 pointsWhich method scope prevents a method from being overridden by a subclass?
Correct
Incorrect
-
Question 12 of 12
12. Question
1 pointsWhich of the following statements is/are true about Constructors in PHP?
(i) PHP 4 introduced class constructors.
(ii) Constructors can accept parameters.
(iii) Constructors can call class methods or other functions
(iv) Class constructors can call on other constructors.Correct
Incorrect