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

PHP 8.3 Missing Functions #14635

Closed
Compaszer opened this issue Jan 25, 2024 · 0 comments
Closed

PHP 8.3 Missing Functions #14635

Compaszer opened this issue Jan 25, 2024 · 0 comments

Comments

@Compaszer
Copy link
Contributor

PHP 8.3 functions

PHP 8.3 has added new functions such as json_validate, str_increment, str_decrement, socket_atmark, stream_context_set_options, posix_fpathconf, posix_eaccess, posix_sysconf, posix_pathconf and mb_str_pad that are not currently listed in Notepad++'s current PHP language extension

Steps to Reproduce the Issue

  1. Start typing json_validate in a .php file with the language set to PHP
  2. Expect it to show up in the auto-completion list with expected parameters, but it is not listed.

Expected Behavior

PHP 8.3 functions should be listed.

Actual Behavior

They aren't.

Resources

https://www.php.net/releases/8.3/en.php

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