PHP code example of nakamura244 / phpfu
1. Go to this page and download the library: Download nakamura244/phpfu library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
nakamura244 / phpfu example snippets
echo a();
function a()
{
try {
$a = 42;
return $a;
} finally {
return 42;
}
}
$ php fu example.php
phpfu 0.1.0 by nakamura244.
Unuse code?:
method: a: [path]/example.php:5-13
bytecode:
BB3: unreachable lines=[4-4]
BB4: unreachable lines=[5-5]
BB7: unreachable lines=[9-9]