diff options
Diffstat (limited to 'ext/pcre/tests/grep2.phpt')
-rw-r--r-- | ext/pcre/tests/grep2.phpt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ext/pcre/tests/grep2.phpt b/ext/pcre/tests/grep2.phpt index 0cf8d4aebc..1a8476c396 100644 --- a/ext/pcre/tests/grep2.phpt +++ b/ext/pcre/tests/grep2.phpt @@ -40,6 +40,12 @@ array(1) { string(1) "1" } bool(true) -array(0) { +array(3) { + [5]=> + string(1) "a" + ["xyz"]=> + string(2) "q6" + [6]=> + string(3) "h20" } -bool(true) +bool(false) |