Giter VIP home page Giter VIP logo

br-phar-repro's Introduction

br-phar-repro

This repository reproduces an issue with locating the stubs directory in the PHPStormStubsSourceStubber in the Better Reflection PHP library when packaged in a PHP Archive.

The problem occurs when BR tries to reflect on an identifier that requires a stub from the PHPStormStubsSourceStubber. In a PHAR that was built from an iterator, the stubber is unable to locate the stubs directory and throws a CouldNotFindPhpStormStubs exception. is_dir is the function that causes the change in behavior, as seen on this line.

Getting Started

There are three cases included in this repo:

  • relative_path_with_directory (Successful case)
    • Phar is built with a directory
    • Uses relative paths to the stubs directory (default)
  • relative_path_with_iterator (Failure case)
    • Phar is built with an iterator
    • Uses relative paths to the stubs directory (default)
  • absolute_path_with_iterator (Failure case)
    • Phar is built with an iterator
    • Uses absolute paths to the stubs directory (new as of #541)
composer install
php -d phar.readonly=0 cases/relative_path_with_directory.php
php -d phar.readonly=0 cases/absolute_path_with_iterator.php
php -d phar.readonly=0 cases/relative_path_with_iterator.php
php build/absolute_path_with_iterator.phar
php build/relative_path_with_iterator.phar
php build/relative_path_with_directory.phar

br-phar-repro's People

Contributors

michaeljoelphillips avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.