Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dpack.c223 int currentarg; in PHP_FUNCTION() local
240 currentarg = 0; in PHP_FUNCTION()
282 if (currentarg >= num_args) { in PHP_FUNCTION()
296 arg = Z_STRLEN(argv[currentarg]); in PHP_FUNCTION()
305 currentarg++; in PHP_FUNCTION()
338 arg = num_args - currentarg; in PHP_FUNCTION()
340 if (currentarg > INT_MAX - arg) { in PHP_FUNCTION()
343 currentarg += arg; in PHP_FUNCTION()
345 if (currentarg > num_args) { in PHP_FUNCTION()
365 if (currentarg < num_args) { in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds