Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dpack.c234 int currentarg; in PHP_FUNCTION() local
251 currentarg = 0; in PHP_FUNCTION()
293 if (currentarg >= num_args) { in PHP_FUNCTION()
302 arg = Z_STRLEN(argv[currentarg]); in PHP_FUNCTION()
311 currentarg++; in PHP_FUNCTION()
344 arg = num_args - currentarg; in PHP_FUNCTION()
346 if (currentarg > INT_MAX - arg) { in PHP_FUNCTION()
349 currentarg += arg; in PHP_FUNCTION()
351 if (currentarg > num_args) { in PHP_FUNCTION()
371 if (currentarg < num_args) { in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds