You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can see that 3 examples files has syntax errors.
Parse error: syntax error, unexpected '}', expecting T_CATCH in ./googleads-php-lib/examples/Dfp/v201403/CreativeSetService/CreateCreativeSetsExample.php on line 75
Parse error: syntax error, unexpected '}', expecting T_CATCH in ./googleads-php-lib/examples/Dfp/v201403/InventoryService/CreateMobileAdUnitExample.php on line 87
Parse error: syntax error, unexpected '}', expecting T_CATCH in ./googleads-php-lib/examples/Dfp/v201403/InventoryService/CreateVideoAdUnitExample.php on line 101
I've downloaded via composer the 5.2.2 version of googleads-php-lib and we use php 5.3.27.
Lluis
The text was updated successfully, but these errors were encountered:
Hi,
Executing the next script:
find . -iregex '.*(.php)' -exec php -l '{}' ; | grep "Parse error:"
you can see that 3 examples files has syntax errors.
Parse error: syntax error, unexpected '}', expecting T_CATCH in ./googleads-php-lib/examples/Dfp/v201403/CreativeSetService/CreateCreativeSetsExample.php on line 75
Parse error: syntax error, unexpected '}', expecting T_CATCH in ./googleads-php-lib/examples/Dfp/v201403/InventoryService/CreateMobileAdUnitExample.php on line 87
Parse error: syntax error, unexpected '}', expecting T_CATCH in ./googleads-php-lib/examples/Dfp/v201403/InventoryService/CreateVideoAdUnitExample.php on line 101
I've downloaded via composer the 5.2.2 version of googleads-php-lib and we use php 5.3.27.
Lluis
The text was updated successfully, but these errors were encountered: