Zend
ZF-100-500 · Question #43
Which of the following will NOT display the value of $debug_variable? Each correct answer represents a complete s olution. Choose all that apply.
The correct answer is A. echo Zend_Debug::dump($debug_variable, 'debug_variable', false); B. print(Zend_Debug::dump($debug_variable, 'd ebug_variable', true)); D. Zend_Debug::dump($debug_var iable, 'debug_variable', true). See the full explanation below for the reasoning.
Question
Which of the following will NOT display the value of $debug_variable? Each correct answer represents a complete s olution. Choose all that apply.
Options
- Aecho Zend_Debug::dump($debug_variable, 'debug_variable', false);
- Bprint(Zend_Debug::dump($debug_variable, 'd ebug_variable', true));
- Cob_start(); Zend_Debug::dump($debug_variable, 'debug_variable', false); ob_end_flush();
- DZend_Debug::dump($debug_var iable, 'debug_variable', true);
How the community answered
(48 responses)- A71% (34)
- C29% (14)
Community Discussion
No community discussion yet for this question.