Home
last modified time | relevance | path

Searched refs:formatcodes (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/standard/
H A Dpack.c50 efree(formatcodes); \
236 char *formatcodes; in PHP_FUNCTION() local
248 formatcodes = safe_emalloc(formatlen, sizeof(*formatcodes), 0); in PHP_FUNCTION()
293 efree(formatcodes); in PHP_FUNCTION()
301 efree(formatcodes); in PHP_FUNCTION()
324 efree(formatcodes); in PHP_FUNCTION()
357 efree(formatcodes); in PHP_FUNCTION()
365 efree(formatcodes); in PHP_FUNCTION()
371 formatcodes[formatcount] = code; in PHP_FUNCTION()
381 int code = (int) formatcodes[i]; in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds