Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add an error class for not yet implemented functions. #83

Open
NathanGibbs3 opened this issue May 15, 2023 · 0 comments

Comments

@NathanGibbs3
Copy link
Contributor

NathanGibbs3 commented May 15, 2023

Add an error class for not yet implemented functions.

Use case:
Scanning a codebase for compatibility with PHP 5.3+
Calls to unimplemented functions in GD such as imagescale(), which was added in PHP 5.5 could be caught.

NathanGibbs3 added a commit to NathanGibbs3/PhpDeprecationDetector that referenced this issue Jun 4, 2023
Allows phpdd to catch use of not yet implemented functions
in code designed to run on older versions of PHP. This will
give developers the ability to know when changes break
backward compatibility.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant