Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dpack.c117 int currentarg; in PHP_FUNCTION() local
141 currentarg = 1; in PHP_FUNCTION()
205 currentarg++; in PHP_FUNCTION()
238 currentarg += arg; in PHP_FUNCTION()
240 if (currentarg > num_args) { in PHP_FUNCTION()
261 if (currentarg < num_args) { in PHP_FUNCTION()
342 currentarg = 1; in PHP_FUNCTION()
356 val = argv[currentarg++]; in PHP_FUNCTION()
373 val = argv[currentarg++]; in PHP_FUNCTION()
492 val = argv[currentarg++]; in PHP_FUNCTION()
[all …]

Completed in 5 milliseconds