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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T15:52:06+00:00 2026-05-19T15:52:06+00:00

I came across this interesting line in the default index.php file for a Zend

  • 0

I came across this interesting line in the default index.php file for a Zend Framework project:

defined('APPLICATION_PATH')
    || define('APPLICATION_PATH', realpath(dirname(__FILE__) . '/../application'));

It seems to be saying “If APPLICATION_PATH is not defined, then go on and define it…”

I’m not aware of this control structure in PHP. It’s almost like an ‘implied if’ or ‘if/else’. Can anyone help me out on this?

  • 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-19T15:52:07+00:00Added an answer on May 19, 2026 at 3:52 pm

    It is not a control structure – it is just how || works. If first operand was evaluated to true – then second is not being evaluated at all.

    http://php.net/manual/en/language.operators.logical.php — look at the first 4 lines of the sample.

    // --------------------
    // foo() will never get called as those operators are short-circuit
    
    $a = (false && foo());
    $b = (true  || foo());
    $c = (false and foo());
    $d = (true  or  foo());
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I came across this File parsing programming challenge today and found it quite interesting.
I came across this simple PHP Class on GitHub while searching for Bloom Filters,
so i came across this interesting article on WPF exception handling: http://srtsolutions.com/public/item/251263 it works
While searching I came across this . It looks interesting but I have absolutely
I recently came across this interesting term and searched on Net to know more
I've just came across this interesting message from the compiler and I do not
I came across this interesting behavior. I see left-join is the way to go,
While answering this question I came across an interesting difference in the overload resolution
I came across this post and found belisarius' answer interesting. Wondering whether he someone
I came across this interesting paragraph in the Boost thread documentation today: void wait(boost::unique_lock<boost::mutex>&

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.