summaryrefslogtreecommitdiff
path: root/ext/pcre/tests/preg_match_basic_edit.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/tests/preg_match_basic_edit.phpt')
-rw-r--r--ext/pcre/tests/preg_match_basic_edit.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/pcre/tests/preg_match_basic_edit.phpt b/ext/pcre/tests/preg_match_basic_edit.phpt
index 116899c60f..3eb918439d 100644
--- a/ext/pcre/tests/preg_match_basic_edit.phpt
+++ b/ext/pcre/tests/preg_match_basic_edit.phpt
@@ -26,9 +26,7 @@ var_dump($match4);
var_dump(preg_match('/hello world/', $string, $match5)); //tries to find "hello world" (should be Hello, world)
var_dump($match5);
?>
-
--EXPECTF--
-
int(1)
array(1) {
[0]=>
@@ -57,4 +55,3 @@ array(1) {
int(0)
array(0) {
}
-