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 6226361
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T09:00:55+00:00 2026-05-24T09:00:55+00:00

<?php 3; What’s such statement for in PHP? I can’t come up with one

  • 0
<?php

3;

What’s such statement for in PHP?

I can’t come up with one case that this is useful…

  • 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-24T09:00:56+00:00Added an answer on May 24, 2026 at 9:00 am

    You’re right, it’s “useless” (more formally, it has no effect – the integer three is loaded and then discarded). It follows naturally from two facts:

    • 3 is a valid expression (you couldn’t use it, e.g. in $x < 3, if it wasn’t).
    • Expressions are also valid statements. Assignments are expressions, and you don’t want free-standing assignments an error. And even if assignments were made statements, the next example, calls to functions which don’t return a meaningful value, is still incredibly common and useful.

    Disallowing statements with no effect is both hard (requires quite clever AST analysis and perhaps, for more complex cases, also some AST transformations such as constant folding to make them visible), impossible to get completely right (there will always be something that’s missed out; doubly so in dynamic languages) and rarely useful.

    Note that pretty much all other languages have this tradeoff – either you implement complex compiler passes to disallow it (potentially missing more subtle cases), or ignore it. This even applies to language which have only expressions to some extent, except of course that there are no statements and you’d instead call expressions whose value is ignored useless.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

PHP exec() . can i use this to export data to csv with a
PHP's extract() function can take on one of several extract_types . But what's the
I'm trying to create an if statement in PHP that prevents a single post
PHP treats all arrays as associative, so there aren't any built in functions. Can
PHP, for all its warts, is pretty good on this count. There's no difference
PHP Array logic re-factor I'm trying to re-factor my code... This is PHP ...
PHP is telling me that split is deprecated, what's the alternative method I should
PHP is writing this error in the logs: Notice: Use of undefined constant. Error
PHP can't recognize 1,200.00 (generated by number_format ) but only 1200.00 , What's the
this is what i have right now Drawing an RSS feed into the php,

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.