Advertisement
Advertisement
12th Grade PHP Quizzes, Questions & Answers
Recent PHP Quizzes
Questions: 38 | Attempts: 5412 | Last updated: Oct 22, 2025
-
Sample QuestionAs of PHP 5.3.0, PHP implements a feature which can be used to reference the called class in a context of static inheritance. How is it called?
Questions: 15 | Attempts: 1057 | Last updated: Aug 1, 2025
-
Sample QuestionPHP is client sided.
Questions: 18 | Attempts: 330 | Last updated: Oct 16, 2025
-
Sample QuestionPHP can run on Internet Information Services (IIS)?
Questions: 6 | Attempts: 2206 | Last updated: Aug 18, 2025
-
Sample QuestionIn the following statement, what does the "+" symbol mean?preg_match('/^[0-9]+$/', $data)
Questions: 10 | Attempts: 869 | Last updated: Mar 17, 2025
-
Sample QuestionWhich of the following doesn't look like PHP code?
Questions: 13 | Attempts: 844 | Last updated: Mar 21, 2025
-
Sample QuestionWhat is the output of the following code snippet? $str = 'asdfghyo off on off'; $replace_pairs = array('a' => 'q', 's' => 'w', 'd' => 'e', 'f' => 'r', 'y' => 'z', 'o' => 'i', 'off' => 'on', 'on' => 'off'); echo strtr($str, $replace_pairs);
« Previous12Next »
Advertisement