Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.3.0

Bug #9556 curly open not recognized
Submitted: 2006-12-06 06:02 UTC
From: glen at delfi dot ee Assigned:
Status: Open Package: PHP_Shell (version 0.3.0)
PHP Version: 5.2.0 RC4 OS: PLD Linux
Roadmaps: (Not assigned)    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: glen at delfi dot ee
New email:
PHP Version: Package Version: OS:

 

 [2006-12-06 06:02 UTC] glen at delfi dot ee (Elan Ruusamäe)
Description: ------------ works from CLI: # php -r '$z=array(1,33);echo "jura: {$z[1]}\n";' jura: 33 # and warns from php-shell: # php-shell PHP-Shell - Version 0.3.1, with readline() support >> $z=array(1,33); array ( 0 => 1, 1 => 33, ) >> echo "jura: {$z[1]}\n"; unknown tag: 374 (T_CURLY_OPEN): { jura : { Array [1 ]} # php -v PHP 5.2.0 (cli) (built: Nov 20 2006 01:08:10) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies

Comments