We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d4e84 commit 1514a6bCopy full SHA for 1514a6b
1 file changed
UPGRADING.INTERNALS
@@ -52,6 +52,8 @@ PHP 8.6 INTERNALS UPGRADE NOTES
52
. zend_function.arg_info is now always a zend_arg_info*. Before, it was a
53
zend_internal_arg_info on internal functions, unless the
54
ZEND_ACC_USER_ARG_INFO flag was set.
55
+ . Added zend_ast_call_get_args() to fetch the argument node from any call
56
+ node.
57
58
========================
59
2. Build system changes
0 commit comments