mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
[skip ci] Fix tests with multiline titles (GH-17763)
See GH-17761
This commit is contained in:
parent
367c5b522a
commit
77d5eb6a5a
4 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
Un-setting instance properties causes magic methods to be called when trying to access them from outside the magic
|
Un-setting instance properties causes magic methods to be called when trying to access them from outside the magic methods themselves.
|
||||||
methods themselves.
|
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
This test illustrates the impact of invoking destructors when refcount is decremented to 0 on foreach.
|
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.
|
It will pass only if the 'contentious code' in PHPValue.decReferences() is enabled.
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
A variable, which is referenced by another variable, is passed by value.
|
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().
|
During the call, the original variable is updated. This should not affect func_get_arg().
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
--TEST--
|
--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)
|
Bug GH-10092 (Internal stream casting should not emit lost bytes warning twice)
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue