Searched refs:formatlen (Results 1 – 1 of 1) sorted by relevance
239 size_t formatlen; in PHP_FUNCTION() local247 Z_PARAM_STRING(format, formatlen) in PHP_FUNCTION()262 if (i < formatlen) { in PHP_FUNCTION()712 zend_long formatlen, inputpos, inputlen; in PHP_FUNCTION() local724 formatlen = ZSTR_LEN(formatarg); in PHP_FUNCTION()740 while (formatlen-- > 0) { in PHP_FUNCTION()749 if (formatlen > 0) { in PHP_FUNCTION()766 formatlen--; in PHP_FUNCTION()771 formatlen--; in PHP_FUNCTION()780 formatlen--; in PHP_FUNCTION()[all …]
Completed in 7 milliseconds