diff options
Diffstat (limited to 'src/tests/disable_function/disabled_function_local_var_4.phpt')
| -rw-r--r-- | src/tests/disable_function/disabled_function_local_var_4.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/disable_function/disabled_function_local_var_4.phpt b/src/tests/disable_function/disabled_function_local_var_4.phpt index b441576..f0b1291 100644 --- a/src/tests/disable_function/disabled_function_local_var_4.phpt +++ b/src/tests/disable_function/disabled_function_local_var_4.phpt | |||
| @@ -40,7 +40,7 @@ class test_object { | |||
| 40 | $d = new test_object($c); | 40 | $d = new test_object($c); |
| 41 | $a = 1338; | 41 | $a = 1338; |
| 42 | function test(){ | 42 | function test(){ |
| 43 | strlen("qwe"); | 43 | strtoupper("qwe"); |
| 44 | } | 44 | } |
| 45 | echo "Valeur: " . $b['_GET]["obj->nop::qwe']["qwe"][$a]->uio . "\n"; | 45 | echo "Valeur: " . $b['_GET]["obj->nop::qwe']["qwe"][$a]->uio . "\n"; |
| 46 | test(); | 46 | test(); |
| @@ -54,4 +54,4 @@ test(); | |||
| 54 | Valeur: valeur de a | 54 | Valeur: valeur de a |
| 55 | Valeur: valeur de apres | 55 | Valeur: valeur de apres |
| 56 | 56 | ||
| 57 | Fatal error: [snuffleupagus][disabled_function] Aborted execution on call of the function 'strlen' in %a/disabled_function_local_var_4.php on line 36 \ No newline at end of file | 57 | Fatal error: [snuffleupagus][disabled_function] Aborted execution on call of the function 'strtoupper' in %a/disabled_function_local_var_4.php on line 36 \ No newline at end of file |
