芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/test/Services_GeoNames/tests/test_other_06.phpt
--TEST-- Test for other code parts 06 --FILE-- url = 'http://example.com/1'; $geo->failoverServers[] = 'http://example.com/2'; $geo->failoverServers[] = 'http://example.com/3'; $geo->failoverServers[] = 'http://ws.geonames.org'; $geo->failoverServers[] = 'http://ws5.geonames.org'; try { $ret = $geo->search(array('q' => 'paris')); var_dump(is_array($ret)); } catch (Services_GeoNames_HTTPException $exc) { echo $exc->getMessage() . "\n"; echo get_class($exc->getCause()); } ?> --EXPECTF-- bool(true)