Home
last modified time | relevance | path

Searched refs:actual (Results 26 – 50 of 60) sorted by last modified time

123

/PHP-7.4/Zend/tests/arrow_functions/
H A D002.phpt2 Arrow functions implicit use must be throwing notices only upon actual use
/PHP-7.4/sapi/phpdbg/
H A Dxml.md336 - compiled: yes/no - are there actual compiled ops?
/PHP-7.4/sapi/cli/tests/
H A Dcli_process_title_windows.phpt49 // a final php.exe to run the actual test. But the console title is set for the original console.
/PHP-7.4/ext/standard/tests/strings/
H A Dbug69144.phpt8 if ($expected !== ($actual = strtr($input, array("fo" => "", "foobar" => "", "bar" => "")))) {
9 echo "KO `$input` became `$actual` instead of `$expected`\n";
/PHP-7.4/ext/standard/tests/file/
H A Dfread_variation1.phpt83 // read from file, by giving the file actual size,
H A Dfread_variation2.phpt82 // read from file, by giving the file actual size,
H A Dftruncate_variation4-win32.phpt64 var_dump( filesize($filename) ); // new file size = actual size, no change
H A Dftruncate_variation4.phpt64 var_dump( filesize($filename) ); // new file size = actual size, no change
H A Dftruncate_variation5-win32.phpt64 var_dump( filesize($filename) ); // new file size = actual size, no change
H A Dftruncate_variation5.phpt64 var_dump( filesize($filename) ); // new file size = actual size, no change
H A Dfgetcsv_variation17.phpt71 // use length as less than the actual size of the line
H A Dfgetcsv_variation6.phpt77 // use length as less than the actual size of the line
H A Dbug38086.phpt2 Bug #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than the actual length)
/PHP-7.4/ext/spl/tests/
H A DDirectoryIterator_getGroup_basic.phpt21 $actual = $dir->getGroup();
22 var_dump($expected == $actual);
H A DDirectoryIterator_getOwner_basic.phpt21 $actual = $dir->getOwner();
22 var_dump($expected == $actual);
H A DSplFileInfo_getGroup_basic.phpt17 $actual = $fileInfo->getGroup();
18 var_dump($expected == $actual);
H A DSplFileInfo_getOwner_basic.phpt17 $actual = $fileInfo->getOwner();
18 var_dump($expected == $actual);
/PHP-7.4/ext/phar/tests/
H A D016.phpt31 …a): failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch …
34 …b): failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch …
38 …d): failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch …
H A D016b.phpt24 …a): failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch …
/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt37 echo "$cs WRONG CHUNKS NUMBER: expected/actual: $ceil/$cnt\n";
57 if($size !== $count) printf("Long string splitting error: actual array size: %d expected: %d\n", $c…
H A Dmb_str_split_ru.phpt37 echo "$cs WRONG CHUNKS NUMBER: expected/actual: $ceil/$cnt\n";
57 if($size !== $count) printf("Long string splitting error: actual array size: %d expected: %d\n", $c…
/PHP-7.4/ext/intl/tests/
H A Dformatter_get_locale.phpt22 Locale::ACTUAL_LOCALE => 'actual',
48 en_UK: actual='en' valid='en'
49 en_US@California: actual='en' valid='en'
50 fr_CA: actual='fr_CA' valid='fr_CA'
H A Dformatter_get_locale_variant2.phpt23 Locale::ACTUAL_LOCALE => 'actual',
49 en_UK: actual='en' valid='en'
50 en_US@California: actual='en' valid='en'
51 fr_CA: actual='fr' valid='fr_CA'
H A Dformatter_get_locale_variant4.phpt22 Locale::ACTUAL_LOCALE => 'actual',
48 en_UK: actual='en' valid='en'
49 en_US: actual='en_US' valid='en_US'
50 fr_CA: actual='fr_CA' valid='fr_CA'
H A Dcollator_create2.phpt39 // Get the requested, valid and actual locales.

Completed in 49 milliseconds

123