Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c3095 patchlistaux(fs,fs->jpc,fs->pc,((1<<8)-1),fs->pc);
3730 FuncState*fs=ls->fs;
3742 FuncState*fs=ls->fs;
3747 FuncState*fs=ls->fs;
3754 FuncState*fs=ls->fs;
3756 getlocvar(fs,--fs->nactvar).endpc=fs->pc;
3814 FuncState*fs=ls->fs;
3878 fs->prev=ls->fs;
3881 ls->fs=fs;
3917 ls->fs=fs->prev;
[all …]
/PHP-8.1/ext/standard/tests/image/
H A Dbug75708.phpt8 $this->handle = fopen(str_replace('fs://', __DIR__ . '/', $file), $mode);
24 return stat(str_replace('fs://', '', $file));
34 stream_register_wrapper('fs', 'FSStreamWrapper');
36 var_dump(getimagesize('fs://bug75708.jpg', $info));
/PHP-8.1/ext/ftp/tests/
H A Dserver.inc219 fclose($fs);
246 fclose($fs);
251 fclose($fs);
284 $fs=$pasvs;
297 fclose($fs);
374 fputs($fs, "X");
376 fputs($fs, "Y");
399 if(isset($fs))
400 fclose($fs);
493 $fs = $pasvs;
[all …]
/PHP-8.1/ext/spl/tests/
H A Dclass_implements_variation.phpt8 class fs {}
9 var_dump(class_implements(new fs));
10 var_dump(class_implements('fs'));
H A Dclass_uses_variation.phpt8 class fs {}
9 var_dump(class_uses(new fs));
10 var_dump(class_uses('fs'));
/PHP-8.1/ext/simplexml/tests/
H A Dbug67116.phpt19 <fs><f id="f"></f><f id="f"></f></fs>
65 [fs] => SimpleXMLElement Object
/PHP-8.1/Zend/asm/
H A Djump_i386_ms_pe_masm.asm38 assume fs:nothing
40 mov edx, fs:[018h]
41 assume fs:error
79 assume fs:nothing
81 mov edx, fs:[018h]
82 assume fs:error
H A Djump_x86_64_sysv_elf_gas.S56 movq %fs:0x28, %rcx /* read stack guard from TLS record */
108 movq %rdx, %fs:0x28 /* restore stack guard to TLS record */
H A Dmake_x86_64_sysv_elf_gas.S74 movq %fs:0x28, %rcx /* read stack guard from TLS record */
H A Dmake_i386_ms_pe_masm.asm90 assume fs:nothing
92 mov ecx, fs:[0h]
93 assume fs:error
/PHP-8.1/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-8.1/win32/build/
H A Dmkdist.php407 $fs = $source . '/' . $f;
409 if (is_dir($fs)) {
410 copy_dir($fs, $fd);
412 copy($fs, $fd);
/PHP-8.1/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-8.1/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-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt148 printf("stop: time limit - %2.2fs\n", $max_runtime);
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c124 #define FS(fs) (freg_map[fs] << 21) argument
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic5033 # 24.576 MHz (video/fs=48kHz), 22.5792 (audio/fs=44.1kHz) and
5034 # 16.384 (other/fs=32kHz).
10412 24 belong 60012 new-fs dump file (big endian),
10415 24 belong 60011 old-fs dump file (big endian),
10418 24 lelong 60012 new-fs dump file (little endian),
10423 24 lelong 60011 old-fs dump file (little endian),
10427 24 belong 0x19540119 new-fs dump file (ufs2, big endian),
12900 # General flags for any ext* fs
13563 # Linux kernel sources: fs/ubifs/ubifs-media.h
13603 # http://martin.hinner.info/fs/bfs/bfs-structure.html
[all …]
H A Dmagic私はガラスを食べられます5033 # 24.576 MHz (video/fs=48kHz), 22.5792 (audio/fs=44.1kHz) and
5034 # 16.384 (other/fs=32kHz).
10412 24 belong 60012 new-fs dump file (big endian),
10415 24 belong 60011 old-fs dump file (big endian),
10418 24 lelong 60012 new-fs dump file (little endian),
10423 24 lelong 60011 old-fs dump file (little endian),
10427 24 belong 0x19540119 new-fs dump file (ufs2, big endian),
12900 # General flags for any ext* fs
13563 # Linux kernel sources: fs/ubifs/ubifs-media.h
13603 # http://martin.hinner.info/fs/bfs/bfs-structure.html
[all …]
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc204 | fs
217 | fs

Completed in 226 milliseconds