Home
last modified time | relevance | path

Searched refs:fs (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/ext/ftp/tests/
H A Dserver.inc46 fputs($fs, "\r\n");
49 fclose($fs);
254 fclose($fs);
281 fclose($fs);
286 fclose($fs);
319 $fs=$pasvs;
332 fclose($fs);
430 if(isset($fs))
431 fclose($fs);
529 $fs = $pasvs;
[all …]
/PHP-7.4/ext/simplexml/tests/
H A Dbug67116.phpt21 <fs><f id="f"></f><f id="f"></f></fs>
67 [fs] => SimpleXMLElement Object
/PHP-7.4/ext/spl/tests/
H A Dclass_implements_variation.phpt14 class fs {}
15 var_dump(class_implements(new fs));
16 var_dump(class_implements('fs'));
H A Dclass_uses_variation.phpt14 class fs {}
15 var_dump(class_uses(new fs));
16 var_dump(class_uses('fs'));
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_unlink.phpt2 Test fopen() function : check fopen()ed descriptor is usable after the fs object is removed
/PHP-7.4/win32/build/
H A Dmkdist.php403 $fs = $source . '/' . $f;
405 if (is_dir($fs)) {
406 copy_dir($fs, $fd);
408 copy($fs, $fd);
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.service.in34 # /proc/acpi, /proc/timer_stats, /proc/fs and /proc/irq will be made read-only to all processes
40 # The Linux Control Groups (cgroups(7)) hierarchies accessible through /sys/fs/cgroup will be
/PHP-7.4/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-fs.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fs)
/PHP-7.4/
H A Drun-tests.php1133 $fs = fsockopen($host, $port, $errno, $errstr, 10);
1135 if (!$fs) {
1142 fwrite($fs, "POST " . $path . "?status=$status&version=$php_version HTTP/1.1\r\n");
1143 fwrite($fs, "Host: " . $host . "\r\n");
1144 fwrite($fs, "User-Agent: QA Browser 0.1\r\n");
1145 fwrite($fs, "Content-Type: application/x-www-form-urlencoded\r\n");
1146 fwrite($fs, "Content-Length: " . $data_length . "\r\n\r\n");
1147 fwrite($fs, $data);
1148 fwrite($fs, "\r\n\r\n");
1149 fclose($fs);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt144 printf("stop: time limit - %2.2fs\n", $max_runtime);
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c124 #define FS(fs) (freg_map[fs] << 21) argument
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4472 # 24.576 MHz (video/fs=48kHz), 22.5792 (audio/fs=44.1kHz) and
4473 # 16.384 (other/fs=32kHz).
9287 24 belong 60012 new-fs dump file (big endian),
9290 24 belong 60011 old-fs dump file (big endian),
9293 24 lelong 60012 new-fs dump file (little endian),
9298 24 lelong 60011 old-fs dump file (little endian),
9302 24 belong 0x19540119 new-fs dump file (ufs2, big endian),
9305 24 lelong 0x19540119 new-fs dump file (ufs2, little endian),
11721 # General flags for any ext* fs
12391 # Linux kernel sources: fs/ubifs/ubifs-media.h
[all …]
H A Dmagic4472 # 24.576 MHz (video/fs=48kHz), 22.5792 (audio/fs=44.1kHz) and
4473 # 16.384 (other/fs=32kHz).
9287 24 belong 60012 new-fs dump file (big endian),
9290 24 belong 60011 old-fs dump file (big endian),
9293 24 lelong 60012 new-fs dump file (little endian),
9298 24 lelong 60011 old-fs dump file (little endian),
9302 24 belong 0x19540119 new-fs dump file (ufs2, big endian),
9305 24 lelong 0x19540119 new-fs dump file (ufs2, little endian),
11721 # General flags for any ext* fs
12391 # Linux kernel sources: fs/ubifs/ubifs-media.h
[all …]

Completed in 121 milliseconds