Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: php/php-src
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 914f9ad
Choose a base ref
...
head repository: bp1222/php-src
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 22bbf4c
Choose a head ref
  • 1 commit
  • 11 files changed
  • 1 contributor

Commits on Feb 12, 2017

  1. Implement Comparison Chaining

    This feature implements support for arbitrary comparison chaining.  This
    change sets the precedence for equality operations as well as comparison
    operations to the same level.  This enables us to, parse in a
    left-to-right fashion continuing to compare against the previous
    operations right operator.  The implementation enables short-circuiting
    in the event if a left operation is false, we will skip over further
    right operations.
    bp1222 committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    22bbf4c View commit details
    Browse the repository at this point in the history
Loading