version 1.1.1.1, 2012/02/21 23:47:52
|
version 1.1.1.2, 2013/07/22 01:32:17
|
Line 357 var_dump($global_var);
|
Line 357 var_dump($global_var);
|
test_unset3(); |
test_unset3(); |
var_dump($global_var); |
var_dump($global_var); |
|
|
//Note: No error conditions relating to passing arugments can be tested | //Note: No error conditions relating to passing arguments can be tested |
// because these are not functions but statements, it will result in syntax error. |
// because these are not functions but statements, it will result in syntax error. |
?> |
?> |
===DONE=== |
===DONE=== |