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:
5637e16
)
fix test
author
Michael Wallner
<mike@php.net>
Tue, 4 Dec 2018 10:25:50 +0000
(11:25 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 4 Dec 2018 11:13:51 +0000
(12:13 +0100)
tests/iconv/iconv.psi
patch
|
blob
|
history
diff --git
a/tests/iconv/iconv.psi
b/tests/iconv/iconv.psi
index 1bcf00064f99e4a0d1ff3d756aadc970946b54f1..dc0aedee9ddc56c402314a8bd41aeed740c590ed 100644
(file)
--- a/
tests/iconv/iconv.psi
+++ b/
tests/iconv/iconv.psi
@@
-1,3
+1,5
@@
+#include <stddef.h>
+
extern void *iconv_open(char *tocode, char *fromcode);
function psi\iconv_open(string $to, string $from) : object {
let tocode = strval($to);