projects
/
m6w6
/
ext-psi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
b6a04e8
)
fix retval
author
Michael Wallner
<mike@php.net>
Wed, 10 Feb 2016 14:40:14 +0000
(15:40 +0100)
committer
Michael Wallner
<mike@php.net>
Wed, 10 Feb 2016 14:40:22 +0000
(15:40 +0100)
psi.d/netdb.psi
patch
|
blob
|
history
diff --git
a/psi.d/netdb.psi
b/psi.d/netdb.psi
index 2b74b2db2e6c9b768f048d32aca03d0d0b93c6fe..3eca2915c84438512c427f93d9e109c102814be5 100644
(file)
--- a/
psi.d/netdb.psi
+++ b/
psi.d/netdb.psi
@@
-29,7
+29,7
@@
function psi\setservent(bool $stayopen) : void {
}
function psi\gethostent() : array {
- return to_array(
gethostent,
+ return to_array(
*gethostent,
to_string(h_name),
to_array(h_aliases, to_string(h_aliases)),
to_int(h_addrtype),