PHP operator Precedence (excerpted from online Tools)

Source: Internet
Author: User
Tags bitwise bitwise operators php operator

PHP Operator Precedence
Combination Direction operator Additional Information
Non-binding clone new Clone and New
Left [ Array ()
Non-binding ++ -- Increment/decrement operator
Non-binding ~ - (int) (float) (string) (array) (object) (bool) @ Type
Non-binding instanceof Type
Right combination ! logical operators
Left * / % Arithmetic operators
Left + - . Arithmetic operators and string operators
Left << >> Bitwise operators
Non-binding < <= > >= <> Comparison operators
Non-binding == != === !== Comparison operators
Left & Bitwise operators and references
Left ^ Bitwise operators
Left | Bitwise operators
Left && logical operators
Left || logical operators
Left ? : Ternary operators
Right = += -= *= /= .= %= &= |= ^= <<= >>= Assignment operators
Left and logical operators
Left xor logical operators
Left or logical operators
Left , Used in many places

PHP operator Precedence (excerpted from online Tools)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.