Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dpack.c110 int currentarg; in PHP_FUNCTION() local
134 currentarg = 1; in PHP_FUNCTION()
191 currentarg++; in PHP_FUNCTION()
213 currentarg += arg; in PHP_FUNCTION()
215 if (currentarg > num_args) { in PHP_FUNCTION()
236 if (currentarg < num_args) { in PHP_FUNCTION()
307 currentarg = 1; in PHP_FUNCTION()
319 val = argv[currentarg++]; in PHP_FUNCTION()
335 val = argv[currentarg++]; in PHP_FUNCTION()
433 val = argv[currentarg++]; in PHP_FUNCTION()
[all …]

Completed in 9 milliseconds