芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/test/Services_GeoNames/tests/test_other_07.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'; try { $ret = $geo->search(array('q' => 'paris')); } catch (Services_GeoNames_HTTPException $exc) { echo $exc->getMessage() . "\n"; var_dump(count($exc->getCause()) == 3); } ?> --EXPECTF-- Not Found bool(true)