Skip to content

Commit fc7a720

Browse files
committed
Dump file for 32bit failures
1 parent f23713b commit fc7a720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/tests/offsets/string_container_offset_behaviour.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ foreach ($offsets as $dimension) {
735735
) {
736736
file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_string_container_{$failuresNb}.txt", $varOutput);
737737
++$failuresNb;
738-
$failures[] = $error;
738+
$failures[] = $error . $varOutput . "\n";
739739
}
740740
++$testCasesTotal;
741741
}
@@ -770,7 +770,7 @@ foreach ($offsets as $offset) {
770770
) {
771771
file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_string_container_{$failuresNb}.txt", $varOutput);
772772
++$failuresNb;
773-
$failures[] = $error;
773+
$failures[] = $error . $varOutput . "\n";
774774
}
775775
++$testCasesTotal;
776776
}

0 commit comments

Comments
 (0)