PHP Quizzes, Questions & Answers
Recent Quizzes
When getting into web development, the first glance at PHP and all that comes with it can be a daunting task. Once you learn the basics, however, things become easier. Let’s see how much you know thus far!
Questions: 10 | Attempts: 1465 | Last updated: Nov 25, 2024
-
Sample QuestionWhat does PHP stand for?
This quiz is a test of basic PCRE, aka, preg_match(). Difficult concepts in regexes are not covered. Passing the test indicates that you have a basic understanding of regexes.
Questions: 6 | Attempts: 2195 | Last updated: Aug 18, 2023
-
Sample QuestionIn the following statement, what does the "+" symbol mean?preg_match('/^[0-9]+$/', $data)
This tests your basic understanding of PHP software development, including general programming concepts like recursion, functions, and objects. Passing the test indicates that you recognize and understand basic computer...
Questions: 10 | Attempts: 867 | Last updated: Mar 17, 2023
-
Sample QuestionWhich of the following doesn't look like PHP code?
This quiz contains 5 marks....each correct answer carry one mark
Questions: 5 | Attempts: 278 | Last updated: Mar 18, 2022
-
Sample QuestionWhat does PHP stand for?
This quiz is meant for self-study to aid in learning/memorizing the string functions in PHP.
Questions: 13 | Attempts: 825 | Last updated: Mar 22, 2023
-
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);
« Previous123Next »
Advertisement