Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4245 | minor | have not tried | 10-07-10 07:11 | 03-22-12 13:43 | |
|
|||||
Reporter: | domdorn | Platform: | |||
Assigned To: | OS: | ||||
Priority: | low | OS Version: | |||
Status: | acknowledged | Product Version: | 4.0.11 | ||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0004245: methods beginning with underscore not visible in get_declared_methods | ||||
Description: |
quercus produces a different array when calling get_declared_methods in a class in zend-framework than zends php. zend reports: Array ( [0] => init [1] => indexAction [2] => __construct [3] => initView [4] => render [5] => renderScript [6] => getViewScript [7] => getRequest [8] => setRequest [9] => getResponse [10] => setResponse [11] => _setInvokeArgs [12] => getInvokeArgs [13] => getInvokeArg [14] => getHelper [15] => getHelperCopy [16] => setFrontController [17] => getFrontController [18] => preDispatch [19] => postDispatch [20] => __call [21] => dispatch [22] => run [23] => _getParam [24] => _setParam [25] => _hasParam [26] => _getAllParams [27] => _forward [28] => _redirect ) Quercus reports Array ( [0] => renderScript [1] => __construct [2] => getInvokeArgs [3] => setRequest [4] => init [5] => setFrontController [6] => getResponse [7] => run [8] => getInvokeArg [9] => render [10] => getFrontController [11] => preDispatch [12] => __call [13] => indexAction [14] => postDispatch [15] => getHelper [16] => dispatch [17] => setResponse [18] => initView [19] => getRequest [20] => getViewScript [21] => getHelperCopy ) difference: [11] => _setInvokeArgs [23] => _getParam [24] => _setParam [25] => _hasParam [26] => _getAllParams [27] => _forward [28] => _redirect will add testcase soon. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |