<?php
$alpha
=
array
(
"a"
,
"b"
"c"
);
while
count
) ) {
$val
array_shift
print
"$val<br />"
;
"there are "
.
).
" elements in \$alpha <br />"
}
?>