diff options
| author | Xinchen Hui <laruence@php.net> | 2012-09-17 11:20:24 +0800 |
|---|---|---|
| committer | Xinchen Hui <laruence@php.net> | 2012-09-17 11:20:24 +0800 |
| commit | eb881a1dd1d0b50e304556f854ec5d66e79ef50b (patch) | |
| tree | cdde3e77c4fa1ee826aad0d517eab37f87ac04fa | |
| parent | 4c6678d6058fd740a9e186b49f9daa72d09ed300 (diff) | |
| download | php-git-eb881a1dd1d0b50e304556f854ec5d66e79ef50b.tar.gz | |
test should fail
| -rw-r--r-- | ext/date/tests/bug62852.phpt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/date/tests/bug62852.phpt b/ext/date/tests/bug62852.phpt index 2c23138035..26de510215 100644 --- a/ext/date/tests/bug62852.phpt +++ b/ext/date/tests/bug62852.phpt @@ -29,5 +29,8 @@ try { unserialize( $s2 ); } catch ( Exception $e ) {} var_dump( $foo ); + +echo "okey"; ?> --EXPECTF-- +okey |
