Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101619 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45007 invoked from network); 18 Jan 2018 22:02:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2018 22:02:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=samding@ca.ibm.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=samding@ca.ibm.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ca.ibm.com designates 148.163.158.5 as permitted sender) X-PHP-List-Original-Sender: samding@ca.ibm.com X-Host-Fingerprint: 148.163.158.5 mx0b-001b2d01.pphosted.com Received: from [148.163.158.5] ([148.163.158.5:37312] helo=mx0a-001b2d01.pphosted.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/A8-12394-E69116A5 for ; Thu, 18 Jan 2018 17:02:23 -0500 Received: from pps.filterd (m0098420.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w0ILwsdn105018 for ; Thu, 18 Jan 2018 17:02:19 -0500 Received: from smtp.notes.na.collabserv.com (smtp.notes.na.collabserv.com [192.155.248.66]) by mx0b-001b2d01.pphosted.com with ESMTP id 2fk3u4gemh-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 18 Jan 2018 17:02:19 -0500 Received: from localhost by smtp.notes.na.collabserv.com with smtp.notes.na.collabserv.com ESMTP for from ; Thu, 18 Jan 2018 22:02:18 -0000 Received: from us1a3-smtp06.a3.dal06.isc4sb.com (10.146.103.243) by smtp.notes.na.collabserv.com (10.106.227.127) with smtp.notes.na.collabserv.com ESMTP; Thu, 18 Jan 2018 22:02:17 -0000 Received: from us1a3-mail101.a3.dal06.isc4sb.com ([10.146.21.220]) by us1a3-smtp06.a3.dal06.isc4sb.com with ESMTP id 2018011822021625-1153941 ; Thu, 18 Jan 2018 22:02:16 +0000 MIME-Version: 1.0 To: PHP internals Date: Thu, 18 Jan 2018 17:02:16 -0500 X-KeepSent: 3FC4CB95:77D4E14B-00258219:00777792; type=4; name=$KeepSent X-Mailer: IBM Notes Release 9.0.1FP7 August 18, 2016 X-LLNOutbound: False X-Disclaimed: 55543 X-TNEFEvaluated: 1 Content-type: multipart/alternative; Boundary="0__=8FBB088ADFE4F1028f9e8a93df938690918c8FBB088ADFE4F102" Content-Disposition: inline x-cbid: 18011822-6357-0000-0000-000003CD7AED X-IBM-SpamModules-Scores: BY=0.036174; FL=0; FP=0; FZ=0; HX=0; KW=0; PH=0; SC=0.423878; ST=0; TS=0; UL=0; ISC=; MB=0.005193 X-IBM-SpamModules-Versions: BY=3.00008403; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000247; SDB=6.00976982; UDB=6.00495309; IPR=6.00756905; BA=6.00005782; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00019118; XFM=3.00000015; UTC=2018-01-18 22:02:18 X-IBM-AV-DETECTION: SAVI=unsuspicious REMOTE=unsuspicious XFE=unused X-IBM-AV-VERSION: SAVI=2018-01-18 10:28:13 - 6.00007924 x-cbparentid: 18011822-6358-0000-0000-0000E8C9ABBC Message-ID: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-01-18_09:,, signatures=0 X-Proofpoint-Spam-Reason: safe Subject: function stream_isatty From: samding@ca.ibm.com ("Sam Ding") --0__=8FBB088ADFE4F1028f9e8a93df938690918c8FBB088ADFE4F102 Content-Transfer-Encoding: quoted-printable Content-type: text/plain; charset=US-ASCII There are 5 test cases that have different results between s390x and x86=5F64: |--------------------------------------------------------------------------= ---| |Test stream=5Fisatty with redirected STDERR = | |tests/output/stream=5Fisatty=5Ferr.phpt.] = | |--------------------------------------------------------------------------= ---| |Test stream=5Fisatty with redirected STDIN/STDERR = | |[tests/output/stream=5Fisatty=5Fin-err.phpt] = | |--------------------------------------------------------------------------= ---| |Test stream=5Fisatty with redirected STDIN/STDOUT = | |[tests/output/stream=5Fisatty=5Fin-out.phpt] = | |--------------------------------------------------------------------------= ---| |Test stream=5Fisatty with redirected STDOUT = | |[tests/output/stream=5Fisatty=5Fout.phpt] = | |--------------------------------------------------------------------------= ---| |Test stream=5Fisatty with redirected STDOUT/STDERR = | |[tests/output/stream=5Fisatty=5Fout-err.phpt] = | |--------------------------------------------------------------------------= ---| All are related to the new function stream=5Fisatty(). Here is a short sample php: # more sample.php