-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/ereg/tests/
File Upload :
Current File : //usr/src/php/ext/ereg/tests/009.phpt

--TEST--
Test split()
--FILE--
<?php
	$a=split("[[:space:]]","this is	a
test");
	echo count($a) . "\n";
	for ($i = 0; $i < count($a); $i++) {
          echo $a[$i] . "\n";
        }
?>
--EXPECTF--
Deprecated: Function split() is deprecated in %s on line %d
4
this
is
a
test

Copyright © 2017 || Recoded By Mr.Bumblebee