Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dpack.c48 efree(formatcodes); \
226 char *formatcodes; in PHP_FUNCTION() local
238 formatcodes = safe_emalloc(formatlen, sizeof(*formatcodes), 0); in PHP_FUNCTION()
283 efree(formatcodes); in PHP_FUNCTION()
291 efree(formatcodes); in PHP_FUNCTION()
314 efree(formatcodes); in PHP_FUNCTION()
347 efree(formatcodes); in PHP_FUNCTION()
355 efree(formatcodes); in PHP_FUNCTION()
361 formatcodes[formatcount] = code; in PHP_FUNCTION()
371 int code = (int) formatcodes[i]; in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds