PHP Fundamentals
Test
Model Test
Ebook
Quiz-1 : PHP Fundamental
Quiz-2 : PHP Variables and Datatypes
Quiz - PHP Basic 1
Quiz - PHP Fundamental 3
Quiz - PHP Advanced Concept, Networking, Super G.
Quiz - PHP Networking
Quiz PHP Object Oriented Programming
Quiz - PHP string,oop,regular expression
Quiz - PHP and MySQL
Quiz - PHP String,Security,Webservice
Index
PHP Home
PHP Fundamentals
230
PHP Input/Output
16
PHP Object Oriented Programming
59
PHP Installation & Configuration
17
Reported Questions
80
PHP Functions
16
PHP Regular Expression
33
PHP Variables and Datatypes
62
PHP Arrays
104
PHP Operators and Expressions
6
PHP Built-in Constants and Standard PHP .
10
PHP Advanced Concepts
120
PHP Error Handling
34
PHP String Operation
36
PHP Language Syntax
11
PHP Super Globals
21
PHP Datetime and timezone
4
PHP Networking
12
PHP with MySQL
5
PHP Web Service
10
PHP Security
15
PHP File Handling
9
PHP PEAR
7
PHP Control Structure
7
PHP Form Handling
1
Schools
Ebook
Question:
Write the output of the following code? $p = 40; function add(){ $p= $p+2; }echo $p++;
A
41
B
40
C
42
D
43
Note:
Not available
Show answer
Show Note
Report
Question:
The left association operator % is used in PHP for__
A
Percentage
B
Bitwise or
C
Division
D
Modulus
Note:
Not available
Show answer
Show Note
Report
Question:
The left associative dot operator (.) is used in PHP for
A
Multiplication
B
Separate object and its member
C
Delimeter
D
Concatenation
Note:
Not available
Show answer
Show Note
Report
Question:
Identify the variable scope that is not supported by PHP
A
Local variables
B
Function parameters
C
Global variables
D
Hidden variables
Note:
Not available
Show answer
Show Note
Report
Question:
Which array checks if the specified key exists in the array?
A
Array_key_exist()
B
Array_keys_exist()
C
Arrays_key_exists()
D
array_key_exists()
Note:
Not available
Show answer
Show Note
Report
Question:
There are three different kinds of arrays:
A
Numeric array, String array, Multidimensional array
B
Numeric array, String array, Dimensional array
C
Numeric array, Const array, Multidimensional array
D
Numeric array, Associative array, Multidimensional array
Note:
Not available
Show answer
Show Note
Report
Question:
Which functions count elements in an array?
A
count
B
Size of
C
Count_array
D
array_count
Note:
Not available
Show answer
Show Note
Report
Question:
Which functions adding a value to the front of an array in php?
A
Unshift
B
array_unshift
C
array_shift
D
Shift
Note:
Not available
Show answer
Show Note
Report
Question:
Echo is capable of outputting ______ strings.
A
multiple
B
single
C
boolean
D
void
Note:
Not available
Show answer
Show Note
Report
Question:
Which is faster output system?
A
echo
B
print
C
printf
D
None
Note:
Not available
Show answer
Show Note
Report
First
Prev
10
11
12
13
14
Next
Last
/23
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2025. Powered by
Intellect Software Ltd