Y
Hacker News
new
|
ask
|
show
|
jobs
by
cestith
1522 days ago
Isn't this an announcement about introducing this and other changes into the language now?
1 comments
masklinn
1522 days ago
It’s really an announcement about the formalisation of existing API patterns: returning FALSE on failure (regardless of the “success” type) is part of many old php apis, this change allows properly typing those.
link