nikic · GitHub

Permalink

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: nikic/php-src

Failed to load repositories. Confirm that selected head ref is valid, then try again.

Loading

compare: engineExceptions
Choose a head ref
  • 6 commits
  • 126 files changed
  • 1 contributor

Commits on Oct 18, 2013

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Oct 19, 2013

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Add ZEND_IMPOSSIBLE macro

    This macro can be used to highlight branches that cannot be reached.
    It behaves the same way as an assert(0) with a message.
        ZEND_IMPOSSIBLE("This can't be reached")
        /* equals */
        ZEND_ASSERT(0 && "This can't be reached")

    nikic committed

    Oct 19, 2013
    Configuration menu

    Browse the repository at this point in the history

Commits on Oct 22, 2013

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Read the original on github.com ↗