Home
last modified time | relevance | path

Searched refs:fd (Results 201 – 225 of 230) sorted by relevance

12345678910

/php-src/ext/bz2/tests/
H A D002.phpt2 bzopen() using fd opened in wrong mode
/php-src/main/
H A Dphp_streams.h68 #define php_stream_fopen_from_fd_rel(fd, mode, persistent_id, zero_position) _php_stream_fopen_fro… argument
H A DSAPI.c1050 SAPI_API int sapi_get_fd(int *fd) in sapi_get_fd() argument
1053 return sapi_module.get_fd(fd); in sapi_get_fd()
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c499 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, PHPDBG_G(input_buffer) + PHPDBG… in PHPDBG_COMMAND()
1191 FILE *fd = NULL; in PHPDBG_COMMAND() local
1192 if ((fd=VCWD_POPEN((char*)param->str, "w"))) { in PHPDBG_COMMAND()
1194 pclose(fd); in PHPDBG_COMMAND()
H A Dphpdbg_utils.c389 PHPDBG_API void phpdbg_set_async_io(int fd) { in phpdbg_set_async_io() argument
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-5.phpt140 § => fd
397 SECTION SIGN: § => fd
H A Dhtml_entity_decode_iso8859-15.phpt397 LATIN SMALL LETTER Y WITH ACUTE: ý => fd
398 ý => fd
H A Dhtml_entity_decode_cp866.phpt259 ¤ => fd
525 CURRENCY SIGN: ¤ => fd
H A Dhtml_entity_decode_macroman.phpt532 DOUBLE ACUTE ACCENT: ˝ => fd
H A Dhtml_entity_decode_win1251.phpt529 CYRILLIC SMALL LETTER E: э => fd
H A Dhtml_entity_decode_koi8-r.phpt525 CYRILLIC CAPITAL LETTER SHCHA: Щ => fd
/php-src/build/
H A Dphp.m41127 int fd = open("conftest_in", O_WRONLY|O_CREAT, 0600);
1129 if (fd < 0) return 1;
1130 if (pwrite(fd, "text", 4, 0) != 4) return 1;
1132 if (pwrite(fd, "text", 4, -1) != -1 || errno != EINVAL) return 1;
1162 int fd = open("conftest_in", O_RDONLY);
1163 if (fd < 0) return 1;
1164 if (pread(fd, buf, 2, 0) != 2) return 1;
1166 if (pread(fd, buf, 2, -1) != -1 || errno != EINVAL) return 1;
/php-src/ext/fileinfo/libmagic/
H A Dfile.h178 int fd; member
/php-src/ext/zip/
H A Dphp_zip.c309 FILE *fd; in php_zip_add_file() local
310 fd = fopen(resolved_path, "rb"); in php_zip_add_file()
311 if (!fd) { in php_zip_add_file()
315 zs = zip_source_filep(obj->za, fd, offset_start, offset_len); in php_zip_add_file()
/php-src/ext/standard/tests/file/
H A Dchmod_basic-win32-mb.phpt16 $fd = fopen($filename, "w+");
17 fclose($fd);
H A Dchmod_basic-win32.phpt16 $fd = fopen($filename, "w+");
17 fclose($fd);
/php-src/ext/date/lib/
H A Dparse_iso_intervals.re72 int fd;
H A Dparse_iso_intervals.c74 int fd; member
/php-src/
H A Dconfigure.ac1045 AC_MSG_CHECKING([how big to make fd sets])
1046 PHP_ARG_ENABLE([fd-setsize],,
1047 [AS_HELP_STRING([--enable-fd-setsize],
1057 AC_MSG_ERROR([Invalid value passed to --enable-fd-setsize!])
/php-src/ext/mbstring/tests/
H A Dmb_convert_kana.phpt213 30fd
/php-src/win32/build/
H A Dconfutils.js2440 function handle_analyzer_makefile_flags(fd, key, val) argument
2502 fd.WriteLine(key + "=" + val + " ");
2503 fd.WriteBlankLines(1);
H A Dconfig.w32338 ARG_ENABLE('fd-setsize', "Set maximum number of sockets for select(2)", "256");
/php-src/Zend/
H A Dzend_alloc.c511 int fd = -1; in zend_mm_mmap()
516 fd = VM_FLAGS_SUPERPAGE_SIZE_2MB; in zend_mm_mmap()
518 ptr = mmap(NULL, size, PROT_READ | PROT_WRITE, mflags, fd, 0); in zend_mm_mmap()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeLOONGARCH_64.c82 #define FD(fd) ((sljit_ins)reg_map[fd]) argument
83 #define FRD(fd) ((sljit_ins)freg_map[fd]) argument
/php-src/sapi/fpm/tests/
H A Dlogtool.inc437 if ( ! $this->expectNotice('using inherited socket fd=\d+, "[^"]+"')) {

Completed in 118 milliseconds

12345678910