1. Question: Which php.ini directive should be disabled to prevent the execution of a remote PHP script via an include or require construct?

    A
    You cannot disable remote PHP script execution

    B
    curl.enabled

    C
    allow_remote_url

    D
    allow_url_fopen

    E
    allow_require

    Note: Not available
    1. Report
  2. Question: Which type of directive detect error?

    A
    log_errors

    B
    errors_log

    C
    log_error_max

    D
    None

    Note: Not available
    1. Report
  3. Question: An exception is handled by

    A
    The throw keyword

    B
    The catch block

    C
    The function that caused the error

    D
    An object of the exception class

    Note: Not available
    1. Report
  4. Question: Which of the following exception type should be used to handle a situation where a provided value does not match any of an array defined keys?

    A
    InvalidArgumentException

    B
    Logic Exception

    C
    OutOfBoundsExceptions

    D
    RuntimeException

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd