diff options
Diffstat (limited to 'src/tests/disabled_functions_param_array.phpt')
| -rw-r--r-- | src/tests/disabled_functions_param_array.phpt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/tests/disabled_functions_param_array.phpt b/src/tests/disabled_functions_param_array.phpt index 8fb75e1..5ca13aa 100644 --- a/src/tests/disabled_functions_param_array.phpt +++ b/src/tests/disabled_functions_param_array.phpt | |||
| @@ -17,23 +17,6 @@ foo($a); | |||
| 17 | 17 | ||
| 18 | $a=Array("a"=>"abcd"); | 18 | $a=Array("a"=>"abcd"); |
| 19 | foo($a); | 19 | foo($a); |
| 20 | /* | ||
| 21 | |||
| 22 | $a=Array("bla"=>"abcdef"); | ||
| 23 | foo($a); | ||
| 24 | |||
| 25 | $a=Array("bla"=>"aaa", "a"=>"eee" ); | ||
| 26 | foo($a); | ||
| 27 | |||
| 28 | $a=Array("test"=>"aaa", "a"=>"fff" ); | ||
| 29 | foo($a); | ||
| 30 | |||
| 31 | $a=Array("test2"=>Array("foo"=>Array("lol"=>"bbb")), "a"=>"cccc"); | ||
| 32 | foo($a); | ||
| 33 | |||
| 34 | $a=Array("test2"=>Array("foo"=>Array("lol"=>"aaa")), "a"=>"dddd"); | ||
| 35 | foo($a); | ||
| 36 | */ | ||
| 37 | ?> | 20 | ?> |
| 38 | --EXPECTF-- | 21 | --EXPECTF-- |
| 39 | test1 | 22 | test1 |
