diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2014-08-07 10:43:43 +0200 |
---|---|---|
committer | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2014-08-07 10:43:43 +0200 |
commit | 0e7dbd52209c87efa2bdc8deccb9aeb72d3615b7 (patch) | |
tree | 71a1c20e2f1ff73ec5cb209e725052ab003818e5 /examples/writing.php | |
parent | fbd4c2c8722d5bc93f88463f50b73664035af692 (diff) | |
download | csv-0e7dbd52209c87efa2bdc8deccb9aeb72d3615b7.zip csv-0e7dbd52209c87efa2bdc8deccb9aeb72d3615b7.tar.gz csv-0e7dbd52209c87efa2bdc8deccb9aeb72d3615b7.tar.bz2 |
update examples for version 5.5
Diffstat (limited to 'examples/writing.php')
-rwxr-xr-x[-rw-r--r--] | examples/writing.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/writing.php b/examples/writing.php index 811b8f7..41d27e3 100644..100755 --- a/examples/writing.php +++ b/examples/writing.php @@ -1,5 +1,8 @@ <?php +error_reporting(-1); +ini_set('display_errors', 1); + use League\Csv\Writer; require '../vendor/autoload.php'; |