We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0685f30 commit 1e769bdCopy full SHA for 1e769bd
UPGRADING
@@ -27,6 +27,10 @@ PHP 8.3 UPGRADE NOTES
27
. Class constants can now be accessed dynamically using the C::{$name} syntax.
28
RFC: https://wiki.php.net/rfc/dynamic_class_constant_fetch
29
30
+- FFI:
31
+ . C functions that have a return type of void now return null instead of
32
+ returning the following object object(FFI\CData:void) { }
33
+
34
========================================
35
2. New Features
36
0 commit comments