芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/test/Services_GeoNames/tests/test_postalcodesearch.phpt
--TEST-- Test for Services_GeoNames::postalCodeSearch() method. --FILE-- postalCodeSearch(array( 'postalcode' => 9011, 'maxRows' => 2 )); print_r($ret); } catch (Services_GeoNames_Exception $exc) { echo $exc->getMessage(); } ?> --EXPECTF-- Array ( [0] => stdClass Object ( [adminCode3] => 3203 [adminName2] => Bezirk St. Gallen [adminName3] => St. Gallen [adminCode2] => 1701 [adminCode1] => SG [postalCode] => 9011 [countryCode] => CH [lng] => %s [placeName] => St. Gallen [lat] => %s [adminName1] => St. Gallen ) [1] => stdClass Object ( [adminCode1] => GS [postalCode] => 9011 [countryCode] => HU [lng] => %s [placeName] => Győr [lat] => %s [adminName1] => Győr-Moson-Sopron ) )