base repository:
php/php-src
Choose a base ref
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master...
head repository:
nikic/php-src
Choose a head ref
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: engineExceptions- 6 commits
- 126 files changed
- 1 contributor
Commits on Oct 19, 2013
-
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