From: [EMAIL PROTECTED]
Operating system: suse7.0
PHP version: 4.0.4pl1
PHP Bug Type: Scripting Engine problem
Bug description: undefined function not signaled
this construct doesn't yeld an error.
it should no???
<?php
class titi {
}
$ti=new titi( $p1,$p2,a());
?>
--
Edit Bug report at: http://bugs.php.net/?id=9152&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]