import zend pcre tests
[hiphop-php.git] / hphp / test / zend / good / ext-pcre / preg_match_basic.php.expectf
blob0e94143f4371d1cf6ba5402cf069208ed073d2f9
1 int(1)
2 array(1) {
3   [0]=>
4   string(7) "Hello, "
6 int(0)
7 array(0) {
9 int(1)
10 array(2) {
11   [0]=>
12   string(23) "[*], this is \ a string"
13   [1]=>
14   string(18) "this is \ a string"
16 int(1)
17 array(1) {
18   [0]=>
19   array(2) {
20     [0]=>
21     string(18) "this is \ a string"
22     [1]=>
23     int(19)
24   }
26 int(0)
27 array(0) {