[DOC-CVS] [doc-en] master: Update the definition of the Z pack format code (#4696)
[email protected] (Chris Lloyd via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Chris Lloyd (27pchrisl)
Committer: GitHub (web-flow)
Pusher: nielsdos
Date: 2025-06-21T00:05:04+02:00
Commit: https://github.com/php/doc-en/commit/ad0f1eaa6510e1d11231f46515ca513d2cd097c4
Raw diff: https://github.com/php/doc-en/commit/ad0f1eaa6510e1d11231f46515ca513d2cd097c4.diff
Update the definition of the Z pack format code (#4696)
Changed paths:
M reference/misc/functions/pack.xml
Diff:
diff --git a/reference/misc/functions/pack.xml b/reference/misc/functions/pack.xml
index 78b228fd79cf..ca0c4e238679 100644
--- a/reference/misc/functions/pack.xml
+++ b/reference/misc/functions/pack.xml
@@ -166,7 +166,7 @@
</row>
<row>
<entry>Z</entry>
- <entry>NUL-padded string</entry>
+ <entry>NUL-terminated (ASCIIZ) string, will be NUL padded</entry>
</row>
<row>
<entry>@</entry>