diff options
| author | Andrei Zmievski <andrei@php.net> | 1999-12-14 03:25:04 +0000 |
|---|---|---|
| committer | Andrei Zmievski <andrei@php.net> | 1999-12-14 03:25:04 +0000 |
| commit | 8ebba516a314abb61cb8cae7ba54a07877cae3ab (patch) | |
| tree | 7ec892883f7ab91a3f130e21ec9608328dbd1108 /ext/standard | |
| parent | dfe01a37a4b28305344470658f97ae23a86b09b5 (diff) | |
| download | php-git-8ebba516a314abb61cb8cae7ba54a07877cae3ab.tar.gz | |
Boo.
Diffstat (limited to 'ext/standard')
| -rw-r--r-- | ext/standard/string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c index cfea7aa4d7..4e5218dd76 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -103,7 +103,7 @@ PHP_FUNCTION(strspn) Find length of initial segment consisting entirely of characters not found in mask */ PHP_FUNCTION(strcspn) { - pval **s1,**s2; + zval **s1,**s2; if (ARG_COUNT(ht)!=2 || getParametersEx(2, &s1, &s2) == FAILURE) { WRONG_PARAM_COUNT; |
