6 ms·
file_get_contents('nonexistent') actually returns false, but calling trim() on that coerced it into an empty string.
by fooandbarify 14y ago
file_get_contents('nonexistent') actually returns false, but calling trim() on that coerced it into an empty string.