Skip to content

Commit d82a2f6

Browse files
committed
Test fixes
1 parent 6b010b5 commit d82a2f6

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Zend/tests/bug78973.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ test(new class {
1313

1414
?>
1515
--EXPECTF--
16-
#0 class@anonymous->__destruct() called at [%s:4]
17-
#1 test() called at [%s:5]
16+
#0 class@anonymous->__destruct() called at [%s:%d]
17+
#1 test() called at [%s:%d]

ext/bcmath/tests/bug78878.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ if (!extension_loaded('bcmath')) die('skip bcmath extension not available');
99
print @bcmul("\xB26483605105519922841849335928742092", bcpowmod(2, 65535, -4e-4));
1010
?>
1111
--EXPECT--
12-
bc math warning: non-zero scale in modulus
1312
0

ext/exif/tests/bug78910.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ var_dump(exif_read_data('data:image/jpg;base64,TU0AKgAAAAwgICAgAAIBDwAEAAAAAgAAA
77

88
?>
99
--EXPECTF--
10-
Notice: exif_read_data(): Read from TIFF: tag(0x927C, MakerNote ): Illegal format code 0x2020, switching to BYTE in %s on line %d
10+
Notice: exif_read_data(): Read from TIFF: tag(0x927C, MakerNote): Illegal format code 0x2020, switching to BYTE in %s on line %d
1111

12-
Warning: exif_read_data(): Process tag(x927C=MakerNote ): Illegal format code 0x2020, suppose BYTE in %s on line %d
12+
Warning: exif_read_data(): Process tag(x927C=MakerNote): Illegal format code 0x2020, suppose BYTE in %s on line %d
1313

1414
Warning: exif_read_data(): IFD data too short: 0x0000 offset 0x000C in %s on line %d
1515

0 commit comments

Comments
 (0)