diff options
| author | jvoisin | 2017-10-30 14:32:44 +0100 |
|---|---|---|
| committer | jvoisin | 2017-10-30 14:34:29 +0100 |
| commit | 0c77d1dcd817bd159682344d186e920cd8c9c150 (patch) | |
| tree | 43705cd797b8422ee76c974395c3dafca293e096 /src/tests/disabled_functions_param_array.phpt | |
| parent | 7757a9a46fe7379292b1b99df692f90a131e5bc7 (diff) | |
Minor code cleanup
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 |
