I'm just getting started with this API and decided to plow through with it and got the following:
# php samples/helloVCloud.php
PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /opt/vcloudPHP-1.0.2/library/VMware/VCloud/API.php on line 129
# php samples/login.php
PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /opt/vcloudPHP-1.0.2/library/VMware/VCloud/API.php on line 129
I'm guessing it's a PHP version thing, since this CentOS 5.5 box I'm on has PHP 5.1.6, and the docs say 5.3. Anyway, I figured I'd share this in case others like to jam through things (at first) like I do.