PATH:
opt
/
alt
/
tests
/
alt-php72-pecl-pthreads-zts_3.2.0-1.el8
/
tests
/
assets
<?php class ExternalClosureDefinition extends \Threaded { public function load() { $sync = function () { var_dump('Hello World'); }; $sync(); } }
[-] ExternalClosureDefinition.php
[edit]
[+]
..
[-] ExternalConstantsInterface.php
[edit]