Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dpack.c111 int currentarg; in PHP_FUNCTION() local
135 currentarg = 1; in PHP_FUNCTION()
192 currentarg++; in PHP_FUNCTION()
214 currentarg += arg; in PHP_FUNCTION()
216 if (currentarg > num_args) { in PHP_FUNCTION()
237 if (currentarg < num_args) { in PHP_FUNCTION()
308 currentarg = 1; in PHP_FUNCTION()
320 val = argv[currentarg++]; in PHP_FUNCTION()
336 val = argv[currentarg++]; in PHP_FUNCTION()
434 val = argv[currentarg++]; in PHP_FUNCTION()
[all …]

Completed in 5 milliseconds