summaryrefslogtreecommitdiff
path: root/ext/pcre/tests/preg_match_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/tests/preg_match_basic.phpt')
-rw-r--r--ext/pcre/tests/preg_match_basic.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/pcre/tests/preg_match_basic.phpt b/ext/pcre/tests/preg_match_basic.phpt
index 1f20bbdde5..ea4b470df9 100644
--- a/ext/pcre/tests/preg_match_basic.phpt
+++ b/ext/pcre/tests/preg_match_basic.phpt
@@ -18,9 +18,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]=>
@@ -49,4 +47,3 @@ array(1) {
int(0)
array(0) {
}
-