mirror of
https://github.com/php/php-src.git
synced 2024-11-30 05:13:56 +08:00
simplify expression
This commit is contained in:
parent
64721f143a
commit
f580540c8d
@ -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