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
PHP Fatal error: Cannot use Gui\Components\Object as Object because 'Object' is a special class name in /tmp/vendor/gabrielrcouto/php-gui/src/Application.php on line 5
PHP Stack trace:
PHP 1. {main}() /tmp/myapp.php:0
PHP 2. spl_autoload_call() /tmp/myapp.php:7
PHP 3. Composer\Autoload\ClassLoader->loadClass() /tmp/myapp.php:7
PHP 4. Composer\Autoload\includeFile() /tmp/vendor/composer/ClassLoader.php:322
Fatal error: Cannot use Gui\Components\Object as Object because 'Object' is a special class name in /tmp/vendor/gabrielrcouto/php-gui/src/Application.php on line 5
Call Stack:
0.0002 450856 1. {main}() /tmp/myapp.php:0
0.0013 530784 2. spl_autoload_call() /tmp/myapp.php:7
0.0013 530864 3. Composer\Autoload\ClassLoader->loadClass() /tmp/myapp.php:7
0.0014 530992 4. Composer\Autoload\includeFile() /tmp/vendor/composer/ClassLoader.php:322
The text was updated successfully, but these errors were encountered:
Object
is no longer a valid class name since php 7.2 php/php-src@8e10c9dThe text was updated successfully, but these errors were encountered: