summaryrefslogtreecommitdiff
path: root/ext/intl/breakiterator/breakiterator_methods.cpp
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-05-24 14:17:07 -0500
committerStanislav Malyshev <stas@php.net>2012-05-24 14:18:12 -0500
commitb187c35f236edd7370d63f02c26d5272997830ee (patch)
treeb245b33cff41854d063a54fefb4bba3d74c4beb9 /ext/intl/breakiterator/breakiterator_methods.cpp
parent3bd0a52468b6776d87ac8a41c6a9be5101db2752 (diff)
parentec061a93c53c8cde10237741e98e992c1a05d148 (diff)
downloadphp-git-b187c35f236edd7370d63f02c26d5272997830ee.tar.gz
Merge branch 'pull-request/54'
* pull-request/54: Allow arbitrary expressions for empty() This change is as per RFC https://wiki.php.net/rfc/empty_isset_exprs. The change allows passing the result of function calls and other expressions to the empty() language construct. This is accomplished by simply rewriting empty(expr) to !expr. The change does not affect the suppression of errors when using empty() on variables. empty($undefinedVar) will continue not to throw errors. When an expression is used inside empty() on the other hand, errors will not be suppressed. Thus empty($undefinedVar + $somethingElse) *will* throw a notice. The change also does not make empty() into a real function, so using 'empty' as a callback is still not possible. In addition to the empty() changes the commit adds nicer error messages when isset() is used on function call results or other expressions.
Diffstat (limited to 'ext/intl/breakiterator/breakiterator_methods.cpp')
0 files changed, 0 insertions, 0 deletions