[skip ci] Fix tests with multiline titles (GH-17763)

See GH-17761
This commit is contained in:
David Hein 2025-02-14 12:03:53 +01:00 committed by GitHub
parent 367c5b522a
commit 77d5eb6a5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,5 @@
--TEST--
Un-setting instance properties causes magic methods to be called when trying to access them from outside the magic
methods themselves.
Un-setting instance properties causes magic methods to be called when trying to access them from outside the magic methods themselves.
--FILE--
<?php

View file

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

View file

@ -1,5 +1,6 @@
--TEST--
A variable, which is referenced by another variable, is passed by value.
--DESCRIPTION--
During the call, the original variable is updated. This should not affect func_get_arg().
--FILE--
<?php

View file

@ -1,5 +1,6 @@
--TEST--
stream_isatty(): casting stream does not emit data loss and should not emit warnings
stream_isatty(): casting stream does not emit data loss and should not emit warnings.
--DESCRIPTION--
Bug GH-10092 (Internal stream casting should not emit lost bytes warning twice)
--SKIPIF--
<?php