/PHP-8.0/ext/standard/tests/strings/ |
H A D | str_repeat.phpt | 43 -- 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 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 | 72 -- 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 D | soundex.phpt | 24 …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 D | posix_times_basic.phpt | 9 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 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.0/ext/standard/tests/file/ |
H A D | 005_variation-win32.phpt | 46 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 D | touch_variation1.phpt | 2 touch() with times
|
/PHP-8.0/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.0/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,
|
H A D | xsltprocessor_registerPHPFunctions-null.phpt | 4 When being called multiple times with an array,
|
/PHP-8.0/ext/date/tests/ |
H A D | bug35422.phpt | 2 Bug #35422 (strtotime() does not parse times with UTC as timezone)
|
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.0/Zend/tests/ |
H A D | bug64515.phpt | 2 Bug #64515 (Memoryleak when using the same variablename 2times in function declaration) (PHP7)
|
/PHP-8.0/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.0/ext/sysvshm/tests/ |
H A D | shutdown_crash_0.phpt | 2 Shutdown crash when attached/removed same key segment multiple times
|
/PHP-8.0/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.0/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.0/ext/intl/tests/ |
H A D | msgfmt_format_datetime.phpt | 2 MessageFormatter::format(): DateTime accepted to format dates and times
|
/PHP-8.0/ext/curl/tests/ |
H A D | curl_copy_handle_variation3.phpt | 2 curl_copy_handle() allows to post CURLFile multiple times
|