diff options
| author | Jani Taskinen <jani@php.net> | 2008-03-05 15:37:53 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2008-03-05 15:37:53 +0000 |
| commit | 2a4a4fbcaf6f1d2160382b8ce7568a1434e328b8 (patch) | |
| tree | 9650717052e116cff0f8d9f00f7526a287b5655c /ext/standard/tests/array/array_push_variation4.phpt | |
| parent | 90f420baa5f672e49363c946ad2964e6981e20ce (diff) | |
| download | php-git-2a4a4fbcaf6f1d2160382b8ce7568a1434e328b8.tar.gz | |
MF53: Fix tests
Diffstat (limited to 'ext/standard/tests/array/array_push_variation4.phpt')
| -rw-r--r-- | ext/standard/tests/array/array_push_variation4.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/standard/tests/array/array_push_variation4.phpt b/ext/standard/tests/array/array_push_variation4.phpt index 2d02fa93ff..1048d80cf2 100644 --- a/ext/standard/tests/array/array_push_variation4.phpt +++ b/ext/standard/tests/array/array_push_variation4.phpt @@ -1,5 +1,7 @@ --TEST-- Test array_push() function : usage variations - referenced variables +--INI-- +allow_call_time_pass_reference=on --FILE-- <?php /* Prototype : int array_push(array $stack, mixed $var [, mixed $...]) @@ -129,4 +131,4 @@ array(10) { } } } -Done
\ No newline at end of file +Done |
