Home
last modified time | relevance | path

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

1234

/PHP-8.0/ext/standard/tests/strings/
H A Dstr_repeat.phpt43 -- after repeating 0 times is =>
44 -- after repeating 1 times is => a
49 -- after repeating 0 times is =>
55 -- after repeating 0 times is =>
61 -- after repeating 0 times is =>
62 -- after repeating 1 times is => �
63 -- after repeating 2 times is => ��
64 -- after repeating 3 times is => ���
67 -- after repeating 0 times is =>
73 -- 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.phpt72 -- search string has found '2' times
79 -- search string has found '2' times
86 -- search string has found '1' times
93 -- search string has found '0' times
100 -- search string has found '1' times
107 -- search string has found '0' times
114 -- search string has found '0' times
121 -- search string has found '1' times
128 -- search string has found '0' times
135 -- search string has found '2' times
[all …]
H A Dsoundex.phpt24 …nd would-be friendly; but Sam surprised some strange looks in his eyes at times, especially toward…
/PHP-8.0/ext/posix/tests/
H A Dposix_times_basic.phpt9 echo "Basic test of POSIX times function\n";
11 $times = posix_times();
13 var_dump($times);
16 if ($times == FALSE) {
24 Basic test of POSIX times function
/PHP-8.0/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-8.0/ext/standard/tests/file/
H A D005_variation-win32.phpt46 echo "\n-- Checking different times, just after creating the file --\n";
60 echo "\n-- Checking different times, after writing into the file --\n";
68 echo "\n-- Checking different times, after reading from the file --\n";
88 echo "\n-- Checking same times, after making a copy of the file --\n";
157 -- Checking different times, just after creating the file --
162 -- Checking different times, after changing the file permission --
167 -- Checking different times, after writing into the file --
172 -- Checking different times, after reading from the file --
177 -- Checking same times, after creating a softlink to the file --
182 -- Checking different times, after creating a hardlink to the file --
[all …]
H A Dtouch_variation1.phpt2 touch() with times
/PHP-8.0/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-8.0/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_registerPHPFunctions-null.phpt4 When being called multiple times with an array,
/PHP-8.0/ext/date/tests/
H A Dbug35422.phpt2 Bug #35422 (strtotime() does not parse times with UTC as timezone)
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
H A Dbug45866.phpt2 Bug #45866 (decimal values fed to DateTime->modify() causes long execution times)
/PHP-8.0/Zend/tests/
H A Dbug64515.phpt2 Bug #64515 (Memoryleak when using the same variablename 2times in function declaration) (PHP7)
/PHP-8.0/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-8.0/ext/sysvshm/tests/
H A Dshutdown_crash_0.phpt2 Shutdown crash when attached/removed same key segment multiple times
/PHP-8.0/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-8.0/ext/standard/tests/serialize/
H A Dsleep_mangled_name_clash.phpt15 Notice: serialize(): "priv" is returned from __sleep() multiple times in %s on line %d
H A Dbug71995.phpt21 Notice: serialize(): "b" is returned from __sleep() multiple times in %s on line %d
/PHP-8.0/ext/intl/tests/
H A Dmsgfmt_format_datetime.phpt2 MessageFormatter::format(): DateTime accepted to format dates and times
/PHP-8.0/ext/curl/tests/
H A Dcurl_copy_handle_variation3.phpt2 curl_copy_handle() allows to post CURLFile multiple times

Completed in 53 milliseconds

1234