Home
last modified time | relevance | path

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

/PHP-7.0/tests/classes/
H A Ddestructor_and_globals.phpt5 $test_cnt = 0;
9 global $test_cnt;
10 echo "Count: $test_cnt\n";
17 global $test_cnt, $test_num;
18 $test_cnt++;
28 global $test_cnt;
29 $test_cnt--;
/PHP-7.0/
H A Drun-tests.php832 $test_cnt = count($test_files); variable
834 if ($test_cnt) {
983 $test_cnt = count($test_files); variable
1179 global $test_results, $failed_tests_file, $php, $test_cnt, $test_idx;
1231 global $pass_options, $DETAILED, $IN_REDIRECT, $test_cnt, $test_idx;
1667 $test_cnt += @count($test_files) - 1;
2653 global $test_cnt;
2656 $str = "TEST $test_idx/$test_cnt [$shortname]\r";

Completed in 11 milliseconds