diff options
Diffstat (limited to 'tests/lang/passByReference_008.phpt')
-rw-r--r-- | tests/lang/passByReference_008.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lang/passByReference_008.phpt b/tests/lang/passByReference_008.phpt index 4fd9a819a8..5042b72e4b 100644 --- a/tests/lang/passByReference_008.phpt +++ b/tests/lang/passByReference_008.phpt @@ -26,8 +26,6 @@ refVal($b, $b); var_dump($b); ?> --EXPECT-- - - -- Val, Ref -- string(10) "original.a" string(10) "original.a" |