Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dpack.c110 int currentarg; in PHP_FUNCTION() local
134 currentarg = 1; in PHP_FUNCTION()
198 currentarg++; in PHP_FUNCTION()
220 currentarg += arg; in PHP_FUNCTION()
222 if (currentarg > num_args) { in PHP_FUNCTION()
243 if (currentarg < num_args) { in PHP_FUNCTION()
315 currentarg = 1; in PHP_FUNCTION()
329 val = argv[currentarg++]; in PHP_FUNCTION()
346 val = argv[currentarg++]; in PHP_FUNCTION()
444 val = argv[currentarg++]; in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds