Skip to content

Commit

Permalink
- Added 'p' type specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Jun 7, 2011
1 parent a3ddc02 commit af43d30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.PARAMETER_PARSING_API
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Type specifiers
L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (long)
o - object of any type (zval*)
O - object of specific type given by class entry (zval*, zend_class_entry)
p - valid path (string without null bytes in the middle) and its length (char*, int)
r - resource (zval*)
s - string (with possible null bytes) and its length (char*, int)
z - the actual zval (zval*)
Expand Down

0 comments on commit af43d30

Please sign in to comment.