Home
last modified time | relevance | path

Searched refs:FILE_APPEND (Results 1 – 9 of 9) sorted by relevance

/PHP-8.3/Zend/tests/
H A Dbug78396.phpt7 file_put_contents(__DIR__ . '/bug78396.txt', '1', FILE_APPEND | LOCK_EX);
8 file_put_contents(__DIR__ . '/bug78396.txt', '2', FILE_APPEND | LOCK_EX);
/PHP-8.3/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_variation2.phpt21 file_put_contents( $filename, $buffer, FILE_APPEND, NULL );
22 file_put_contents( $filename, $data_array, FILE_APPEND, NULL );
H A Dfile_put_contents_variation1.phpt15 var_dump(file_put_contents($filename, $extra, FILE_APPEND));
H A Dfile_error.phpt16 var_dump( file($filename, FILE_APPEND) ); // Incorrect flag
H A Dfile_put_contents_variation6.phpt36 file_put_contents($filename, ". This was appended", FILE_USE_INCLUDE_PATH | FILE_APPEND);
H A Dfile_put_contents_variation9.phpt38 var_dump(file_put_contents($file, $extra, FILE_APPEND));
/PHP-8.3/ext/standard/
H A Dfile.stub.php440 const FILE_APPEND = UNKNOWN; define
/PHP-8.3/ext/ftp/tests/
H A Dserver.inc244 file_put_contents(__DIR__.'/'.$m[1], $data, FILE_APPEND);
249 file_put_contents(__DIR__.'/'.$m[1], $data, FILE_APPEND);
/PHP-8.3/
H A DUPGRADING108 FILE_APPEND was previously silently accepted.

Completed in 23 milliseconds