About 9,910,000 results
Open links in new tab
  1. How do the PHP equality (== double equals) and identity

    PHP Double Equals == equality chart: PHP Triple Equals === Equality chart: Source code to create these images: PHP equality charts Guru Meditation Those who wish to keep their …

  2. PHP short-ternary ("Elvis") operator vs null coalescing operator

    Can someone explain the differences between ternary operator shorthand (?:) and null coalescing operator (??) in PHP? When do they behave differently and when in the same way (if that …

  3. What does the .= operator mean in PHP? - Stack Overflow

    What does the .= operator mean in PHP? Asked 12 years, 4 months ago Modified 5 years, 4 months ago Viewed 64k times

  4. What's the difference between :: (double colon) and -> (arrow) in …

    Jul 4, 2010 · The difference between static and instantiated methods and properties seem to be one of the biggest obstacles to those just starting out with OOP PHP in PHP 5. The double …

  5. operators - Not equal to != and !== in PHP - Stack Overflow

    Not equal to != and !== in PHP [duplicate] Asked 14 years, 9 months ago Modified 27 days ago Viewed 285k times

  6. What is the use of the @ symbol in PHP? - Stack Overflow

    Jun 23, 2009 · Like already some answered before: The @ operator suppresses all errors in PHP, including notices, warnings and even critical errors. BUT: Please, really do not use the @ …

  7. Reference Guide: What does this symbol mean in PHP? (PHP Syntax)

    What is this? This is a collection of questions that come up now and then about syntax in PHP. This is also a Community Wiki, so everyone is invited to participate in maintaining this list. This …

  8. syntax - What does '<?=' mean in PHP? - Stack Overflow

    Note that the ; is redundant; as the answers suggest this short-tag expands to an echo with a semicolon added to the end, as per the php documents.

  9. PHP server on local machine? - Stack Overflow

    Nov 5, 2009 · I'm trying to build a PHP site and I'm wanting to test my PHP files without uploading them to my host. Basically testing them on my own machine before I upload them. How do I do …

  10. Newest 'php' Questions - Stack Overflow

    I'm running a PHP script on macOS (version sequoia 15.5 -- M3) using MAMP (version 6.9) with Apache and PHP 8.2. The script loads the SaxonC (version 12.7) PHP extension to perform …

Refresh