|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchesbug49847.diff (last revision 2012-03-20 13:49 UTC by ab@php.net)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-03-20 13:49 UTC] ab@php.net
[2012-03-20 14:10 UTC] ab@php.net
-Assigned To:
+Assigned To: mattficken
[2012-03-20 23:04 UTC] mattficken@php.net
[2012-04-02 22:58 UTC] mattficken@php.net
[2012-04-03 11:29 UTC] ab@php.net
[2012-04-03 11:29 UTC] ab@php.net
[2012-04-03 11:36 UTC] ab@php.net
-Status: Assigned
+Status: Closed
-Assigned To: mattficken
+Assigned To: ab
[2012-04-03 11:36 UTC] ab@php.net
[2012-04-03 12:28 UTC] ab@php.net
[2012-04-18 09:45 UTC] laruence@php.net
[2012-07-24 23:36 UTC] rasmus@php.net
[2013-11-17 09:32 UTC] laruence@php.net
[2014-10-07 23:27 UTC] stas@php.net
[2014-10-07 23:38 UTC] stas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 09:00:01 2025 UTC |
Description: ------------ The test fails with the following diff out: 001+ 'more' is not recognized as an internal or external command, 002+ operable program or batch file. 003+ array(0) { 001- array(1) { 002- [0]=> 003- string(4098) "%s 1" The patch supplied fixes the issue exchanging "more" with "type" Expected result: ---------------- test pass Actual result: -------------- test fail