]> granicus.if.org Git - php/commitdiff
Remove unnecessary check for always available extension
authorGabriel Caruso <carusogabriel34@gmail.com>
Tue, 5 Mar 2019 15:54:24 +0000 (12:54 -0300)
committerGabriel Caruso <carusogabriel34@gmail.com>
Tue, 5 Mar 2019 15:54:24 +0000 (12:54 -0300)
ext/mbstring/tests/mb_split.phpt

index 216beec1ccc318839140df3f78f9818a5055a64f..d2476658dae5d30da176b76d206f3862a68ea507 100644 (file)
@@ -3,7 +3,6 @@ mb_split()
 --SKIPIF--
 <?php
 extension_loaded('mbstring') or die('skip mbstring not available');
-extension_loaded('pcre') or die('skip pcre not available');
 function_exists('mb_split') or die("skip mb_split() is not available in this build");
 ?>
 --INI--