Home
last modified time | relevance | path

Searched refs:fp (Results 276 – 300 of 909) sorted by relevance

1...<<11121314151617181920>>...37

/PHP-5.5/ext/standard/tests/math/
H A Dbase_convert_variation1.phpt23 $fp = fopen(__FILE__, "r");
67 /*25*/ $fp
77 fclose($fp);
H A Dfloor_variation1.phpt29 $fp = fopen(__FILE__, "r");
63 /*16*/ $fp
73 fclose($fp);
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation36.phpt13 $fp = fopen (__FILE__, "r");
18 $fp,
41 fclose($fp);
H A Dvfprintf_variation10.phpt68 if (!($fp = fopen($data_file, 'wt')))
75 fprintf($fp, "\n-- Iteration %d --\n",$counter);
76 vfprintf($fp, $formats, $args);
80 fclose($fp);
H A Dvfprintf_variation12.phpt72 if (!($fp = fopen($data_file, 'wt')))
79 fprintf($fp, "\n-- Iteration %d --\n",$counter);
80 vfprintf($fp, $formats, $args);
84 fclose($fp);
H A Dvfprintf_variation4.phpt66 if (!($fp = fopen($data_file, 'wt')))
73 fprintf($fp, "\n-- Iteration %d --\n",$counter);
74 vfprintf($fp, $formats, $args);
78 fclose($fp);
H A Dvfprintf_variation4_64bit.phpt66 if (!($fp = fopen($data_file, 'wt')))
73 fprintf($fp, "\n-- Iteration %d --\n",$counter);
74 vfprintf($fp, $formats, $args);
78 fclose($fp);
H A Dvfprintf_variation12_64bit.phpt72 if (!($fp = fopen($data_file, 'wt')))
79 fprintf($fp, "\n-- Iteration %d --\n",$counter);
80 vfprintf($fp, $formats, $args);
84 fclose($fp);
H A Dvfprintf_variation16.phpt65 if (!($fp = fopen($data_file, 'wt')))
72 fprintf($fp, "\n-- Iteration %d --\n",$counter);
73 vfprintf($fp, $formats, $args);
77 fclose($fp);
H A Dvfprintf_variation16_64bit.phpt65 if (!($fp = fopen($data_file, 'wt')))
72 fprintf($fp, "\n-- Iteration %d --\n",$counter);
73 vfprintf($fp, $formats, $args);
77 fclose($fp);
H A Dvfprintf_variation8.phpt64 if (!($fp = fopen($data_file, 'wt')))
71 fprintf($fp, "\n-- Iteration %d --\n",$counter);
72 vfprintf($fp, $formats, $args);
76 fclose($fp);
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_existing_c.phpt33 $fp = fopen($alias . '/b/c.php', 'wb');
34 fwrite($fp, 'extra');
35 fclose($fp);
H A Dopen_for_write_existing_c_5_2.phpt31 $fp = fopen($alias . '/b/c.php', 'wb');
32 fwrite($fp, b'extra');
33 fclose($fp);
/PHP-5.5/ext/phar/tests/zip/
H A Dopen_for_write_existing_c.phpt33 $fp = fopen($alias . '/b/c.php', 'wb');
34 fwrite($fp, b'extra');
35 fclose($fp);
H A Dopen_for_write_existing_c_5_2.phpt31 $fp = fopen($alias . '/b/c.php', 'wb');
32 fwrite($fp, 'extra');
33 fclose($fp);
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv.phpt43 $fp = fopen($file, "r");
45 while($l=fgetcsv($fp))
49 fclose($fp);
/PHP-5.5/ext/standard/tests/file/
H A Dreadfile_variation3.phpt22 $fp = fopen($filename, "w");
23 fill_file($fp, "text_with_new_line", 50);
24 fclose($fp);
H A Dunlink_variation1-win32.phpt31 $fp = fopen($filename, "w");
32 fclose($fp);
51 $fp = fopen($filename, "w");
52 fclose($fp);
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server.inc40 while (($i++ < 30) && !($fp = @fsockopen(PHP_CLI_SERVER_HOSTNAME, PHP_CLI_SERVER_PORT))) {
44 if ($fp) {
45 fclose($fp);
/PHP-5.5/ext/standard/tests/filters/
H A Dstream_filter_remove_error.phpt18 $fp = fopen( $file, 'w+' );
19 $filter = stream_filter_append( $fp, "string.rot13", STREAM_FILTER_WRITE );
34 var_dump( stream_filter_remove( $fp ) );
41 fclose( $fp );
/PHP-5.5/main/
H A Dphp_open_temporary_file.c314 FILE *fp; in php_open_temporary_file() local
321 fp = fdopen(fd, "r+b"); in php_open_temporary_file()
322 if (fp == NULL) { in php_open_temporary_file()
326 return fp; in php_open_temporary_file()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_array.phpt39 $fp = fopen (__FILE__, "r");
76 $fp,
106 var_dump( is_array ($fp, $fp) );
110 fclose($fp);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt51 if ((file_exists($file) && !unlink($file)) || !($fp = @fopen($file, "w"))) {
54 if (strlen($row['Value']) != fwrite($fp, $row['Value'])) {
139 if (!($fp = fopen($file_wrong, "w"))) {
142 fwrite($fp, $key);
143 fclose($fp);
149 if (!($fp = fopen($file_wrong, "w"))) {
152 fwrite($fp, "");
153 fclose($fp);
/PHP-5.5/ext/standard/tests/array/
H A Darray_count_values_variation.phpt25 $fp = fopen("array_count_file", "w+");
27 $arrays = array ("bobk" => "bobv", "val", 6 => "val6", $fp, $ob);
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug34643.phpt11 class fp {
22 $this->server->setClass('fp');

Completed in 28 milliseconds

1...<<11121314151617181920>>...37