Lines Matching refs:data
12 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
13 * Description: Write/Create a file with contents data and return the number of bytes written
40 $res = file_put_contents($names_arr[$i], "Some data");
46 echo "Failed to write data to: $names_arr[$i]\n";
61 Failed to write data to:
65 Failed to write data to:
69 Failed to write data to:
75 Failed to write data to:
81 Failed to write data to: Array
85 Failed to write data to: %sdir
89 Failed to write data to: %sphp