Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Suppose I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what's the problem?



Suppose I am trying to assign a variable the value of 0123, but it keeps coming up with a different ..

Answer / Rohit Kumar Maddeshiya

In PHP, '0123' is treated as an octal number (base 8). If you want to assign the decimal value 123 to a variable, use '123'. To display an octal number, prefix it with a zero like: <?php $octal = 0123; echo $octal; ?>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WordPress Interview Questions

How many themes can be installed in a single wordpress installation?

1 Answers  


How to disable wordpress comment?

1 Answers  


How is it possible to rename the wordpress folder?

1 Answers  


How do I start a wordpress website?

1 Answers  


How to display the current page title in wordpress?

1 Answers  


Will changing wordpress theme affect content?

1 Answers  


How do I compress a file?

1 Answers  


Does wordpress use html?

1 Answers  


How do I post a blog?

1 Answers  


Will comparison of string "10″ and integer 11 work in PHP?

1 Answers  


What are topic tags?

1 Answers  


How do I add and remove categories in wordpress?

1 Answers  


Categories