Ask a Question related to PHP Bugs, Design and Development.
-
bjori@php.net #1
#36441 [NoF->Bgs]: php exits script (without error) when finds code like "function xxx(); {}"
ID: 36441
Updated by: [email]bjori@php.net[/email]
Reported By: michal dot hantl at gmail dot com
-Status: No Feedback
+Status: Bogus
-Bug Type: Compile Failure
+Bug Type: Class/Object related
Operating System: Windows
PHP Version: 5.1.2
New Comment:
turn on error reporting
Previous Comments:
------------------------------------------------------------------------
[2006-02-26 01:00:04] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
------------------------------------------------------------------------
[2006-02-18 16:30:43] [email]mike@php.net[/email]
Please try using this CVS snapshot:
[url]http://snaps.php.net/php5.1-latest.tar.gz[/url]
For Windows:
[url]http://snaps.php.net/win32/php5.1-win32-latest.zip[/url]
I get:
Fatal error: Non-abstract method b::c() must contain body
------------------------------------------------------------------------
[2006-02-18 13:36:31] michal dot hantl at gmail dot com
Description:
------------
php sort of exits executing this source code without propper parse
error (which php4 reports correctly)
problem is in that ";" after "function whatever()"
Reproduce code:
---------------
Hello there
<?php
class bug {
function whatever(); {
die("you wish");
}
}
?>
Expected result:
----------------
some parse error
Actual result:
--------------
<totally nothing>
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=36441&edit=1[/url]
bjori@php.net Guest
-
"Unable to open script file 'MM_findObj.js' (error 3)"
Having started with ASP pages, I get this error message "Unable to open script file 'MM_findObj.js' (error 3)" when i goto the behaviours menu, or... -
Template problem: "making this change would require changing code that is locked..." error.
Hi all, I have read past postings, checked syntax and code (to the best of my somewhat humble abilities) and tried all sorts of solutions short of... -
(REPOST & CROSS-POST) - "simple(ish) code error"
Ok, I've got a slight problem that is proving to be a little irritating. I have a sales interface that is used by various members of staff to... -
recvfrom returns with an error code of 14, EFAULT "Bad Address"
I'll post the code at the bottom of the post. Whenever I try to retreive a udp packet sent via broadcast I get the errorcode EFAULT(bad address).... -
Getting error "Unable to generate code for a value of type"
I have created a server control for asp.net using C#. Everything works fine in Visual Studio, but when I attempt to look at the page I get an error....



Reply With Quote

