Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dpack.c51 efree(formatcodes); \
237 char *formatcodes; in PHP_FUNCTION() local
249 formatcodes = safe_emalloc(formatlen, sizeof(*formatcodes), 0); in PHP_FUNCTION()
294 efree(formatcodes); in PHP_FUNCTION()
320 efree(formatcodes); in PHP_FUNCTION()
353 efree(formatcodes); in PHP_FUNCTION()
361 efree(formatcodes); in PHP_FUNCTION()
367 formatcodes[formatcount] = code; in PHP_FUNCTION()
377 int code = (int) formatcodes[i]; in PHP_FUNCTION()
460 int code = (int) formatcodes[i]; in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds