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: master
Choose a base ref
...
head repository: sgolemon/php-src
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pipe.operator
Choose a head ref
  • 8 commits
  • 14 files changed
  • 1 contributor

Commits on Apr 29, 2016

  1. Implement pipe operator

    lhs_expr |> rhs_expr
    
    The result of lhs_expr is usable in rhs_expr as the special $$ psuedo-variable token.
    Pipe expressions may be chained with each result feeding into the $$ variable of the next rhs.
    sgolemon committed Apr 29, 2016
    2 Configuration menu
    Copy the full SHA
    abdd961 View commit details
    Browse the repository at this point in the history
  2. Add a test for nested pipes

    sgolemon committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    a038583 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4209b54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66a6252 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9e10f6 View commit details
    Browse the repository at this point in the history
  6. 3 Configuration menu
    Copy the full SHA
    fdddf7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52cefe8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9690b0a View commit details
    Browse the repository at this point in the history
Loading