-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/mul_001.phpt

--TEST--
multiplying arrays
--FILE--
<?php

$a = array(1,2,3);
$b = array(1);

$c = $a * $b;
var_dump($c);

echo "Done\n";
?>
--EXPECTF--	
Fatal error: Unsupported operand types in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee