summaryrefslogtreecommitdiff
path: root/ext/json
diff options
context:
space:
mode:
authorFabien Villepinte <fabien.villepinte@displayce.com>2019-09-03 22:54:41 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-09-04 08:53:35 +0200
commitced5bb7d88b48dbc9b98a2d24e3ee586fe65651a (patch)
tree7bcc61b934d9974c4dd35a637a69ab5b771d42c3 /ext/json
parentdb4f5e44e194c03831925bb1d52135ae552f66af (diff)
downloadphp-git-ced5bb7d88b48dbc9b98a2d24e3ee586fe65651a.tar.gz
Add the last missing SKIPIF
Diffstat (limited to 'ext/json')
-rw-r--r--ext/json/tests/bug77843.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/json/tests/bug77843.phpt b/ext/json/tests/bug77843.phpt
index c525285bf5..dbcb024c26 100644
--- a/ext/json/tests/bug77843.phpt
+++ b/ext/json/tests/bug77843.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #77843: Use after free with json serializer
+--SKIPIF--
+<?php if(!extension_loaded('json')) die('skip json extension not loaded') ?>
--FILE--
<?php