芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/test/Services_GeoNames/tests/test_other_04.phpt
--TEST-- Test for other code parts 04 --FILE-- url = 'http://www.example.com/'; try { $ret = $geo->search(array('q' => 'kjhkjhkjh')); } catch (Services_GeoNames_Exception $exc) { echo $exc->response->getStatus() . ' ' . $exc->getMessage(); } ?> --EXPECTF-- 404 Not Found