Skip to content

Commit 77d5eb6

Browse files
authored
[skip ci] Fix tests with multiline titles (phpGH-17763)
See phpGH-17761
1 parent 367c5b5 commit 77d5eb6

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

tests/classes/unset_properties.phpt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
--TEST--
2-
Un-setting instance properties causes magic methods to be called when trying to access them from outside the magic
3-
methods themselves.
2+
Un-setting instance properties causes magic methods to be called when trying to access them from outside the magic methods themselves.
43
--FILE--
54
<?php
65

tests/lang/foreachLoop.010.phpt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--TEST--
22
This test illustrates the impact of invoking destructors when refcount is decremented to 0 on foreach.
3+
--DESCRIPTION--
34
It will pass only if the 'contentious code' in PHPValue.decReferences() is enabled.
45
--FILE--
56
<?php

tests/lang/func_get_arg.005.phpt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--TEST--
22
A variable, which is referenced by another variable, is passed by value.
3+
--DESCRIPTION--
34
During the call, the original variable is updated. This should not affect func_get_arg().
45
--FILE--
56
<?php

tests/output/stream_isatty_no_warning_on_cast.phpt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--TEST--
2-
stream_isatty(): casting stream does not emit data loss and should not emit warnings
2+
stream_isatty(): casting stream does not emit data loss and should not emit warnings.
3+
--DESCRIPTION--
34
Bug GH-10092 (Internal stream casting should not emit lost bytes warning twice)
45
--SKIPIF--
56
<?php

0 commit comments

Comments
 (0)