summaryrefslogtreecommitdiff
path: root/ext/pcre/tests
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2020-05-28 12:53:12 -0400
committerTyson Andre <tysonandre775@hotmail.com>2020-05-28 15:07:47 -0400
commit32a1ebbd43830937996116c73e39af4c4aa909d7 (patch)
treec546c976827e684f4faa7bb12321fcc0cacb8b70 /ext/pcre/tests
parent784f1b5c490fd99d286abf8ce5c673a8b92639a3 (diff)
downloadphp-git-32a1ebbd43830937996116c73e39af4c4aa909d7.tar.gz
Clean up calls to extension_loaded('json') in tests
These are no longer needed after https://wiki.php.net/rfc/always_enable_json Closes GH-5637
Diffstat (limited to 'ext/pcre/tests')
-rw-r--r--ext/pcre/tests/bug79241.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pcre/tests/bug79241.phpt b/ext/pcre/tests/bug79241.phpt
index de89e19760..f6dbb8bea4 100644
--- a/ext/pcre/tests/bug79241.phpt
+++ b/ext/pcre/tests/bug79241.phpt
@@ -1,7 +1,5 @@
--TEST--
Bug #79241: Segmentation fault on preg_match()
---SKIPIF--
-<?php if (!extension_loaded("json")) print "skip json extension missing"; ?>
--FILE--
<?php