Test Status
      PHPRANDOMTEST
      (A) delimited by single quote
      (B) delimited by double quote
      (C) delimited by <<< identifier
      (D) All of above
      (A) You can use any of the delimiting style
      (B) You can use any delimiting style but must use a single style consistently for a page
      (C) You can use different delimiting styles in same page
      (D) Variables declared in previous blocks are remembered on later blocks too!
      (A) floats
      (B) integer
      (C) doubles
      (D) Real number
      (A) Linux And Mysql Php
      (B) Linux Apache Mysql Php
      (A) bool func_exist(functioname)
      (B) bool function_exists(functionname)
      (C) bool f_exists(functionname)
      (A) Local variables
      (B) Function parameters
      (C) Hidden variables
      (D) Global variables
      (A) Declare cookie variables
      (B) Store data in cookie variable
      (C) Enable or disable cookie support
      (D) All of above
      (A) a fatal error, and the script will stop
      (B) a warning, but the script will continue execution
      (C) None of the above
      (A) int64
      (B) array
      (C) object
      (D) real or double or float
      (A) \d{3}\|\d{8}
      (B) [a-z][a-z][a-z]\|\w{9}
      (C) [az]{3}\|[az]{9}
      (D) .*
      (A) Open source general purpose
      (B) Open source special purpose
      (C) Proprietary special purpose
      (D) Proprietary general purpose
      (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