Home
last modified time | relevance | path

Searched refs:times (Results 1 – 25 of 76) sorted by relevance

1234

/php-src/ext/standard/tests/strings/
H A Dstr_repeat.phpt42 -- after repeating 0 times is =>
43 -- after repeating 1 times is => a
44 -- after repeating 2 times is => aa
48 -- after repeating 0 times is =>
54 -- after repeating 0 times is =>
60 -- after repeating 0 times is =>
66 -- after repeating 0 times is =>
72 -- after repeating 0 times is =>
78 -- after repeating 0 times is =>
84 -- after repeating 0 times is =>
[all …]
H A D004.phpt6 $times = 90000;
10 print "$k: $v: " . sprintf('%0.3f', $v / $times) . "\n";
13 $times = 90000;
14 for ($i = 0; $i < $times; $i++) {
24 $times = 90000;
25 for ($i = 0; $i < $times; $i++) {
H A Dstr_replace_variation2.phpt71 -- search string has found '2' times
78 -- search string has found '2' times
85 -- search string has found '1' times
92 -- search string has found '0' times
99 -- search string has found '1' times
106 -- search string has found '0' times
113 -- search string has found '0' times
120 -- search string has found '1' times
127 -- search string has found '0' times
134 -- search string has found '2' times
[all …]
/php-src/ext/posix/tests/
H A Dposix_times_basic.phpt7 echo "Basic test of POSIX times function\n";
9 $times = posix_times();
11 var_dump($times);
14 if ($times == FALSE) {
22 Basic test of POSIX times function
/php-src/tests/func/
H A D004.phpt8 function print_something_multiple_times($something,$times)
10 echo "----\nIn function, printing the string \"$something\" $times times\n";
11 for ($i=0; $i<$times; $i++) {
41 In function, printing the string "This works!" 10 times
57 In function, printing the string "This like, really works and stuff..." 3 times
/php-src/ext/standard/tests/file/
H A D005_variation-win32.phpt47 echo "\n-- Checking different times, just after creating the file --\n";
61 echo "\n-- Checking different times, after writing into the file --\n";
69 echo "\n-- Checking different times, after reading from the file --\n";
89 echo "\n-- Checking same times, after making a copy of the file --\n";
158 -- Checking different times, just after creating the file --
163 -- Checking different times, after changing the file permission --
168 -- Checking different times, after writing into the file --
173 -- Checking different times, after reading from the file --
178 -- Checking same times, after creating a softlink to the file --
183 -- Checking different times, after creating a hardlink to the file --
[all …]
H A Dtouch_variation1.phpt2 touch() with times
/php-src/Zend/tests/traits/
H A Derror_010.phpt2 Trying to exclude trait method multiple times
23 …t precedence (test). Method of trait foo was defined to be excluded multiple times in %s on line %d
/php-src/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-string-multiple.phpt2 Check xsltprocessor::registerPHPFunctions with string called multiple times
4 When being called multiple times with a stringular function name only,
H A Dxsltprocessor_registerPHPFunctions-array-multiple.phpt2 Check xsltprocessor::registerPHPFunctions with array called multiple times
4 When being called multiple times with an array,
H A Dxsltprocessor_exsl_registerPhpFunctionNs.phpt28 xmlns:date="http://exslt.org/dates-and-times"
50 $proc->registerPHPFunctionNS('http://exslt.org/dates-and-times', 'year', dummy_year(...));
/php-src/ext/pdo_firebird/tests/
H A Dpersistent_connect.phpt23 foreach (['First', 'Second'] as $times) {
35 echo "{$times} connection ID: {$connId}\n";
/php-src/ext/date/lib/
H A Dparse_posix.c517 transitions->times[transitions->count ] = trans_begin; in timelib_get_transitions_for_year()
518 transitions->times[transitions->count+1] = trans_end; in timelib_get_transitions_for_year()
522 transitions->times[transitions->count+1] = trans_begin; in timelib_get_transitions_for_year()
523 transitions->times[transitions->count ] = trans_end; in timelib_get_transitions_for_year()
558 if (ts < transitions.times[i]) { in timelib_fetch_posix_timezone_offset()
560 *transition_time = transitions.times[i - 1]; in timelib_fetch_posix_timezone_offset()
/php-src/ext/date/tests/
H A Dbug35422.phpt2 Bug #35422 (strtotime() does not parse times with UTC as timezone)
H A DDateTime_serialization.phpt34 echo "\n\nCalling __unserialize a few more times, with abbreviations:\n";
102 Calling __unserialize a few more times, with abbreviations:
H A DDateTimeImmutable_serialization.phpt34 echo "\n\nCalling __unserialize a few more times, with abbreviations:\n";
102 Calling __unserialize a few more times, with abbreviations:
H A Dbug62561.phpt2 Bug #62561 Unixtimestamp may take on local times DST flag (this test will only be valid during EDT)
H A Dbug73489.phpt2 Bug #73489: wrong timestamp when call setTimeZone multi times with UTC offset
/php-src/ext/sysvshm/tests/
H A Dshutdown_crash_0.phpt2 Shutdown crash when attached/removed same key segment multiple times
/php-src/Zend/tests/
H A Dbug64515.phpt2 Bug #64515 (Memoryleak when using the same variablename 2times in function declaration) (PHP7)
/php-src/Zend/tests/generators/
H A Drepeated_yield_from_with_immediate_release.phpt2 A generator can be yielded from multiple times, testing immediate release of the yield from'ing gen…
/php-src/ext/opcache/tests/
H A Dpreload_trait_multiple_fixup.phpt2 Op array fixed up multiple times during preloading
H A Dbug72014.phpt2 Bug #72014 (Including a file with anonymous classes multiple times leads to fatal error)
/php-src/ext/standard/tests/serialize/
H A Dsleep_mangled_name_clash.phpt15 Warning: serialize(): "priv" is returned from __sleep() multiple times in %s on line %d
H A Dbug71995.phpt21 Warning: serialize(): "b" is returned from __sleep() multiple times in %s on line %d

Completed in 38 milliseconds

1234