Loading, please wait...

PHP MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

Here you will get PHP MCQ Quiz as Multiple Choice Questions And Answers for you next job or exam

PHP MCQ Quiz (Multiple Choice Questions And Answers)

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

1. Which function is used to unset a variable?

  • unsetted()
  • unset()
  • unlink()
  • delete()

2. PHP Stands for?

  • PHP Hypertext Processor
  • PHP Hyper Markup Preprocessor
  • PHP Hyper Markup Processor
  • None of the above

3. Default extension of php file is

  • .ph
  • .html
  • .xml
  • .php

4. Output of the following code is

< ?php 
$On_e = 1;
$tw_o = 2;
$thre_e = 3;
$fou_r = 4;
echo "$on_e / $tw_o + $thre_e / $fou_r";
?>
  • 0.125
  • 0.25
  • 0.26
  • 0.75

5. In which version exception handling is introduced in Php

  • 4
  • 3
  • 2
  • 5 and later versions