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
Looking at the docs in Migrating from PHP 5.6.x to PHP 7.0.x, It appears this is a PHP 7 issue - Under the section 'New objects cannot be assigned by reference', the line $c =& new C; is added as example of invalid code.
PHP Parse error: syntax error, unexpected 'new' (T_NEW) in /var/www/html/phpdoctor/classes/phpDoctor.php on line 561
Relevant lines reads:
New clone from Github repo on Ubuntu 16.04.
The text was updated successfully, but these errors were encountered: