Searched refs:currentarg (Results 1 – 1 of 1) sorted by relevance
241 int currentarg; in PHP_FUNCTION() local257 currentarg = 0; in PHP_FUNCTION()299 if (currentarg >= num_args) { in PHP_FUNCTION()307 convert_to_string(&argv[currentarg]); in PHP_FUNCTION()308 arg = Z_STRLEN(argv[currentarg]); in PHP_FUNCTION()317 currentarg++; in PHP_FUNCTION()350 arg = num_args - currentarg; in PHP_FUNCTION()353 currentarg += arg; in PHP_FUNCTION()355 if (currentarg > num_args) { in PHP_FUNCTION()374 if (currentarg < num_args) { in PHP_FUNCTION()[all …]
Completed in 7 milliseconds