BingAds / BingAds-PHP-SDK

Other
56 stars 46 forks source link

FatalErrorException in CampaignManagementHelper.php line 83: syntax error, unexpected '.', expecting ',' or ';' #32

Closed asmagillani closed 6 years ago

asmagillani commented 7 years ago

Hi,

I am getting this error for PHP 7 , but its working fine in case of php 5.6

Thanks

mtricht commented 7 years ago

I think you mean the other way around? Shouldn't work in <= PHP 7. Class constant string concatenation was introduced in PHP 7.

I'm not sure why you would want to use the CampaignManagementHelper though which is riddled with global variables, it's only meant as an example.

eric-urban commented 7 years ago

@asmagillani and @swordbeta please let us know how could CampaignManagementHelper be more useful? @swordbeta is correct this is only an example, but please let us know any suggestions.

eric-urban commented 6 years ago

Please feel free to open a new issue with more details.