/PHP-5.5/ext/standard/tests/file/ |
H A D | fseek_variation1.phpt | 7 /* Prototype : proto int fseek(resource fp, int offset [, int whence]) 18 $fp = fopen(__FILE__, 'r'); 80 var_dump( fseek($fp, $value, $whence) ); 81 var_dump( ftell($fp)); 83 fclose($fp);
|
H A D | unlink_variation4.phpt | 18 $fp = fopen($filename, "w"); 19 fclose($fp);
|
H A D | is_readable_variation1.phpt | 8 $fp = fopen($filename, 'w'); 9 fclose($fp); 32 $fp = fopen("$file_path/is_readable_variation1/bar.tmp", "w"); 33 fclose($fp);
|
H A D | symlink_link_linkinfo_is_link_variation8.phpt | 36 $fp = fopen($filename, "w"); 37 fclose($fp); 56 $fp = fopen($filename, "w"); 57 fclose($fp);
|
H A D | 007_error.phpt | 28 $fp = fopen(__FILE__, "r"); 29 fclose($fp); 30 var_dump( fclose($fp) ); // closed handle 35 var_dump( feof($fp) ); // closed handle 42 $fp = fopen(__FILE__, "r"); 43 var_dump( fclose($fp, "handle") ); 45 var_dump( feof($fp, "handle")); 46 fclose($fp);
|
H A D | readfile_variation2.phpt | 30 $fp = fopen($filename, "w"); 31 fill_file($fp, "text_with_new_line", 50); 32 fclose($fp);
|
H A D | symlink_link_linkinfo_is_link_variation5.phpt | 39 $fp = fopen($filename, "w"); 41 fwrite($fp, $data); 42 fclose($fp);
|
/PHP-5.5/ext/sockets/tests/ |
H A D | socket_set_option_error_socket_option.phpt | 12 $fp = fopen($filename, 'w'); 13 fclose($fp);
|
/PHP-5.5/ext/fileinfo/tests/ |
H A D | finfo_file_002.phpt | 8 $fp = finfo_open(FILEINFO_MIME_TYPE); 13 $results["$filename"] = finfo_file($fp, $filename);
|
/PHP-5.5/ext/gmp/tests/ |
H A D | 004.phpt | 19 $fp = fopen(__FILE__, 'r'); 20 var_dump(gmp_intval($fp));
|
/PHP-5.5/ext/phar/ |
H A D | gdbhelp | 62 if (*(phar_archive_data*)$p->pDataPtr).fp != 0 69 if (*(phar_entry_info *)$m->pData).fp 99 output *((phar_entry_info *)$m->pData)->fp 121 is passed in, displays the php_stream that is the file's fp
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | vfprintf_variation14.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_variation14_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_variation18.phpt | 61 if (!($fp = fopen($data_file, 'wt'))) 68 fprintf($fp, "\n-- Iteration %d --\n",$counter); 69 vfprintf($fp, $formats, $args); 73 fclose($fp);
|
H A D | sprintf_variation17.phpt | 13 $fp = fopen (__FILE__, "r"); 18 $fp, 41 fclose($fp);
|
/PHP-5.5/ext/standard/tests/math/ |
H A D | decbin_variation1_64bit.phpt | 33 $fp = fopen(__FILE__, "r"); 81 /*27*/ $fp 91 fclose($fp);
|
H A D | pow_variation1.phpt | 34 $fp = fopen(__FILE__, "r"); 81 /*26*/ $fp 91 fclose($fp);
|
H A D | pow_variation1_64bit.phpt | 34 $fp = fopen(__FILE__, "r"); 81 /*26*/ $fp 91 fclose($fp);
|
H A D | decbin_variation1.phpt | 33 $fp = fopen(__FILE__, "r"); 81 /*27*/ $fp 91 fclose($fp);
|
H A D | hexdec_variation1.phpt | 28 $fp = fopen(__FILE__, "r"); 73 /*26*/ $fp 83 fclose($fp);
|
H A D | hexdec_variation1_64bit.phpt | 28 $fp = fopen(__FILE__, "r"); 73 /*26*/ $fp 83 fclose($fp);
|
H A D | round_variation1.phpt | 31 $fp = fopen(__FILE__, "r"); 78 /*26*/ $fp 88 fclose($fp);
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | count_variation1.phpt | 34 $fp = fopen(__FILE__, "r"); 81 /*24*/ $fp 92 fclose($fp);
|
H A D | array_fill_keys_variation4.phpt | 15 $fp = fopen(__FILE__, "r"); 42 var_dump( array_fill_keys($array, $fp) ); 47 fclose($fp);
|
/PHP-5.5/ext/standard/tests/general_functions/ |
H A D | php_uname_error.phpt | 21 $fp = fopen(__FILE__, "r"); 27 var_dump(php_uname($fp)); 29 fclose($fp);
|