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

New functions added #31

Closed
pyrech opened this issue Aug 29, 2015 · 1 comment
Closed

New functions added #31

pyrech opened this issue Aug 29, 2015 · 1 comment

Comments

@pyrech
Copy link
Contributor

pyrech commented Aug 29, 2015

In my PHP7Checker, I also added a checker that looks for redeclaration of functions whose was added in PHP7:

  • random_bytes
  • random_int
  • error_clear_last
  • gmp_random_seed
  • intdiv
  • preg_replace_callback_array
  • posix_setrlimit
  • inflate_add
  • deflate_add
  • inflate_init
  • deflate_init

I'm not sure whether it's really pertinent but if you think so, I could port the visitor to php7cc

@sstalle
Copy link
Owner

sstalle commented Aug 29, 2015

Yes, I think it would be great. 👍

@sstalle sstalle mentioned this issue Aug 29, 2015
7 tasks
@sstalle sstalle closed this as completed Aug 29, 2015
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

2 participants