blogdaren

Results 2 issues of blogdaren

See: vendor/gabrielrcouto/php-gui/examples/03-window/example.php 【PHP with version 7.2.0 NTS】 $button->on('click', function () use ($button, $application) { $window = ($application->getWindow()); //var_dump($application->getWindow()); if ($window->getHeight() == 600) { $window->setHeight(300); } else { $window->setHeight(600); } $button->setCounter($button->getCounter()...

bug
discussion

Fix Deprecated: Implicit conversion from xxx float to int loses precision for PHP8.1+