芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/test/Services_GeoNames/tests/test_weather.phpt
--TEST-- Test for Services_GeoNames::weather() method. --FILE-- weather(array( 'north' => 15, 'south' => -15, 'east' => -15, 'west' => 15, 'maxRows' => 1, )); print_r($ret); } catch (Services_GeoNames_Exception $exc) { echo $exc->getMessage(); } ?> --EXPECTF-- Array ( [0] => stdClass Object ( %s ) )