From: bastard_man at hotmail dot co dot uk
Operating system: XP/Ubuntu
PHP version: 5.3CVS-2008-08-05 (CVS)
PHP Bug Type: Feature/Change Request
Bug description: correct "new Object()->method()"
Description:
------------
Hello,
can you help me with a feature change in PHP?
in java this code works well
AClass object = new AClass().aMethod();
in php it doesnt.
It is possible to correct this so the syntax is valid?
Reproduce code:
---------------
class AClass
{
public function __construct()
{echo("a"); /* return $this; ???? */ }
public function method1()
{echo("b"); return $this;}
public function method2()
{echo("c"); return $this;}
public static main()
{$obj = new TestPhp()->method1()->method2();}
}
AClass::main();
Expected result:
----------------
abc
Actual result:
--------------
(Fatal Error)
--
Edit bug report at http://bugs.php.net/?id=45724&edit=1
--
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=45724&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=45724&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=45724&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=45724&r=fixedcvs
Fixed in release:
http://bugs.php.net/fix.php?id=45724&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=45724&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=45724&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=45724&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=45724&r=support
Expected behavior: http://bugs.php.net/fix.php?id=45724&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=45724&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=45724&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=45724&r=globals
PHP 4 support discontinued: http://bugs.php.net/fix.php?id=45724&r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=45724&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=45724&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=45724&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=45724&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=45724&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=45724&r=mysqlcfg