Zend
ZF-100-500 · Question #47
Which of the following will NOT display the value of $debug_vari able? Each correct answer represents a complete solution. Choose all that apply.
The correct answer is B. echo Zend_Debug::dump($debug_variable, 'debug_variable', false); C. Zend_Debug::dump($debug_variable, 'debug _variable', true). See the full explanation below for the reasoning.
Question
Which of the following will NOT display the value of $debug_vari able? Each correct answer represents a complete solution. Choose all that apply.
Options
- Aob_start(); Zend_Debug::dump($debug_variable, 'debug_variable', false); ob_end_flush(); B.
- Becho Zend_Debug::dump($debug_variable, 'debug_variable', false);
- CZend_Debug::dump($debug_variable, 'debug _variable', true);
How the community answered
(18 responses)- A17% (3)
- B83% (15)
Community Discussion
No community discussion yet for this question.