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

Bug #9556 curly open not recognized
Submitted: 2006-12-06 11:02 UTC
From: glen at delfi dot ee Assigned: jespino
Status: Closed Package: PHP_Shell (version 0.3.0)
PHP Version: 5.2.0 RC4 OS: PLD Linux
Roadmaps: (Not assigned)    
Subscription  


 [2006-12-06 11: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

 [2010-05-26 02:07 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2010-08-08 21:11 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!