--TEST-- Bug #64130 (COM obj parameters passed by reference are not updated) --EXTENSIONS-- com_dotnet --SKIPIF-- getMessage()}"); } $ie->quit(); ?> --FILE-- clientToWindow($x, $y); } catch (com_exception $ex) {} var_dump($x > 0, $y > 0); $ie->quit(); ?> --EXPECT-- bool(true) bool(true)