-
Notifications
You must be signed in to change notification settings - Fork 42
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
Common functions #24
Comments
Hi @IngwiePhoenix, Thanks for raising this. I think these functions should probably be built-in (in PHPRuntime) really, rather than STL, as PHPRuntime is the library that the Uniter "meta-package" pulls in to define all the non-core functions (which are defined in PHPCore.) I think the STL library will be good for plugging the missing functions while we wait for more optimized versions to be developed in PHPRuntime, though, and optional addon class/functions (perhaps like cURL emulation, over Ajax requests.) Kind regards, |
So, here is a list of functions that seem mandatory for a baseline PHP. I just thought i'd post them here since this issue exists, and to help you track some unimplemented things. Exists-checks
Variable checks
|
Thankyou for this @IngwiePhoenix, this is definitely on my list to sort out in the very near future 😄 |
This is partially a note to myself.
All of them are "No".
Uniter STL should have these soon. However,
empty()
also does not exist. This is more a keyword-function, and should be a built-in.The text was updated successfully, but these errors were encountered: