Lines Matching refs:get_defined_vars
2 Testing get_defined_vars() Function
19 var_dump( get_defined_vars() );
26 var_dump( get_defined_vars() );
29 $arr = get_defined_vars();
31 /* Displaying various variable through the array captured by the get_defined_vars function call */
32 echo "\n*** Displaying various variables through the array captured by the get_defined_vars functio…
42 echo "\n*** Checking for output when get_defined_vars called in local function ***\n";
46 echo "\n*** Checking for output when get_defined_vars called in function of a class ***\n";
49 echo "\n*** Checking for output when get_defined_vars called in nested functions ***\n";
52 var_dump( get_defined_vars() );
55 var_dump( get_defined_vars() );
64 *** Displaying various variables through the array captured by the get_defined_vars function call *…
102 *** Checking for output when get_defined_vars called in local function ***
108 *** Checking for output when get_defined_vars called in function of a class ***
114 *** Checking for output when get_defined_vars called in nested functions ***