Giter Site home page Giter Site logo

Comments (6)

raveren avatar raveren commented on May 14, 2024

I need more info to reproduce issue, works for me (standard PHP5.3):

dd( fopen( __FILE__, 'r' ) );

Screen

from kint.

maskas avatar maskas commented on May 14, 2024

I don't have more details at the moment. The problem is not when you do dd(stream), but when there is an error in function which has a stream as an argument. I will post more details if I meet the same again.

By the way, it happened on PHP 5.4. But I doubt if it is PHP 5.4 related.

from kint.

raveren avatar raveren commented on May 14, 2024

What kind of stream is enough info. File? Local/remote?

from kint.

maskas avatar maskas commented on May 14, 2024

I have reproduced the error. Might be it is not related to streams, but to PHP 5.4. Because the same code works on 5.3.

Code I'm executing
//$type == 'products';
//$api->getError() == '';
throw new errException( 'API: id request failed', $type, $api->getError() );

The error I get is:

ReflectionException [ 0 ]: Method productsCmsHelper::__callStatic() does not exist ~ C:\xampp\htdocs\system\core\kint\Kint.class.php [ 175 ]

I don't think you will reproduce it very easily as it should be related to function arguments or something. But I didn't find it yet.

from kint.

raveren avatar raveren commented on May 14, 2024

You're using an older version of kint, but that's not the issue, the error is raised in Kint::trace() method and is directly related to PHP versions, although looking at the source, it should break on <PHP5.3, no idea why it does that on 5.4. I'll push the patch once I get to test this on all three - 5.2, 5.3, 5.4 versions.

Thanks for the report!

from kint.

raveren avatar raveren commented on May 14, 2024

this should have been fixed in the latest HEAD revision, but I couldn't reproduce the issue.

from kint.

Related Issues (20)

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.