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