summaryrefslogtreecommitdiff
path: root/ext/json
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-02-15 09:20:25 +0000
committerAntony Dovgal <tony2001@php.net>2008-02-15 09:20:25 +0000
commit0c01626f1cd63fc4e9a5879489cd2807792b6119 (patch)
tree245574cee406a23291f276cf77170a0fc26fdd97 /ext/json
parent7b6238c61fd47d710b18ef6f3fff996f0e4b8fc1 (diff)
downloadphp-git-0c01626f1cd63fc4e9a5879489cd2807792b6119.tar.gz
MFH
Diffstat (limited to 'ext/json')
-rw-r--r--ext/json/tests/bug42090.phpt2
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--