We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23713b commit fc7a720Copy full SHA for fc7a720
Zend/tests/offsets/string_container_offset_behaviour.phpt
@@ -735,7 +735,7 @@ foreach ($offsets as $dimension) {
735
) {
736
file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_string_container_{$failuresNb}.txt", $varOutput);
737
++$failuresNb;
738
- $failures[] = $error;
+ $failures[] = $error . $varOutput . "\n";
739
}
740
++$testCasesTotal;
741
@@ -770,7 +770,7 @@ foreach ($offsets as $offset) {
770
771
772
773
774
775
776
0 commit comments