Test: /sapi/cli/tests/bug43177.phpt - Version 5.6.17        

Feature/Change Request #43177 Errors in eval()'ed code produce status code 500
Submitted: 2007-11-02 11:41:44 Modified: 2011-04-08 21:15:52
From: taneli Assigned:
Status: Closed Package: *General Issues
PHP Version: 5.2.4 OS: Linux

There are 3 different diffs reported by users for this test.

Count Diff
2 (50%)
001+ Warning: fsockopen(): unable to connect to localhost:8964 (Connection refused) in %s/bug43177.php on line 32
002+ connect failed
001- HTTP/1.1 200 OK
002- Host: localhost
003- Connection: close
004- X-Powered-By: %s
005- Content-type: text/html; charset=UTF-8
006-
007- OK
008- HTTP/1.0 500 Internal Server Error
009- Host: localhost
010- Connection: close
011- X-Powered-By: %s
012- Content-type: text/html; charset=UTF-8
013-
014- HTTP/1.0 500 Internal Server Error
015- Host: localhost
016- Connection: close
017- X-Powered-By: %s
018- Content-type: text/html; charset=UTF-8
019-
020- HTTP/1.0 500 Internal Server Error
021- Host: localhost
022- Connection: close
023- X-Powered-By: %s
024- Content-type: text/html; charset=UTF-8
1 (25%)
007+ Hello World!
008+ Hello World!HTTP/1.1 200 OK
007- OK
008- HTTP/1.0 500 Internal Server Error
014+ Hello World!
015+ Hello World!HTTP/1.1 200 OK
014- HTTP/1.0 500 Internal Server Error
020- HTTP/1.0 500 Internal Server Error
021+ Hello World!
022+ Hello World!HTTP/1.1 200 OK
027+
028+ Hello World!
029+ Hello World!
1 (25%)
001+ PHP 5.6.17 Development Server started at Mon Jan 25 17:10:14 2016
002+ Listening on http://localhost:8964
003+ Document root is /root/php5-src/php-5.6.17/sapi/cli/tests
004+ Press Ctrl-C to quit.