/php-src/ext/date/tests/ |
H A D | bug-gh8964-001.phpt | 7 $actual = new DateTimeImmutable("2022-07-21 15:00:10"); 11 $expectedLower = $actual->sub($delta); 12 $expectedUpper = $actual->add($delta); 15 echo $actual ->format( 'H:i:s.u U' ), "\n"; 18 var_dump($actual < $expectedLower, $actual > $expectedUpper);
|
H A D | bug-gh8964-002.phpt | 9 $actual = new DateTimeImmutable("2022-07-21 15:00:10"); 13 $expectedLower = $actual->sub($delta); 14 $expectedUpper = $actual->add($delta); 17 echo $actual ->format( 'H:i:s.u U' ), "\n"; 20 var_dump($actual < $expectedLower, $actual > $expectedUpper);
|
H A D | bug77097.phpt | 2 Bug #77097 (DateTime::diff gives wrong diff when the actual diff is less than 1 second)
|
/php-src/ext/gd/tests/ |
H A D | func.inc | 70 * 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-src/ext/intl/tests/ |
H A D | formatter_get_locale_variant4.phpt | 23 Locale::ACTUAL_LOCALE => 'actual', 49 en_UK: actual='en' valid='en' 50 en_US: actual='en_US' valid='en_US' 51 fr_CA: actual='fr_CA' valid='fr_CA'
|
H A D | formatter_get_locale_variant2.phpt | 23 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 D | formatter_get_locale_variant3.phpt | 24 Locale::ACTUAL_LOCALE => 'actual', 50 en_UK: actual='en' valid='en' 51 en_US: actual='en' valid='en_US' 52 fr_CA: actual='fr' valid='fr_CA'
|
H A D | bug75317.phpt | 12 function printResult($actual, $expected) { 13 var_dump($actual === $expected ? true : "expected: $expected, actual: $actual");
|
/php-src/ext/standard/tests/strings/ |
H A D | bug69144.phpt | 8 if ($expected !== ($actual = strtr($input, array("fo" => "", "foobar" => "", "bar" => "")))) { 9 echo "KO `$input` became `$actual` instead of `$expected`\n";
|
/php-src/ext/bcmath/tests/ |
H A D | bcmul_check_overflow.phpt | 17 $actual = bcmul($num1, $num1); 18 echo $repeat . ': ' . ($actual === $expected ? 'OK' : 'NG') . PHP_EOL;
|
/php-src/ext/spl/tests/ |
H A D | SplFileInfo_getGroup_basic.phpt | 17 $actual = $fileInfo->getGroup(); 18 var_dump($expected == $actual);
|
H A D | SplFileInfo_getOwner_basic.phpt | 17 $actual = $fileInfo->getOwner(); 18 var_dump($expected == $actual);
|
H A D | DirectoryIterator_getGroup_basic.phpt | 24 $actual = $dir->getGroup(); 25 var_dump($expected == $actual);
|
H A D | DirectoryIterator_getOwner_basic.phpt | 24 $actual = $dir->getOwner(); 25 var_dump($expected == $actual);
|
/php-src/ext/phar/tests/ |
H A D | 016.phpt | 31 …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 D | pharfileinfo_setmetadata.phpt | 44 Phar entry is a temporary directory (not an actual entry in the archive), cannot set metadata 45 Phar entry is a temporary directory (not an actual entry in the archive), cannot delete metadata
|
H A D | pharfileinfo_chmod.phpt | 28 Phar entry "a" is a temporary directory (not an actual entry in the archive), cannot chmod
|
H A D | 016b.phpt | 24 …a): Failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch …
|
/php-src/Zend/tests/arrow_functions/ |
H A D | 002.phpt | 2 Arrow functions implicit use must be throwing notices only upon actual use
|
/php-src/Zend/tests/ |
H A D | string_offset_optimization.phpt | 2 Invalid string offset use where the actual use may be optimized away
|
/php-src/ext/mbstring/tests/ |
H A D | mb_str_split_ru.phpt | 36 echo "$cs WRONG CHUNKS NUMBER: expected/actual: $ceil/$cnt\n"; 56 if($size !== $count) printf("Long string splitting error: actual array size: %d expected: %d\n", $c…
|
/php-src/ext/reflection/tests/ |
H A D | ReflectionClassConstant_unset_name.phpt | 10 // This is unsupported and the actual behavior doesn't matter.
|
/php-src/ext/curl/tests/ |
H A D | bug45161.phpt | 23 // Start actual test
|
/php-src/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.yml | 8 …a minimal way to reproduce the problem and describe what the expected vs actual behavior is. Provi…
|
/php-src/ext/phar/ |
H A D | phar.c | 1406 if (actual) { in phar_create_or_parse_filename() 1416 if (actual) { in phar_create_or_parse_filename() 1422 if (actual) { in phar_create_or_parse_filename() 1429 if (actual) { in phar_create_or_parse_filename() 1573 if (actual) { in phar_open_from_filename() 1579 if (actual) { in phar_open_from_filename() 1586 if (actual) { in phar_open_from_filename() 2354 if (actual) { in phar_open_executed_filename() 2360 if (actual) { in phar_open_executed_filename() 2361 fname = actual; in phar_open_executed_filename() [all …]
|