Home
last modified time | relevance | path

Searched refs:fp (Results 376 – 400 of 909) sorted by relevance

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

/PHP-5.5/ext/standard/tests/file/
H A Dfwrite_variation5.phpt7 /* Prototype : int fwrite(resource fp, string str [, int length])
106 $fp = fopen($filename,'w');
107 fwrite($fp, $value);
108 fclose($fp);
H A Drename_basic.phpt17 $fp = fopen($src_name, "w");
19 fclose($fp);
H A D002.phpt26 $fp = fopen($name, "w");
27 fwrite($fp, $data);
28 fclose($fp);
/PHP-5.5/ext/phar/tests/files/
H A Dnophar.phar115 $fp = fopen(__FILE__, 'rb');
116 fseek($fp, self::LEN);
117 $L = unpack('V', $a = (binary)fread($fp, 4));
125 $last = (binary)fread($fp, $read);
183 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
239 static function extractFile($path, $entry, $fp)
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
H A Dinclude_path2.phar115 $fp = fopen(__FILE__, 'rb');
116 fseek($fp, self::LEN);
117 $L = unpack('V', $a = (binary)fread($fp, 4));
125 $last = (binary)fread($fp, $read);
183 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
239 static function extractFile($path, $entry, $fp)
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
H A Dopenssl.phar115 $fp = fopen(__FILE__, 'rb');
116 fseek($fp, self::LEN);
117 $L = unpack('V', $a = (binary)fread($fp, 4));
125 $last = (binary)fread($fp, $read);
183 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
239 static function extractFile($path, $entry, $fp)
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar115 $fp = fopen(__FILE__, 'rb');
116 fseek($fp, self::LEN);
117 $L = unpack('V', $a = (binary)fread($fp, 4));
125 $last = (binary)fread($fp, $read);
183 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
239 static function extractFile($path, $entry, $fp)
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
H A Dopenssl.phar115 $fp = fopen(__FILE__, 'rb');
116 fseek($fp, self::LEN);
117 $L = unpack('V', $a = (binary)fread($fp, 4));
125 $last = (binary)fread($fp, $read);
183 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
239 static function extractFile($path, $entry, $fp)
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c247 FILE *fp; in zend_accel_blacklist_loadone() local
251 if ((fp = fopen(filename, "r")) == NULL) { in zend_accel_blacklist_loadone()
270 while (fgets(buf, MAXPATHLEN, fp) != NULL) { in zend_accel_blacklist_loadone()
317 fclose(fp); in zend_accel_blacklist_loadone()
324 fclose(fp); in zend_accel_blacklist_loadone()
/PHP-5.5/ext/openssl/tests/
H A D007.phpt7 $fp = fopen(dirname(__FILE__) . "/cert.crt","r");
8 $a = fread($fp,8192);
9 fclose($fp);
H A D008.phpt7 $fp = fopen(dirname(__FILE__) . "/cert.crt","r");
8 $a = fread($fp,8192);
9 fclose($fp);
/PHP-5.5/ext/session/tests/
H A Dsession_start_error.phpt33 $fp = fopen(__FILE__, "r");
80 /*24*/ $fp
92 fclose($fp);
H A Dsession_decode_error.phpt33 $fp = fopen(__FILE__, "r");
80 /*24*/ $fp
93 fclose($fp);
H A Dsession_encode_basic.phpt35 $fp = fopen(__FILE__, "r");
82 /*24*/ $fp
95 fclose($fp);
/PHP-5.5/ext/phar/tests/
H A Dopen_for_write_newfile_b.phpt29 $fp = fopen($pname . '/b/new.php', 'wb');
30 fwrite($fp, 'extra');
31 fclose($fp);
H A Dopen_for_write_newfile_b_5_2.phpt27 $fp = fopen($pname . '/b/new.php', 'wb');
28 fwrite($fp, 'extra');
29 fclose($fp);
/PHP-5.5/ext/phar/tests/zip/
H A Dopen_for_write_newfile_c.phpt33 $fp = fopen($alias . '/b/new.php', 'wb');
34 fwrite($fp, b'extra');
35 fclose($fp);
H A Dopen_for_write_newfile_c_5_2.phpt31 $fp = fopen($alias . '/b/new.php', 'wb');
32 fwrite($fp, 'extra');
33 fclose($fp);
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_variation1.phpt42 $fp = fopen(__FILE__, "r");
73 /*16*/ $fp
88 fclose($fp);
H A Dmb_strlen_variation1.phpt42 $fp = fopen(__FILE__, "r");
89 /*24*/ $fp
100 fclose($fp);
H A Dmb_strtolower_variation1.phpt40 $fp = fopen(__FILE__, "r");
87 /*24*/ $fp
98 fclose($fp);
H A Dmb_substr_count_variation1.phpt43 $fp = fopen(__FILE__, "r");
90 /*24*/ $fp
101 fclose($fp);
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_newfile_c.phpt33 $fp = fopen($alias . '/b/new.php', 'wb');
34 fwrite($fp, 'extra');
35 fclose($fp);
H A Dopen_for_write_newfile_c_5_2.phpt31 $fp = fopen($alias . '/b/new.php', 'wb');
32 fwrite($fp, b'extra');
33 fclose($fp);
/PHP-5.5/ext/standard/tests/array/
H A Dcurrent_variation2.phpt35 $fp = fopen(__FILE__, "r");
104 $fp
116 fclose($fp);

Completed in 29 milliseconds

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