Skip to content

Add -f option to set() #344

@nfischer

Description

@nfischer

The docs for unix set can be found here

set -f prevents things from globbing. This would be a useful addition if #343 is resolved (and doesn't really make sense to resolve before then), since it could be argued this makes code much safer (at the cost of convenience).

set('-f');
touch('*.txt'); // this creates a literal file named *.txt

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions