Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dpack.c58 efree(formatcodes); \
244 char *formatcodes; in PHP_FUNCTION() local
255 formatcodes = safe_emalloc(formatlen, sizeof(*formatcodes), 0); in PHP_FUNCTION()
300 efree(formatcodes); in PHP_FUNCTION()
326 efree(formatcodes); in PHP_FUNCTION()
356 efree(formatcodes); in PHP_FUNCTION()
364 efree(formatcodes); in PHP_FUNCTION()
370 formatcodes[formatcount] = code; in PHP_FUNCTION()
380 int code = (int) formatcodes[i]; in PHP_FUNCTION()
463 int code = (int) formatcodes[i]; in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds