Shhh! How to Silence the “Only variable references should be returned by reference” Notice
This is one of those weird issues that I've probably run into a half dozen times, and it gets me every time.When using the FileMaker API for PHP to call a FileMaker script, you'll sometimes get this notice:Notice: Only variable references should be returned by reference in C:\inetpub\www.somewebsite.com\data\FileMaker\Command.php on line 127I'm still not sure what causes this notice to be
July 12, 2010 | Filed Under Syndicated, filemaker api for php, perform script, silencing errors | Leave a Comment
Shhh! How to Silence the “Only variable references should be returned by reference” Notice
This is one of those weird issues that I've probably run into a half dozen times, and it gets me every time.When using the FileMaker API for PHP to call a FileMaker script, you'll sometimes get this notice:Notice: Only variable references should be returned by reference in C:\inetpub\www.somewebsite.com\data\FileMaker\Command.php on line 127I'm still not sure what causes this notice to be
July 12, 2010 | Filed Under Syndicated, filemaker api for php, perform script, silencing errors | Leave a Comment