1. Question: Which of the following sort tag in PHP?

    A
    <? ………… ?>

    B
    <% ………… %>

    C
    <?= …… ?> <? ……… ?> 

    D
    None of them

    Note: Not available
    1. Report
  2. Question: $locations = array("Italy", "Amsterdam", array("Boston","Des Moines"), "Miami"); echo count($locations, 1); This returns the following:

    A
    6

    B
    4

    C
    5

    D
    7

    Note: Not available
    1. Report
  3. Question: Which is short tag of php?

    A
    <?  ?>

    B
    < >

    C
    <& &>

    D
    none

    Note: Not available
    1. Report
  4. Question: What is the short tag of PHP?

    A
    <? ………… ?>

    B
    <% ………… %>

    C
    <?= …… ?> <? ……… ?> 

    D
    None of them

    Note: Not available
    1. Report
  5. Question: $states = array("Ohio", "Iowa", "Arizona", "Iowa", "Ohio"); $stateFrequency = array_count_values($states); print_r($stateFrequency); This returns the following:

    A
    Array ( [Ohio] => 2 [Iowa] => 2 [Arizona] => 2 )

    B
    Array ( [Ohio] => 2 [Iowa] => 2 [Arizona] => 1 )

    C
    Array ( [Ohio] => 2 [Iowa] => 1 [Arizona] => 1 )

    D
    Array ( [Ohio] => 2 [Iowa] => 1 [Arizona] => 2 )

    Note: Not available
    1. Report
  6. Question: Which is/are following function returns an associative array consisting of the type, message, file, and line of the last occurring error?

    A
    error_get_last()

    B
    error_file_last()

    C
    error_line_last()

    D
    error_massage_last()

    Note: Not available
    1. Report
  7. Question: Which is mentioned PHP versions?

    A
    4

    B
    5

    C
    6

    D
    5.3

    E
    6.2

    F
    4.1

    Note: Not available
    1. Report
  8. Question: An_____ is a symbol that specifes a particular action in and expression.

    A
    Operators

    B
    Operands

    C
    Expressions

    D
    None

    Note: Not available
    1. Report
  9. Question: The array_unique() function ______ all duplicate values found in an array.

    A
    removes

    B
    added

    C
    plus

    D
    minus

    Note: Not available
    1. Report
  10. Question: Which of the following tag of ASP?

    A
    <? ………… ?>

    B
    <% ………… %>

    C
    <?= …… ?> <? ……… ?>

    D
    none>

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