/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_out.h | 48 #define phpdbg_error(tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PH… 49 #define phpdbg_notice(tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PH… 50 #define phpdbg_writeln(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PH… 51 #define phpdbg_write(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PH… 52 #define phpdbg_script(type, fmt, ...) phpdbg_print(type , PHPDBG_G(io)[PH… 53 #define phpdbg_log(fmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__) 54 #define phpdbg_xml(fmt, ...) phpdbg_xml_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__) 55 #define phpdbg_out(fmt, ...) phpdbg_out_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__) 73 # define phpdbg_debug(fmt, ...) phpdbg_log_ex(PHPDBG_G(io)[PHPDBG_STDERR].fd, fmt, ##__VA_ARGS__)
|
H A D | phpdbg_sigsafe.c | 16 …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 D | phpdbg_io.c | 86 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, buf + len, PHPDBG_MAX_CMD - len… in ZEND_EXTERN_MODULE_GLOBALS() 150 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Read operation timed out!\n")); 228 && PHPDBG_G(io)[PHPDBG_STDOUT].fd == sock 305 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, buf, strlen(buf)); 314 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, buf, strlen(buf)); 326 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, msg, strlen(msg));
|
H A D | phpdbg.c | 157 memset(pg->io, 0, sizeof(pg->io)); in php_phpdbg_globals_ctor() 934 fflush(PHPDBG_G(io)[PHPDBG_STDOUT].ptr); in php_sapi_phpdbg_flush() 1631 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main() local 1775 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main() local 1777 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main() local 1786 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main() 1787 PHPDBG_G(io)[PHPDBG_STDIN].fd = socket; in main() 1788 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main() 1789 PHPDBG_G(io)[PHPDBG_STDOUT].fd = socket; in main() 1791 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main() [all …]
|
H A D | phpdbg_sigio_win32.c | 71 PHPDBG_G(swd).fd = PHPDBG_G(io)[PHPDBG_STDIN].fd; in sigio_watcher_start()
|
H A D | phpdbg.h | 289 } io[PHPDBG_IO_FDS]; /* io */ variable
|
H A D | phpdbg_cmd.c | 747 fflush(PHPDBG_G(io)[PHPDBG_STDOUT].ptr); in phpdbg_read_input() 753 if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) || !isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) in phpdbg_read_input()
|
H A D | phpdbg_prompt.c | 503 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, PHPDBG_G(input_buffer) + PHPDBG… in PHPDBG_COMMAND()
|
/PHP-8.0/ext/openssl/tests/ |
H A D | bug64802.phpt | 17 string(9) "www.rd.io" 21 string(5) "rd.io" 25 string(9) "api.rd.io"
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | proc_open_bug60120.phpt | 8 "~\.phpt?$~", ".io.php", __FILE__); 93 $file = preg_replace("~\.clean\.php$~", ".io.php", __FILE__);
|
/PHP-8.0/Zend/tests/ |
H A D | throwable_003.phpt | 4 Aaron Piotrowski <aaron@icicle.io>
|
H A D | throwable_002.phpt | 4 Aaron Piotrowski <aaron@icicle.io>
|
H A D | throwable_001.phpt | 4 Aaron Piotrowski <aaron@icicle.io>
|
H A D | indirect_call_array_005.phpt | 4 Aaron Piotrowski <aaron@icicle.io>
|
H A D | indirect_call_string_003.phpt | 4 Aaron Piotrowski <aaron@icicle.io>
|
/PHP-8.0/ext/standard/tests/math/ |
H A D | bug75170.phpt | 4 Solar Designer in https://externals.io/message/100229
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dynasm.lua | 54 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")) 915 fout = assert(io.open(outfile, "w")) 945 fin = assert(io.open(infile, "r"))
|
/PHP-8.0/ext/date/ |
H A D | config0.m4 | 2 AC_CHECK_HEADERS([io.h])
|
/PHP-8.0/ext/opcache/jit/ |
H A D | README.md | 24 [The unofficial DynASM Documentation](https://corsix.github.io/dynasm-doc/tutorial.html)
|
/PHP-8.0/ext/dba/tests/ |
H A D | dba_handler.inc | 63 … dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
|
/PHP-8.0/ext/standard/ |
H A D | config.m4 | 2 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.0/.github/workflows/ |
H A D | nightly.yml | 267 - name: Upload Test Coverage to Codecov.io 269 run: bash <(curl -s https://codecov.io/bash)
|
/PHP-8.0/build/ |
H A D | php.m4 | 1885 PKG_CHECK_MODULES([ICU], [icu-uc >= 50.1 icu-io icu-i18n]) 1893 if test "$PKG_CONFIG icu-io --atleast-version=60"; then
|
/PHP-8.0/ |
H A D | NEWS | 283 (c dot fol at ambionics dot io)
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 776 # see https://nokiatech.github.io/heif/technical.html 1461 # ABC (alembic.io 3d models) 8010 # - https://free60project.github.io/wiki/XEX.html 8053 # - https://free60project.github.io/wiki/STFS.html 8662 # cf. gcov-io.h 9491 # Redis RDB - https://redis.io/topics/persistence 17213 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io> 19301 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io> 22074 # URL: https://lz4.github.io/lz4/ 24598 # https://digital-preservation.github.io/droid/ [all …]
|