Online Test for PHP
- PHP is an open source software
TrueFalse
- Which of those is not magic method?
__autoload__clone__sleep__toint
- Find Error/Output in follwing code:
<?php
$strings = 'test test';
if (ctype_alpha($strings)) {
echo "The string consists of all letters.";
} else {
echo "The string does not consist of all letters.";
}
?>
The string does not consist of all letters.
The string consists of all letters.
Fatal Error
Syntax Error
- __FILE__ is ?
Language constructKeywordCompile-time constantNone of the above
- Which of the following is a correct way to declare constant variable?
const $CONSTANT = 'constant value';const CONSTANT = 'constant value';const CONSTANT = $a * $b;All of the above
- What is the name of function used to convert an array into a string?
explode()glue()implode()None of the above
- Static properties can be accessed through the object using the arrow operator ->.
TrueFalse
- In terms of keywords and language syntax, PHP is similar to?
CCOBOLFORTRAN.Net
- PEAR stands for?
PHP Extension and Application RecordPHP Extended and Application RepositoryPHP Extension and Application RepositoryPHP Extension and Applicable Repository
Also Exercise
Post Your Question
Social Sharing
Search
Articles
Recently Added Jobs
Rajasthan High Court - Jodhpur Recruitment 2017 for Civil Judges
Last Date: 21 December, 2017
Last Date: 21 December, 2017
WBSEDCL Recruitment - 2017 for Office Executive
Last Date: 16 May, 2017
Last Date: 16 May, 2017
RECRUITMENT OF PROBATIONARY OFFICERS IN STATE BANK OF INDIA
Last Date: 06 March, 2017
Last Date: 06 March, 2017
UPSC Combined Medical Services Examination 2015
Last Date: 10 April, 2015
Last Date: 10 April, 2015
UPSC Engineering Services Examination 2015
Last Date: 10 April, 2015
Last Date: 10 April, 2015