We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4dc890 commit 5191724Copy full SHA for 5191724
docs/parameter-parsing-api.md
@@ -100,6 +100,9 @@ The following characters also have a meaning in the specifier string:
100
zend_bool* must be passed after the corresponding bool*, zend_long* or
101
double* arguments, respectively. A non-zero value will be written to the
102
zend_bool if a PHP NULL is passed.
103
+ For `f` use the ``ZEND_FCI_INITIALIZED(fci)`` macro to check if a callable
104
+ has been provided and ``!ZEND_FCI_INITIALIZED(fci)`` to check if a PHP NULL
105
+ is passed.
106
107
## Note on 64bit compatibility
108
0 commit comments