Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6945143
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:23:53+00:00 2026-05-27T13:23:53+00:00

the php code is pretty simple : <?php $my_bn_num=number_bangla(0123); function number_bangla($num1){ echo (<br>num =.$num1);

  • 0

the php code is pretty simple :

<?php

$my_bn_num=number_bangla(0123);

function number_bangla($num1){
echo ("<br>num =".$num1);
}

?>

And the ouput is: num=83

But if I call the function with a singly quoted string like this:

$my_bn_num=number_bangla('0123');

the output is: num=0123

What is the detailed difference between 0123 and ‘0123’ here ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T13:23:53+00:00Added an answer on May 27, 2026 at 1:23 pm

    0123 is a numeric value whereas ‘0123’ is a string value. Internally PHP stores those types differently.

    In order to cast string to integer you can do following:

    $num = (int) $num;
    

    In this particular example printing number 0123 results to 83 because 0123 is an octal value. For casting octal strings to octal numbers PHP offers octdec() function:

    $num = octdec($num);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following piece of code, executing a pretty simple MySQL query: $netnestquery
I have a pretty simple question, but for some reason I am drawing a
This is my code: function get_remote_file_to_cache(){ $sites_array = array(http://www.php.net, http://www.engadget.com, http://www.google.se, http://arstechnica.com, http://wired.com); $the_site=
Guess this is a pretty simple problem. I've got a regex and php that
My question is pretty simple: If you have two web-application components: Server-side (secret-capable) code
update: the answer from virtualeyes (below) looks pretty nice: but now a bit code-sanititzing
The question is pretty simple, the code below shows the items in one category.
Well guys, to ask the question is pretty simple, but myself, I'm having a
I've done this before, and know it's pretty simple - but can't remember. How
PHP code: <a id=a$id onclick=check($id,1) href=javascript:void(0) class=black>Qualify</a> I want to remove the onclick=check($id,1) so

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.