import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-strings / explode_variation4.php.expectf
blob2799819e3d34e535540a2ff828e71246125e4364
1 *** Testing explode() function: match longer string ***
2 array(7) {
3   [0]=>
4   string(6) "piece1"
5   [1]=>
6   string(5) "iece2"
7   [2]=>
8   string(5) "iece3"
9   [3]=>
10   string(5) "iece4"
11   [4]=>
12   string(5) "iece5"
13   [5]=>
14   string(5) "iece6"
15   [6]=>
16   string(0) ""
18 ===DONE===