Test Status
      PHPRANDOMTEST
      (A) session_destroy
      (B) session_decode
      (C) session_id
      (D) session_pw
      (A) play it again
      (B) I
      (C) both (A) and (B)
      (D) 123
      (A) Uploaded file size is 0
      (B) Uplaod is not successful, error occurred
      (C) The file uploaded with success
      (D) File upload progress is 0% completed
      (A) a fatal error, and the script will stop
      (B) a warning, but the script will continue execution
      (C) None of the above
      (A) Array
      (B) Objects
      (C) Both
      (D) None
      (A) 9001 and 12-4321\
      (B) 90001 and 90002-4323
      (A) Because the included code will be embedded in a PHP execution block, the PHP execution block, the PHP escape tags ( aren't required on the file to be includeD.
      (B) Any code found within an included file will inherit the variable scope of the location of its caller
      (C) For the inclusion of remote files the allow-url-pope must be enabled ad URL wrapper must be supported
      (D) Including a file produces the same result as copying the data from the file specified into the location in which the statement appears.
      (A) May 19, 2009, 2:45 pm
      (B) may 19,09,2:45:32 PM
      (C) May 19,2009,14:45:32 pm
      (D) May 19,2009,14:45:32 PM
      (A) Using the strpos function
      (B) Using the == operator
      (C) Using strcasecmp()
      (D) Using strcmp()
      (A) Yes - regular expressions use Perl-like conventions
      (B) Yes - PHP supports two different types of regular expressions: POSIX-extended and Perl-Compatible Regular Expressions (PCRE).
      (C) Yes - regular expressions use the POSIX standard
      (D) No - PHP uses "glob" style matching only
      (A) bool func_exist(functioname)
      (B) bool function_exists(functionname)
      (C) bool f_exists(functionname)
      (A) Shell syntax - #
      (B) Multiline Comment /* ------------- */
      (C) Both of above
      (D) None of above