Searched refs:currentarg (Results 1 – 1 of 1) sorted by relevance
233 int currentarg; in PHP_FUNCTION() local250 currentarg = 0; in PHP_FUNCTION()292 if (currentarg >= num_args) { in PHP_FUNCTION()306 arg = Z_STRLEN(argv[currentarg]); in PHP_FUNCTION()315 currentarg++; in PHP_FUNCTION()348 arg = num_args - currentarg; in PHP_FUNCTION()350 if (currentarg > INT_MAX - arg) { in PHP_FUNCTION()353 currentarg += arg; in PHP_FUNCTION()355 if (currentarg > num_args) { in PHP_FUNCTION()375 if (currentarg < num_args) { in PHP_FUNCTION()[all …]
Completed in 5 milliseconds