Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 58) sorted by relevance

123

/PHP-7.0/ext/gd/tests/
H A Dfunc.inc70 * message is printed, and the actual file is stored right beside the temporary
75 * @param resource $actual
78 function test_image_equals_file($filename, $actual)
82 save_actual_image($actual);
85 $actual = test_to_truecolor($actual);
90 $act_x = imagesx($actual);
91 $act_y = imagesy($actual);
94 save_actual_image($actual);
101 $act_c = imagecolorat($actual, $x, $y);
111 save_actual_image($actual);
[all …]
/PHP-7.0/ext/intl/tests/
H A Dformatter_get_locale_variant3.phpt22 Locale::ACTUAL_LOCALE => 'actual',
48 en_UK: actual='en' valid='en'
49 en_US: actual='en' valid='en_US'
50 fr_CA: actual='fr' valid='fr_CA'
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 Dbug75317.phpt14 function printResult($actual, $expected) {
15 var_dump($actual === $expected ? true : "expected: $expected, actual: $actual");
H A Ddateformat_get_set_calendar.phpt32 //but changing with an actual calendar should
H A Ddateformat_get_set_calendar_variant2.phpt32 //but changing with an actual calendar should
H A Ddateformat_get_set_calendar_variant5.phpt32 //but changing with an actual calendar should
H A Ddateformat_get_set_calendar_variant3.phpt33 //but changing with an actual calendar should
H A Ddateformat_get_set_calendar_variant4.phpt33 //but changing with an actual calendar should
H A Dcollator_create.phpt39 // Get the requested, valid and actual locales.
/PHP-7.0/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.0/ext/spl/tests/
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);
H A DDirectoryIterator_getOwner_basic.phpt20 $actual = $dir->getOwner();
21 var_dump($expected == $actual);
H A DDirectoryIterator_getGroup_basic.phpt20 $actual = $dir->getGroup();
21 var_dump($expected == $actual);
/PHP-7.0/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 Dpharfileinfo_setmetadata.phpt47 Phar entry is a temporary directory (not an actual entry in the archive), cannot set metadata
48 Phar entry is a temporary directory (not an actual entry in the archive), cannot delete metadata
H A Dpharfileinfo_chmod.phpt30 Phar entry "a" is a temporary directory (not an actual entry in the archive), cannot chmod
H A D016b.phpt24 …a): failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch …
/PHP-7.0/ext/bcmath/libbcmath/
H A DREADME9 library. gmp is similar, but the actual computation is different.
/PHP-7.0/ext/phar/
H A Dphar.c1354 if (actual) {
1364 if (actual) {
1370 if (actual) {
1377 if (actual) {
1490 zend_string *actual; local
1523 if (actual) {
1529 if (actual) {
1536 if (actual) {
2329 if (actual) {
2335 if (actual) {
[all …]
/PHP-7.0/ext/curl/tests/
H A Dbug45161.phpt32 // Start actual test
/PHP-7.0/ext/pdo_firebird/tests/
H A Dbug_62024.phpt19 //start actual test
/PHP-7.0/ext/standard/tests/file/
H A Dbug38086.phpt2 Bug #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than the actual length)

Completed in 47 milliseconds

123