<!-- 1 object --> $someObject->member; <!-- 2 --> const BASE_API_URL = 'https://api.site.com/v1/location/'; $fullUrl = self::BASE_API_URL . $path <!-- 3 array --> $_GET['issue_id'];