Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dpack.c48 efree(formatcodes); \
240 char *formatcodes; in PHP_FUNCTION() local
252 formatcodes = safe_emalloc(formatlen, sizeof(*formatcodes), 0); in PHP_FUNCTION()
297 efree(formatcodes); in PHP_FUNCTION()
305 efree(formatcodes); in PHP_FUNCTION()
328 efree(formatcodes); in PHP_FUNCTION()
361 efree(formatcodes); in PHP_FUNCTION()
369 efree(formatcodes); in PHP_FUNCTION()
375 formatcodes[formatcount] = code; in PHP_FUNCTION()
385 int code = (int) formatcodes[i]; in PHP_FUNCTION()
[all …]

Completed in 10 milliseconds