Home
last modified time | relevance | path

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

/PHP-5.3/ext/phar/tests/zip/files/
H A Dcorrupt_count1.php.inc7 $a->writeZip(dirname(__FILE__) . '/count2.zip', 'count2');
H A Dcorrupt_zipmaker.php.inc303 case 'count2' :
/PHP-5.3/ext/phar/tests/zip/
H A Dcorrupt_001.phpt14 new PharData(dirname(__FILE__) . '/files/count2.zip');
/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c244 register int count2; local
357 count2 = p_count(p);
358 REQUIRE(count <= count2, REG_BADBR);
360 count2 = INFINITY;
362 count2 = count;
363 repeat(p, pos, count, count2);
447 register int count2; local
535 count2 = p_count(p);
538 count2 = INFINITY;
540 count2 = count;
[all …]

Completed in 26 milliseconds