--TEST-- Test file_put_contents() function : usage variation - obscure filenames --CREDITS-- Dave Kelsey --SKIPIF-- --FILE-- --EXPECTF-- *** Testing file_put_contents() : usage variation *** -- Iteration 0 -- 9 bytes written to: -1 -- Iteration 1 -- 9 bytes written to: 1 -- Iteration 2 -- Failed to write data to: -- Iteration 3 -- Failed to write data to: -- Iteration 4 -- Failed to write data to: -- Iteration 5 -- 9 bytes written to: -- Iteration 6 -- Failed to write data to: -- Iteration 7 -- Notice: Array to string conversion in %s on line %d Notice: Array to string conversion in %s on line %d 9 bytes written to: Array Notice: Array to string conversion in %s on line %d -- Iteration 8 -- Warning: file_put_contents(/no/such/file/dir): failed to open stream: No such file or directory in %s on line %d Failed to write data to: /no/such/file/dir -- Iteration 9 -- Warning: file_put_contents(php/php): failed to open stream: No such file or directory in %s on line %d Failed to write data to: php/php *** Done ***