Home
last modified time | relevance | path

Searched refs:fwrite (Results 251 – 275 of 525) sorted by relevance

1...<<1112131415161718192021

/php-src/ext/openssl/tests/
H A Dbug73072.phpt26 fwrite(STDERR, "done\n");
H A Dbug46127.phpt24 fwrite($link, "Sending bug 46127\n");
/php-src/ext/zlib/tests/
H A Dgzreadgzwriteplain.phpt11 fwrite($fp, $original);
/php-src/sapi/cli/tests/
H A Dgh8827-003.phpt36 fwrite($stdoutStream, $buffer);
H A Dphp_cli_server_012.phpt17 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_021.phpt15 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_016.phpt27 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_005.phpt29 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_019.phpt21 if(fwrite($fp, <<<HEADER
/php-src/tests/output/
H A Dstream_isatty.inc34 fwrite(STDERR, $result);
/php-src/ext/phar/tests/
H A Dopen_for_write_newfile.phpt21 fwrite($fp, 'extra');
/php-src/ext/phar/tests/tar/
H A Dopen_for_write_existing.phpt30 fwrite($fp, 'extra');
H A Dopen_for_write_newfile.phpt30 fwrite($fp, 'extra');
/php-src/ext/phar/tests/zip/
H A Dopen_for_write_existing.phpt29 fwrite($fp, 'extra');
H A Dopen_for_write_newfile.phpt29 fwrite($fp, 'extra');
/php-src/ext/standard/tests/file/
H A Ddisk_total_space_error-win32.phpt18 fwrite( $fh, " Garbage data for the temporary file" );
H A Dfileowner_basic.phpt17 fwrite($file_handle, $string);
H A Dfopen_variation12.phpt14 fwrite($h, "This is the test file");
H A Dfopen_variation13.phpt27 fwrite($h, "This is the test file");
H A Dfeof_basic.phpt12 fwrite($h, "some data $i\n");
36 fwrite($h, "some data $i\n");
H A Ddisk_total_space_basic.phpt18 fwrite($fh, "Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data Garbage …
/php-src/ext/standard/tests/network/
H A Dunixloop.phpt32 fwrite($client, "ABCdef123\n");
/php-src/ext/standard/tests/filters/
H A Dbug35916.phpt37 fwrite($fp, "Thank you\n");
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_sockets3.phpt45 fwrite($pipes[0], 'done');
/php-src/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt39 var_dump(fwrite($f, str_repeat('b', 3)));
50 var_dump(strlen(fwrite($f, str_repeat('b', 250))));

Completed in 29 milliseconds

1...<<1112131415161718192021