Merge branch 'PHP-7.0'

* PHP-7.0:
  simplify expression
This commit is contained in:
Joe Watkins 2016-04-28 15:50:36 +01:00
commit c2ef11e86f

View File

@ -1484,7 +1484,7 @@ not_relative_path:
}
#endif
if (!path || (path && !*path)) {
if (!path || !*path) {
return php_stream_fopen_rel(filename, mode, opened_path, options);
}