mirror of
https://github.com/php/php-src.git
synced 2024-12-04 07:14: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
|
#endif
|
||||||
|
|
||||||
if (!path || (path && !*path)) {
|
if (!path || !*path) {
|
||||||
return php_stream_fopen_rel(filename, mode, opened_path, options);
|
return php_stream_fopen_rel(filename, mode, opened_path, options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user