Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dpack.c237 int currentarg; in PHP_FUNCTION() local
254 currentarg = 0; in PHP_FUNCTION()
296 if (currentarg >= num_args) { in PHP_FUNCTION()
310 arg = Z_STRLEN(argv[currentarg]); in PHP_FUNCTION()
319 currentarg++; in PHP_FUNCTION()
352 arg = num_args - currentarg; in PHP_FUNCTION()
354 if (currentarg > INT_MAX - arg) { in PHP_FUNCTION()
357 currentarg += arg; in PHP_FUNCTION()
359 if (currentarg > num_args) { in PHP_FUNCTION()
379 if (currentarg < num_args) { in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds