diff options
Diffstat (limited to 'ext/spl/examples/dba_dump.php')
-rwxr-xr-x | ext/spl/examples/dba_dump.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/examples/dba_dump.php b/ext/spl/examples/dba_dump.php index 7ea8e76255..4c080729b2 100755 --- a/ext/spl/examples/dba_dump.php +++ b/ext/spl/examples/dba_dump.php @@ -39,4 +39,4 @@ foreach($db as $key => $val) { echo "'$key' => '$val'\n"; } -?>
\ No newline at end of file +?> |