diff options
| author | Tyson Andre <tysonandre775@hotmail.com> | 2020-05-28 12:53:12 -0400 |
|---|---|---|
| committer | Tyson Andre <tysonandre775@hotmail.com> | 2020-05-28 15:07:47 -0400 |
| commit | 32a1ebbd43830937996116c73e39af4c4aa909d7 (patch) | |
| tree | c546c976827e684f4faa7bb12321fcc0cacb8b70 /ext/pcre/tests | |
| parent | 784f1b5c490fd99d286abf8ce5c673a8b92639a3 (diff) | |
| download | php-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.phpt | 2 |
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 |
