properties = eval("return Ice\\getProperties();"); $communicator = eval("return Ice\\initialize(\$initData);"); } else { $initData = new Ice_InitializationData; $initData->properties = Ice_getProperties(); $communicator = Ice_initialize($initData); } test($communicator != null); $properties = null; if($NS) { $properties = eval("return Ice\\getProperties(\"Test\");"); } else { $properties = Ice_getProperties("Test"); } test($properties != null); test($properties->getPropertyAsInt("Ice.Trace.Protocol") == 1); test($properties->getPropertyAsInt("Ice.Trace.Network") == 1); test($properties->getPropertyAsInt("Ice.Warn.Connections") == 1); test($properties->getProperty("Hello.Proxy") == "hello:tcp -h localhost -p 10000"); ?>