diff options
Diffstat (limited to 'tests/lang/passByReference_003.phpt')
-rw-r--r-- | tests/lang/passByReference_003.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lang/passByReference_003.phpt b/tests/lang/passByReference_003.phpt index 8fe27407f1..be002031d7 100644 --- a/tests/lang/passByReference_003.phpt +++ b/tests/lang/passByReference_003.phpt @@ -23,7 +23,6 @@ echo "\nAfter call\n"; var_dump($undef2) ?> --EXPECTF-- - Passing undefined by value Notice: Undefined variable: undef1 in %s on line 13 |