/PHP-8.2/ext/standard/tests/strings/ |
H A D | str_repeat.phpt | 42 -- 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 D | 004.phpt | 6 $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 D | str_replace_variation2.phpt | 71 -- 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-8.2/ext/posix/tests/ |
H A D | posix_times_basic.phpt | 7 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-8.2/tests/func/ |
H A D | 004.phpt | 8 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-8.2/ext/standard/tests/file/ |
H A D | 005_variation-win32.phpt | 47 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 D | touch_variation1.phpt | 2 touch() with times
|
/PHP-8.2/Zend/tests/traits/ |
H A D | error_010.phpt | 2 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-8.2/ext/xsl/tests/ |
H A D | xsltprocessor_registerPHPFunctions-string-multiple.phpt | 2 Check xsltprocessor::registerPHPFunctions with string called multiple times 4 When being called multiple times with a stringular function name only,
|
H A D | xsltprocessor_registerPHPFunctions-array-multiple.phpt | 2 Check xsltprocessor::registerPHPFunctions with array called multiple times 4 When being called multiple times with an array,
|
/PHP-8.2/ext/date/lib/ |
H A D | parse_posix.c | 517 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-8.2/ext/date/tests/ |
H A D | bug35422.phpt | 2 Bug #35422 (strtotime() does not parse times with UTC as timezone)
|
H A D | DateTime_serialization.phpt | 34 echo "\n\nCalling __unserialize a few more times, with abbreviations:\n"; 102 Calling __unserialize a few more times, with abbreviations:
|
H A D | DateTimeImmutable_serialization.phpt | 34 echo "\n\nCalling __unserialize a few more times, with abbreviations:\n"; 102 Calling __unserialize a few more times, with abbreviations:
|
H A D | bug62561.phpt | 2 Bug #62561 Unixtimestamp may take on local times DST flag (this test will only be valid during EDT)
|
H A D | bug73489.phpt | 2 Bug #73489: wrong timestamp when call setTimeZone multi times with UTC offset
|
H A D | bug45866.phpt | 2 Bug #45866 (decimal values fed to DateTime->modify() causes long execution times)
|
/PHP-8.2/ext/sysvshm/tests/ |
H A D | shutdown_crash_0.phpt | 2 Shutdown crash when attached/removed same key segment multiple times
|
/PHP-8.2/Zend/tests/ |
H A D | bug64515.phpt | 2 Bug #64515 (Memoryleak when using the same variablename 2times in function declaration) (PHP7)
|
/PHP-8.2/Zend/tests/generators/ |
H A D | repeated_yield_from_with_immediate_release.phpt | 2 A generator can be yielded from multiple times, testing immediate release of the yield from'ing gen…
|
/PHP-8.2/ext/opcache/tests/ |
H A D | preload_trait_multiple_fixup.phpt | 2 Op array fixed up multiple times during preloading
|
H A D | bug72014.phpt | 2 Bug #72014 (Including a file with anonymous classes multiple times leads to fatal error)
|
/PHP-8.2/ext/standard/tests/serialize/ |
H A D | sleep_mangled_name_clash.phpt | 15 Notice: serialize(): "priv" is returned from __sleep() multiple times in %s on line %d
|
H A D | bug71995.phpt | 21 Notice: serialize(): "b" is returned from __sleep() multiple times in %s on line %d
|
/PHP-8.2/ext/intl/tests/ |
H A D | msgfmt_format_datetime_icu72-1.phpt | 2 MessageFormatter::format(): DateTime accepted to format dates and times
|