Date: 11/24/98
- Next message: Bug Database: "[PHP-DEV] Bug #950 Updated: function call with constant int"
- Previous message: rasmus: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: bernd_noack <email protected>
Operating system: NT40 Workstation
PHP version: 3.0.5
PHP Bug Type: Misbehaving function
Bug description: function call with constant int
<HTML><BODY>
<?
function test( $msg)
{
echo $msg."<br>";
}
test( 20);
test( 020);
test( 28);
test( 028);
?>
</HTML></BODY>
------------------------------------------------
This produces:
20
16
28
2
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Bug Database: "[PHP-DEV] Bug #950 Updated: function call with constant int"
- Previous message: rasmus: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

