|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-19 01:10 UTC] mfischer@php.net
[2002-03-19 01:12 UTC] mfischer@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Feb 09 04:00:01 2026 UTC |
The following code does not render a compilation error (notice the closing parenthesis in the return statement). In fact, everything dies completely with no output at all no matter what you try until you uncomment the offending line. Here is the code that reproduces what I am reporting: <?php error_reporting(E_ALL); function test() { return "Hello"); } echo test(); ?> error_reporting is set to 2047 in php.ini Configure parameters: '--enable-track-vars' '--with-apxs=/usr/sbin/apxs' '--with-mysql' '--with-gnu-ld'