Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/tests/
H A Dtimezone_countEquivalentIDs_basic.phpt13 $count2 = intltz_count_equivalent_ids('Europe/Lisbon');
14 var_dump($count2 == $count);
H A Dtimezone_createEnumeration_basic.phpt17 $count2 = count(iterator_to_array($tz));
18 var_dump($count == $count2);
/PHP-5.5/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.5/ext/phar/tests/zip/
H A Dcorrupt_001.phpt14 new PharData(dirname(__FILE__) . '/files/count2.zip');
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c252 register int count2; local
365 count2 = p_count(p);
366 REQUIRE(count <= count2, REG_BADBR);
368 count2 = INFINITY;
370 count2 = count;
371 repeat(p, pos, count, count2);
455 register int count2; local
543 count2 = p_count(p);
546 count2 = INFINITY;
548 count2 = count;
[all …]

Completed in 10 milliseconds