-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
adding numbers to arrays
--FILE--
<?php

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

$c = $a + 5;
var_dump($c);

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

Copyright © 2017 || Recoded By Mr.Bumblebee