Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What will be the output of each of the statements below and why?

var_dump( ==);

var_dump('' ==);

var_dump('' ===);

user-image
Question added by Anirban Chakraborty , Network Administrator , Wipro Limited
Date Posted: 2017/01/17
هاشم المشارقة
by هاشم المشارقة , Key Account Manager , Advanced United Systems Ltd. ( A member of Taj Holding Group)

If that code belong to PHP, var_dump() function will return the type of variable and the value of it.

More Questions Like This