The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PHP::Include::Vars

SYNOPSIS

    use PHP::Include::Vars;
    <?php
    $x = Array( 1,2,3 );
    ?>
    no PHP::Include::Vars;

DESCRIPTION

Please see PHP::Include for details. PHP::Include::Vars is an implementation for the include_php_vars() macro.

SEE ALSO

  • PHP::Include

  • Filter::Simple

  • Parse::RecDescent

AUTHORS

  • Ed Summers <ehs@pobox.com>