Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
  <body>
    <x-php>
      <script type="text/php">
        <?php
          $it = new RecursiveIteratorIterator(new RecursiveDirectoryIterator('.'));
          foreach ($it as $name => $entry) {
            echo "$name <br/>";
          }
      </script>
    </x-php>
    <script>window.__XPHP_REMOTE_PACKAGE_BASE = 'https://kherrick.github.io/x-php/assets/'</script>
    <script type="module" src="https://kherrick.github.io/x-php/dist/esm/XPHP.js"></script>
  </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers