--TEST-- Bug #77141 (Signedness issue in SOAP when precision=-1) --SKIPIF-- --FILE-- "http://localhost/soap.php", 'uri' => "http://localhost/", 'style' => SOAP_RPC, 'trace' => true, 'exceptions' => false, ) ); ini_set('precision', -1); $soap->call(1.1); echo $soap->__getLastRequest(); ?> ===DONE=== --EXPECT-- 1.1 ===DONE===