Home
last modified time | relevance | path

Searched refs:io (Results 1 – 25 of 27) sorted by relevance

12

/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_out.h39 #define phpdbg_error(strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PHPDBG_STDOUT].…
40 #define phpdbg_notice(strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PHPDBG_STDOUT].…
41 #define phpdbg_writeln(strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PHPDBG_STDOUT].…
42 #define phpdbg_write(strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PHPDBG_STDOUT].…
44 #define phpdbg_log(fmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, …
45 #define phpdbg_out(fmt, ...) phpdbg_out_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, …
47 #define phpdbg_script(type, strfmt, ...) phpdbg_print(type, PHPDBG_G(io)[PHPDBG_STDOUT].…
53 # define phpdbg_debug(strfmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDERR].fd, strfmt, ##__…
H A Dphpdbg_sigsafe.c16 …zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Tried to allocate more than " EXP_STR(… in ZEND_EXTERN_MODULE_GLOBALS()
22 …zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Bailed out without a bailout address i… in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg_io.c63 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, buf + len, PHPDBG_MAX_CMD - len… in ZEND_EXTERN_MODULE_GLOBALS()
115 && PHPDBG_G(io)[PHPDBG_STDOUT].fd == fd in phpdbg_mixed_write()
H A Dphpdbg.c126 memset(pg->io, 0, sizeof(pg->io)); in php_phpdbg_globals_ctor()
848 return phpdbg_process_print(PHPDBG_G(io)[PHPDBG_STDOUT].fd, P_STDOUT, message, (int) length); in php_sapi_phpdbg_ub_write()
1368 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main() local
1477 PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin); in main() local
1478 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main() local
1479 PHPDBG_G(io)[PHPDBG_STDERR].fd = fileno(stderr); in main() local
1579 …zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("No opcodes could be compiled | No file… in main()
H A Dphpdbg.h283 } io[PHPDBG_IO_FDS]; /* io */ variable
H A Dphpdbg_cmd.c755 if (!isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) { in phpdbg_read_input()
H A Dphpdbg_prompt.c500 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, PHPDBG_G(input_buffer) + PHPDBG… in PHPDBG_COMMAND()
/PHP-8.2/ext/gd/libgd/
H A Dgd_avif.c173 gdIOCtx *ctx = (gdIOCtx *) io->data; in readFromCtx()
174 avifIOCtxReader *reader = (avifIOCtxReader *) io; in readFromCtx()
212 static void destroyAvifIO(struct avifIO *io) { in destroyAvifIO() argument
238 reader->io.persistent = AVIF_FALSE; in createAvifIOFromCtx()
239 reader->io.read = readFromCtx; in createAvifIOFromCtx()
241 reader->io.destroy = destroyAvifIO; in createAvifIOFromCtx()
243 reader->io.data = ctx; in createAvifIOFromCtx()
354 avifIO *io; in gdImageCreateFromAvifCtx() local
372 io = createAvifIOFromCtx(ctx); in gdImageCreateFromAvifCtx()
373 if (!io) { in gdImageCreateFromAvifCtx()
[all …]
/PHP-8.2/ext/openssl/tests/
H A Dbug64802.phpt18 string(9) "www.rd.io"
22 string(5) "rd.io"
26 string(9) "api.rd.io"
/PHP-8.2/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt8 "~\.phpt?$~", ".io.php", __FILE__);
93 $file = preg_replace("~\.clean\.php$~", ".io.php", __FILE__);
/PHP-8.2/Zend/tests/
H A Dthrowable_003.phpt4 Aaron Piotrowski <aaron@icicle.io>
H A Dthrowable_002.phpt4 Aaron Piotrowski <aaron@icicle.io>
H A Dthrowable_001.phpt4 Aaron Piotrowski <aaron@icicle.io>
H A Dindirect_call_array_005.phpt4 Aaron Piotrowski <aaron@icicle.io>
H A Dindirect_call_string_003.phpt4 Aaron Piotrowski <aaron@icicle.io>
/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddynasm.lua54 local io = io
55 local stdin, stdout, stderr = io.stdin, io.stdout, io.stderr
358 local fin = io.open(fullname, "r")
623 local fp = assert(io.open(prefix..name..".lua"))
916 fout = assert(io.open(outfile, "w"))
946 fin = assert(io.open(infile, "r"))
/PHP-8.2/ext/random/tests/01_functions/
H A Dbug75170.phpt4 Solar Designer in https://externals.io/message/100229
/PHP-8.2/ext/date/
H A Dconfig0.m42 AC_CHECK_HEADERS([io.h])
/PHP-8.2/ext/standard/
H A Dconfig.m42 dnl Check if flush should be called explicitly after buffered io
4 AC_CACHE_CHECK([whether flush should be called explicitly after a buffered io], ac_cv_flush_io,[
51 AC_DEFINE(HAVE_FLUSHIO, 1, [Define if flush should be called explicitly after a buffered io.])
/PHP-8.2/ext/opcache/jit/
H A DREADME.md24 [The unofficial DynASM Documentation](https://corsix.github.io/dynasm-doc/tutorial.html)
/PHP-8.2/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc154 … dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
/PHP-8.2/.github/workflows/
H A Dnightly.yml286 - name: Upload Test Coverage to Codecov.io
288 run: bash <(curl -s https://codecov.io/bash)
/PHP-8.2/build/
H A Dphp.m41912 PKG_CHECK_MODULES([ICU], [icu-uc >= 50.1 icu-io icu-i18n])
1920 AS_IF([$PKG_CONFIG icu-io --atleast-version=60],
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic746 # https://cconcolato.github.io/mp4ra/filetype.html
974 # see https://nokiatech.github.io/heif/technical.html
1003 # see https://aomediacodec.github.io/av1-avif/
1675 # ABC (alembic.io 3d models)
8394 # - https://free60project.github.io/wiki/XEX.html
8437 # - https://free60project.github.io/wiki/STFS.html
9079 # cf. gcov-io.h
9913 # Redis RDB - https://redis.io/topics/persistence
23032 # URL: https://lz4.github.io/lz4/
25659 # https://digital-preservation.github.io/droid/
[all …]
H A Dmagic私はガラスを食べられます746 # https://cconcolato.github.io/mp4ra/filetype.html
974 # see https://nokiatech.github.io/heif/technical.html
1003 # see https://aomediacodec.github.io/av1-avif/
1675 # ABC (alembic.io 3d models)
8394 # - https://free60project.github.io/wiki/XEX.html
8437 # - https://free60project.github.io/wiki/STFS.html
9079 # cf. gcov-io.h
9913 # Redis RDB - https://redis.io/topics/persistence
23032 # URL: https://lz4.github.io/lz4/
25659 # https://digital-preservation.github.io/droid/
[all …]

Completed in 245 milliseconds

12