/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_out.h | 43 #define phpdbg_error(tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PH… 44 #define phpdbg_notice(tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PH… 45 #define phpdbg_writeln(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PH… 46 #define phpdbg_write(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PH… 47 #define phpdbg_script(type, fmt, ...) phpdbg_print(type , PHPDBG_G(io)[PH… 48 #define phpdbg_log(fmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__) 49 #define phpdbg_xml(fmt, ...) phpdbg_xml_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__) 50 #define phpdbg_out(fmt, ...) phpdbg_out_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__) 71 # define phpdbg_debug(fmt, ...) phpdbg_log_ex(PHPDBG_G(io)[PHPDBG_STDERR].fd, fmt, ##__VA_ARGS__)
|
H A D | phpdbg_io.c | 88 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, buf + len, PHPDBG_MAX_CMD - len… in ZEND_EXTERN_MODULE_GLOBALS() 152 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Read operation timed out!\n")); 230 && PHPDBG_G(io)[PHPDBG_STDOUT].fd == sock 307 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, buf, strlen(buf)); 316 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, buf, strlen(buf)); 328 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, msg, strlen(msg));
|
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.c | 158 memset(pg->io, 0, sizeof(pg->io)); in php_phpdbg_globals_ctor() 988 fflush(PHPDBG_G(io)[PHPDBG_STDOUT].ptr); in php_sapi_phpdbg_flush() 1694 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main() local 1835 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main() local 1837 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main() local 1846 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main() 1847 PHPDBG_G(io)[PHPDBG_STDIN].fd = socket; in main() 1848 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main() 1849 PHPDBG_G(io)[PHPDBG_STDOUT].fd = socket; in main() 1851 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main() [all …]
|
H A D | phpdbg_sigio_win32.c | 73 PHPDBG_G(swd).fd = PHPDBG_G(io)[PHPDBG_STDIN].fd; in sigio_watcher_start()
|
H A D | phpdbg_cmd.c | 750 fflush(PHPDBG_G(io)[PHPDBG_STDOUT].ptr); in phpdbg_read_input() 756 if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) || !isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) in phpdbg_read_input() 782 …if (!buffered && cmd && !(PHPDBG_G(flags) & PHPDBG_IS_REMOTE) && isatty(PHPDBG_G(io)[PHPDBG_STDIN]… in phpdbg_read_input()
|
H A D | phpdbg.h | 291 } io[PHPDBG_IO_FDS]; /* io */ variable
|
H A D | phpdbg_prompt.c | 505 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, PHPDBG_G(input_buffer) + PHPDBG… in PHPDBG_COMMAND()
|
/PHP-7.2/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-7.2/Zend/tests/ |
H A D | throwable_003.phpt | 4 Aaron Piotrowski <aaron@icicle.io>
|
H A D | throwable_001.phpt | 4 Aaron Piotrowski <aaron@icicle.io>
|
H A D | throwable_002.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-7.2/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc_private.h | 114 XMLRPC_VALUE io; /* data associated with this request */ member
|
H A D | xmlrpc.c | 336 if(request->io && bFreeIO) { in XMLRPC_RequestFree() 337 XMLRPC_CleanupValue(request->io); in XMLRPC_RequestFree() 479 if (request->io) { in XMLRPC_RequestSetData() 480 XMLRPC_CleanupValue (request->io); in XMLRPC_RequestSetData() 482 request->io = XMLRPC_CopyValue(data); in XMLRPC_RequestSetData() 483 return request->io; in XMLRPC_RequestSetData() 510 return request ? request->io : NULL; in XMLRPC_RequestGetData() 747 xResponse = req->io; in XMLRPC_VALUE_FromXML()
|
/PHP-7.2/ext/standard/tests/math/ |
H A D | bug75170.phpt | 4 Solar Designer in https://externals.io/message/100229
|
/PHP-7.2/ext/date/ |
H A D | config0.m4 | 7 io.h
|
/PHP-7.2/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-7.2/ext/standard/ |
H A D | config.m4 | 4 dnl Check if flush should be called explicitly after buffered io 6 AC_CACHE_CHECK([whether flush should be called explicitly after a buffered io], ac_cv_flush_io,[ 49 AC_DEFINE(HAVE_FLUSHIO, 1, [Define if flush should be called explicitly after a buffered io.])
|
/PHP-7.2/ |
H A D | acinclude.m4 | 2211 …if test "$PHP_ICU_DIR" = "DEFAULT" && test -x "$PKG_CONFIG" && $PKG_CONFIG --exists icu-uc icu-io … 2222 ICU_LIBS=`$PKG_CONFIG --libs icu-uc icu-io icu-i18n` 2223 ICU_INCS=`$PKG_CONFIG --cflags-only-I icu-uc icu-io icu-i18n`
|
/PHP-7.2/ext/standard/tests/misc/ |
H A D | user_agents.txt | 13 censys.io internet census
|
H A D | get_browser_variation3.phpt | 39 Agent censys.io internet census
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 1586 >>5 string org.apache.hadoop.hive.ql.io.RCFile$KeyBuffer Apache Hive RC file version 0 4359 # used by SAMtools (http://samtools.github.io/hts-specs/BCFv2_qref.pdf) 4372 # used by SAMtools (http://samtools.github.io/hts-specs/BCFv2_qref.pdf) 6625 # cf. gcov-io.h 14049 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io> 15149 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io> 15163 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io> 15171 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io> 21183 # http://doc.qt.io/qt-5/resources.html 25779 # yara: file(1) magic for http://virustotal.github.io/yara/
|
H A D | magic私はガラスを食べられます | 1586 >>5 string org.apache.hadoop.hive.ql.io.RCFile$KeyBuffer Apache Hive RC file version 0 4359 # used by SAMtools (http://samtools.github.io/hts-specs/BCFv2_qref.pdf) 4372 # used by SAMtools (http://samtools.github.io/hts-specs/BCFv2_qref.pdf) 6625 # cf. gcov-io.h 14049 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io> 15149 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io> 15163 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io> 15171 # From: Asbjoern Sloth Toennesen <asbjorn@lila.io> 21183 # http://doc.qt.io/qt-5/resources.html 25779 # yara: file(1) magic for http://virustotal.github.io/yara/
|