Skip to content

Commit b800ad0

Browse files
committed
- Added 'p' type specifier
1 parent 0a4ec69 commit b800ad0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.PARAMETER_PARSING_API

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Type specifiers
5151
L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (long)
5252
o - object of any type (zval*)
5353
O - object of specific type given by class entry (zval*, zend_class_entry)
54+
p - valid path (string without null bytes in the middle) and its length (char*, int)
5455
r - resource (zval*)
5556
s - string (with possible null bytes) and its length (char*, int)
5657
z - the actual zval (zval*)

0 commit comments

Comments
 (0)