Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

PHP Interview Questions and Answers

Test your skills through the online practice test: PHP Quiz Online Practice Test

Related differences

PHP vs JSP

Ques 26. How do you pass a variable by value?

Just like in C++, put an ampersand in front of it, like $a = &$b

Is it helpful? Add Comment View Comments
 

Ques 27. Will comparison of string "10" and integer 11 work in PHP?

Yes, internally PHP will cast everything to the integer type, so numbers 10 and 11 will be compared.

Is it helpful? Add Comment View Comments
 

Most helpful rated by users:

©2024 WithoutBook