/PHP-5.5/ext/standard/tests/math/ |
H A D | base_convert_variation1.phpt | 23 $fp = fopen(__FILE__, "r"); 67 /*25*/ $fp 77 fclose($fp);
|
H A D | floor_variation1.phpt | 29 $fp = fopen(__FILE__, "r"); 63 /*16*/ $fp 73 fclose($fp);
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | sprintf_variation36.phpt | 13 $fp = fopen (__FILE__, "r"); 18 $fp, 41 fclose($fp);
|
H A D | vfprintf_variation10.phpt | 68 if (!($fp = fopen($data_file, 'wt'))) 75 fprintf($fp, "\n-- Iteration %d --\n",$counter); 76 vfprintf($fp, $formats, $args); 80 fclose($fp);
|
H A D | vfprintf_variation12.phpt | 72 if (!($fp = fopen($data_file, 'wt'))) 79 fprintf($fp, "\n-- Iteration %d --\n",$counter); 80 vfprintf($fp, $formats, $args); 84 fclose($fp);
|
H A D | vfprintf_variation4.phpt | 66 if (!($fp = fopen($data_file, 'wt'))) 73 fprintf($fp, "\n-- Iteration %d --\n",$counter); 74 vfprintf($fp, $formats, $args); 78 fclose($fp);
|
H A D | vfprintf_variation4_64bit.phpt | 66 if (!($fp = fopen($data_file, 'wt'))) 73 fprintf($fp, "\n-- Iteration %d --\n",$counter); 74 vfprintf($fp, $formats, $args); 78 fclose($fp);
|
H A D | vfprintf_variation12_64bit.phpt | 72 if (!($fp = fopen($data_file, 'wt'))) 79 fprintf($fp, "\n-- Iteration %d --\n",$counter); 80 vfprintf($fp, $formats, $args); 84 fclose($fp);
|
H A D | vfprintf_variation16.phpt | 65 if (!($fp = fopen($data_file, 'wt'))) 72 fprintf($fp, "\n-- Iteration %d --\n",$counter); 73 vfprintf($fp, $formats, $args); 77 fclose($fp);
|
H A D | vfprintf_variation16_64bit.phpt | 65 if (!($fp = fopen($data_file, 'wt'))) 72 fprintf($fp, "\n-- Iteration %d --\n",$counter); 73 vfprintf($fp, $formats, $args); 77 fclose($fp);
|
H A D | vfprintf_variation8.phpt | 64 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 D | open_for_write_existing_c.phpt | 33 $fp = fopen($alias . '/b/c.php', 'wb'); 34 fwrite($fp, 'extra'); 35 fclose($fp);
|
H A D | open_for_write_existing_c_5_2.phpt | 31 $fp = fopen($alias . '/b/c.php', 'wb'); 32 fwrite($fp, b'extra'); 33 fclose($fp);
|
/PHP-5.5/ext/phar/tests/zip/ |
H A D | open_for_write_existing_c.phpt | 33 $fp = fopen($alias . '/b/c.php', 'wb'); 34 fwrite($fp, b'extra'); 35 fclose($fp);
|
H A D | open_for_write_existing_c_5_2.phpt | 31 $fp = fopen($alias . '/b/c.php', 'wb'); 32 fwrite($fp, 'extra'); 33 fclose($fp);
|
/PHP-5.5/ext/spl/tests/ |
H A D | SplFileObject_fputcsv.phpt | 43 $fp = fopen($file, "r"); 45 while($l=fgetcsv($fp)) 49 fclose($fp);
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | readfile_variation3.phpt | 22 $fp = fopen($filename, "w"); 23 fill_file($fp, "text_with_new_line", 50); 24 fclose($fp);
|
H A D | unlink_variation1-win32.phpt | 31 $fp = fopen($filename, "w"); 32 fclose($fp); 51 $fp = fopen($filename, "w"); 52 fclose($fp);
|
/PHP-5.5/sapi/cli/tests/ |
H A D | php_cli_server.inc | 40 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 D | stream_filter_remove_error.phpt | 18 $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 D | php_open_temporary_file.c | 314 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 D | is_array.phpt | 39 $fp = fopen (__FILE__, "r"); 76 $fp, 106 var_dump( is_array ($fp, $fp) ); 110 fclose($fp);
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_pam_sha256_public_key_option_invalid.phpt | 51 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 D | array_count_values_variation.phpt | 25 $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 D | bug34643.phpt | 11 class fp { 22 $this->server->setClass('fp');
|