We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello,
Sooo, I commented out the code from issue #138 but then I ran into this:
PHP Fatal error: Uncaught Error: Call to undefined method React\EventLoop\Timer\Timer::getLoop() in C:\Users\Momchil\Desktop\PHP-GUI\Gui\Application.php:298 Stack trace: #0 [internal function]: Gui\Application->Gui{closure}(Object(React\EventLoop\Timer\Timer)) #1 C:\Users\Momchil\Desktop\PHP-GUI\React\Timer\Timers.php(89): call_user_func(Object(Closure), Object(React\EventLoop\Timer\Timer)) #2 C:\Users\Momchil\Desktop\PHP-GUI\React\StreamSelectLoop.php(177): React\EventLoop\Timer\Timers->tick() #3 C:\Users\Momchil\Desktop\PHP-GUI\Gui\Application.php(339): React\EventLoop\StreamSelectLoop->run() #4 C:\Users\Momchil\Desktop\PHP-GUI\examples\01-basic\example.php(82): Gui\Application->run() #5 {main} thrown in C:\Users\Momchil\Desktop\PHP-GUI\Gui\Application.php on line 298
I run PHP 7.2.6 TS x86 on Windows 10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello,
Sooo, I commented out the code from issue #138
but then I ran into this:
PHP Fatal error: Uncaught Error: Call to undefined method React\EventLoop\Timer\Timer::getLoop() in C:\Users\Momchil\Desktop\PHP-GUI\Gui\Application.php:298
Stack trace:
#0 [internal function]: Gui\Application->Gui{closure}(Object(React\EventLoop\Timer\Timer))
#1 C:\Users\Momchil\Desktop\PHP-GUI\React\Timer\Timers.php(89): call_user_func(Object(Closure), Object(React\EventLoop\Timer\Timer))
#2 C:\Users\Momchil\Desktop\PHP-GUI\React\StreamSelectLoop.php(177): React\EventLoop\Timer\Timers->tick()
#3 C:\Users\Momchil\Desktop\PHP-GUI\Gui\Application.php(339): React\EventLoop\StreamSelectLoop->run()
#4 C:\Users\Momchil\Desktop\PHP-GUI\examples\01-basic\example.php(82): Gui\Application->run()
#5 {main}
thrown in C:\Users\Momchil\Desktop\PHP-GUI\Gui\Application.php on line 298
I run PHP 7.2.6 TS x86 on Windows 10
The text was updated successfully, but these errors were encountered: