diff options
| author | Steph Fox <sfox@php.net> | 2008-05-27 18:16:04 +0000 |
|---|---|---|
| committer | Steph Fox <sfox@php.net> | 2008-05-27 18:16:04 +0000 |
| commit | 4be7f4aecd5b9c4c442adcf954e5f158c52be5d5 (patch) | |
| tree | 440e2b1f2f5142fcf2fb8b30ef3e9a922f674cba /ext/filter | |
| parent | 6c06a591f2a9cc70fd276ce02b0e7fc513444383 (diff) | |
| download | php-git-4be7f4aecd5b9c4c442adcf954e5f158c52be5d5.tar.gz | |
- killed off UEXPECT
- com_dotnet gets a .cvsignore
- Ulf will take care of mysql extensions, rest complete
Diffstat (limited to 'ext/filter')
| -rw-r--r-- | ext/filter/tests/009.phpt | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/ext/filter/tests/009.phpt b/ext/filter/tests/009.phpt index a071c7e8bc..fee185a92d 100644 --- a/ext/filter/tests/009.phpt +++ b/ext/filter/tests/009.phpt @@ -16,21 +16,7 @@ var_dump(filter_id(0,0,0)); echo "Done\n"; ?> ---EXPECTF-- -int(513) -int(513) -int(518) -int(257) -bool(false) - -Warning: filter_id() expects parameter 1 to be string, array given in %s on line %d -NULL -bool(false) - -Warning: filter_id() expects exactly 1 parameter, 3 given in %s on line %d -NULL -Done ---UEXPECTF-- +--EXPECTF-- int(513) int(513) int(518) |
