This website requires JavaScript.
Explore
Help
Sign In
danog
/
MadelineProto
Watch
2
Star
2
Fork
0
You've already forked MadelineProto
Code
Issues
Pull Requests
Releases
Wiki
Activity
a44e7a65d0
MadelineProto
/
src
/
Collectable.php
9 lines
121 B
PHP
Raw
Normal View
History
Unescape
Escape
Add polyfill
2017-05-16 22:19:42 +02:00
<
?
php
Apply fixes from StyleCI
2017-05-16 22:19:54 +02:00
if
(
!
extension_loaded
(
'pthreads'
))
{
interface
Collectable
{
public
function
isGarbage
();
}
Add polyfill
2017-05-16 22:19:42 +02:00
}
Reference in New Issue
Copy Permalink