Anonymous | Login | Signup for a new account | 11-22-2024 03:33 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0004245 | [Quercus] | minor | have not tried | 10-07-10 07:11 | 03-22-12 13:43 | |||||||
Reporter | domdorn | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | low | Resolution | open | |||||||||
Status | acknowledged | Product Version | 4.0.11 | |||||||||
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. |
|||||||||||
Additional Information | ||||||||||||
Attached Files | ||||||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |