We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a297a44 commit def3a95Copy full SHA for def3a95
ext/standard/pack.c
@@ -360,7 +360,7 @@ PHP_FUNCTION(pack)
360
361
/* Calculate output length and upper bound while processing*/
362
for (i = 0; i < formatcount; i++) {
363
- char code = formatcodes[i];
+ char code = formatcodes[i];
364
int arg = formatargs[i];
365
366
switch (code) {
@@ -443,7 +443,7 @@ PHP_FUNCTION(pack)
443
444
/* Do actual packing */
445
446
447
448
449
0 commit comments