mirror of
https://github.com/php/php-src.git
synced 2024-12-01 13:54:10 +08:00
Merge branch 'PHP-7.0'
* PHP-7.0: simplify expression
This commit is contained in:
commit
c2ef11e86f
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user