diff options
author | Antony Dovgal <tony2001@php.net> | 2008-02-15 09:20:25 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-02-15 09:20:25 +0000 |
commit | 0c01626f1cd63fc4e9a5879489cd2807792b6119 (patch) | |
tree | 245574cee406a23291f276cf77170a0fc26fdd97 /ext/json | |
parent | 7b6238c61fd47d710b18ef6f3fff996f0e4b8fc1 (diff) | |
download | php-git-0c01626f1cd63fc4e9a5879489cd2807792b6119.tar.gz |
MFH
Diffstat (limited to 'ext/json')
-rw-r--r-- | ext/json/tests/bug42090.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/tests/bug42090.phpt b/ext/json/tests/bug42090.phpt index bccd28aba0..daa57c3474 100644 --- a/ext/json/tests/bug42090.phpt +++ b/ext/json/tests/bug42090.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug#42090 (json_decode causes segmentation fault) +Bug #42090 (json_decode causes segmentation fault) --SKIPIF-- <?php if (!extension_loaded("json")) print "skip"; ?> --FILE-- |