php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49563 cannot set class variables with data from Registry object...
Submitted: 2009-09-15 15:05 UTC Modified: 2009-09-30 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: sirshurf at yahoo dot com Assigned:
Status: No Feedback Package: Class/Object related
PHP Version: 5.2.10 OS: i5
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2009-09-15 15:05 UTC] sirshurf at yahoo dot com
Description:
------------
I wanted to create a class property, and initialize it with data from a Zend_Registry::get().

But I have found that I cannt do it, I mast initialise the varieble, and later in the constructor I can set value from an object to it without problem...

P.S. the Value is a string... 

Reproduce code:
---------------
protected $arrRulerPrograms = array ("state"=>Zend_Registry::get ( "objTranslation" )->LBL_PRG_STATE,"search"=>Zend_Registry::get ( "objTranslation" )->LBL_PRG_SEARCH);

Expected result:
----------------
Value assigned


Actual result:
--------------
Parse error: syntax error, unexpected '(', expecting ')'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-09-16 07:31 UTC] jani@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.


 [2009-09-30 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC