_polyfills.php 382 B

12345678910
  1. <?php
  2. /**
  3. * Polyfills for some functions, which are required by Haxe-generated code, but not available in PHP 7.0.
  4. * No Haxe-generated code is available at this point.
  5. * No code should be executed from this file.
  6. * Symbols declarations are the only code allowed here.
  7. */
  8. namespace { //Namespace declaration is required because this file is included under non-root namespace.
  9. }