• HOME
  • QUIZ
  • CONTACT US
EXAMIANS
  • COMPUTER
  • CURRENT AFFAIRS
  • ENGINEERING
    • Chemical Engineering
    • Civil Engineering
    • Computer Engineering
    • Electrical Engineering
    • Mechanical Engineering
  • ENGLISH GRAMMAR
  • GK
  • GUJARATI MCQ

Basic PHP

Basic PHP
String values must be enclosed in ......

both A and B
none of above
single quotes
double quotes

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
Some PHP code might not have a namespace and therefore lives in the . . . . . . namespace.

Global
Automatic
Default
PRE

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
PHP files have a default file extension of_______.

.xml
.php
.ph
.html

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
When a simple data type is casted to an array, an array is created with the original value in the first element.

True
False

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
What will be the output of the following code?
$foo = 'Bob';
$bar = &$foo;
$bar = "My name is $bar";
echo $bar;
echo $foo;

Error
My name is BobMy name is Bob
My name is Bob Bob
My name is BobBob

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
What will be the output of the following PHP code?
$score = 1234;
$scoreboard = (array) $score;
echo $scoreboard[0];

1234
Error
1
2

ANSWER DOWNLOAD EXAMIANS APP
MORE MCQ ON Basic PHP

DOWNLOAD APP

  • APPLE
    from app store
  • ANDROID
    from play store

SEARCH

LOGIN HERE


  • GOOGLE

FIND US

  • 1.70K
    FOLLOW US
  • EXAMIANSSTUDY FOR YOUR DREAMS.
  • SUPPORT :SUPPORT EMAIL ACCOUNT : examians@yahoo.com

OTHER WEBSITES

  • GUJARATI MCQ
  • ACCOUNTIANS

QUICK LINKS

  • HOME
  • QUIZ
  • PRIVACY POLICY
  • DISCLAIMER
  • TERMS & CONDITIONS
  • CONTACT US
↑