__VA_ARGS__ 60 Zend/zend_gc.c # define GC_TRACE(format, ...) fprintf(stderr, format "\n", ##__VA_ARGS__); __VA_ARGS__ 64 Zend/zend_gc.c fprintf(stderr, format "\n", ##__VA_ARGS__); \ __VA_ARGS__ 87 ext/mysqlnd/mysqlnd_alloc.h #define mnd_sprintf(p, mx_len, fmt,...) mysqlnd_allocator.m_sprintf((p), (mx_len), (fmt), __VA_ARGS__) __VA_ARGS__ 96 ext/mysqlnd/mysqlnd_debug.h #define DBG_INF_FMT_EX(dbg_obj, ...) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->log_va((dbg_obj), __LINE__, __FILE__, -1, "info : ", __VA_ARGS__); } while (0) __VA_ARGS__ 97 ext/mysqlnd/mysqlnd_debug.h #define DBG_ERR_FMT_EX(dbg_obj, ...) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->log_va((dbg_obj), __LINE__, __FILE__, -1, "error: ", __VA_ARGS__); } while (0) __VA_ARGS__ 178 ext/mysqlnd/mysqlnd_debug.h #define DBG_INF_FMT(...) DBG_INF_FMT_EX(MYSQLND_G(dbg), __VA_ARGS__) __VA_ARGS__ 179 ext/mysqlnd/mysqlnd_debug.h #define DBG_ERR_FMT(...) DBG_ERR_FMT_EX(MYSQLND_G(dbg), __VA_ARGS__) __VA_ARGS__ 190 ext/mysqlnd/mysqlnd_debug.h #define TRACE_ALLOC_INF_FMT(...) DBG_INF_FMT_EX(MYSQLND_G(trace_alloc), __VA_ARGS__) __VA_ARGS__ 191 ext/mysqlnd/mysqlnd_debug.h #define TRACE_ALLOC_ERR_FMT(...) DBG_ERR_FMT_EX(MYSQLND_G(trace_alloc), __VA_ARGS__) __VA_ARGS__ 44 ext/pdo_mysql/php_pdo_mysql_int.h #define PDO_DBG_INF_FMT(...) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log_va(PDO_MYSQL_G(dbg), __LINE__, __FILE__, -1, "info : ", __VA_ARGS__); } while (0) __VA_ARGS__ 45 ext/pdo_mysql/php_pdo_mysql_int.h #define PDO_DBG_ERR_FMT(...) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log_va(PDO_MYSQL_G(dbg), __LINE__, __FILE__, -1, "error: ", __VA_ARGS__); } while (0) __VA_ARGS__ 10 sapi/fpm/fpm/zlog.h #define zlog(flags,...) zlog_ex(__func__, __LINE__, flags, __VA_ARGS__) __VA_ARGS__ 76 sapi/phpdbg/phpdbg.h _zend_hash_str_add(__VA_ARGS__ ZEND_FILE_LINE_CC) __VA_ARGS__ 80 sapi/phpdbg/phpdbg.h #define zend_hash_str_add(...) zend_hash_str_add_tmp(__VA_ARGS__) __VA_ARGS__ 111 sapi/phpdbg/phpdbg.h #define memcpy_tmp(...) memcpy(__VA_ARGS__) __VA_ARGS__ 113 sapi/phpdbg/phpdbg.h #define memcpy(...) memcpy_tmp(__VA_ARGS__) __VA_ARGS__ 116 sapi/phpdbg/phpdbg.h #define quiet_write(...) ZEND_IGNORE_VALUE(write(__VA_ARGS__)) __VA_ARGS__ 129 sapi/phpdbg/phpdbg_info.c (int) ZSTR_LEN(data->name), ZSTR_VAL(data->name), ##__VA_ARGS__) __VA_ARGS__ 236 sapi/phpdbg/phpdbg_info.c "%-18p %-7d %-9s %s$%.*s" msg, data, Z_REFCOUNTED_P(data) ? Z_REFCOUNT_P(data) : 1, zend_zval_type_name(data), isref, (int) ZSTR_LEN(var), ZSTR_VAL(var), ##__VA_ARGS__) __VA_ARGS__ 43 sapi/phpdbg/phpdbg_out.h #define phpdbg_error(tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag, xmlfmt, strfmt, ##__VA_ARGS__) __VA_ARGS__ 44 sapi/phpdbg/phpdbg_out.h #define phpdbg_notice(tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag, xmlfmt, strfmt, ##__VA_ARGS__) __VA_ARGS__ 45 sapi/phpdbg/phpdbg_out.h #define phpdbg_writeln(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag, xmlfmt, strfmt, ##__VA_ARGS__) __VA_ARGS__ 46 sapi/phpdbg/phpdbg_out.h #define phpdbg_write(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag, xmlfmt, strfmt, ##__VA_ARGS__) __VA_ARGS__ 47 sapi/phpdbg/phpdbg_out.h #define phpdbg_script(type, fmt, ...) phpdbg_print(type , PHPDBG_G(io)[PHPDBG_STDOUT].fd, NULL, NULL, fmt, ##__VA_ARGS__) __VA_ARGS__ 48 sapi/phpdbg/phpdbg_out.h #define phpdbg_log(fmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__) __VA_ARGS__ 49 sapi/phpdbg/phpdbg_out.h #define phpdbg_xml(fmt, ...) phpdbg_xml_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__) __VA_ARGS__ 50 sapi/phpdbg/phpdbg_out.h #define phpdbg_out(fmt, ...) phpdbg_out_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__) __VA_ARGS__ 52 sapi/phpdbg/phpdbg_out.h #define phpdbg_error_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , out, tag, xmlfmt, strfmt, ##__VA_ARGS__) __VA_ARGS__ 53 sapi/phpdbg/phpdbg_out.h #define phpdbg_notice_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , out, tag, xmlfmt, strfmt, ##__VA_ARGS__) __VA_ARGS__ 54 sapi/phpdbg/phpdbg_out.h #define phpdbg_writeln_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, out, tag, xmlfmt, strfmt, ##__VA_ARGS__) __VA_ARGS__ 55 sapi/phpdbg/phpdbg_out.h #define phpdbg_write_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , out, tag, xmlfmt, strfmt, ##__VA_ARGS__) __VA_ARGS__ 56 sapi/phpdbg/phpdbg_out.h #define phpdbg_script_ex(out, type, fmt, ...) phpdbg_print(type , out, NULL, NULL, fmt, ##__VA_ARGS__) __VA_ARGS__ 57 sapi/phpdbg/phpdbg_out.h #define phpdbg_log_ex(out, fmt, ...) phpdbg_log_internal(out, fmt, ##__VA_ARGS__) __VA_ARGS__ 58 sapi/phpdbg/phpdbg_out.h #define phpdbg_xml_ex(out, fmt, ...) phpdbg_xml_internal(out, fmt, ##__VA_ARGS__) __VA_ARGS__ 59 sapi/phpdbg/phpdbg_out.h #define phpdbg_out_ex(out, fmt, ...) phpdbg_out_internal(out, fmt, ##__VA_ARGS__) __VA_ARGS__ 61 sapi/phpdbg/phpdbg_out.h #define phpdbg_rlog(fd, fmt, ...) phpdbg_rlog_internal(fd, fmt, ##__VA_ARGS__) __VA_ARGS__ 63 sapi/phpdbg/phpdbg_out.h #define phpdbg_xml_asprintf(buf, ...) _phpdbg_xml_asprintf(buf, ##__VA_ARGS__) __VA_ARGS__ 66 sapi/phpdbg/phpdbg_out.h #define phpdbg_asprintf(buf, ...) _phpdbg_asprintf(buf, ##__VA_ARGS__) __VA_ARGS__ 71 sapi/phpdbg/phpdbg_out.h # define phpdbg_debug(fmt, ...) phpdbg_log_ex(PHPDBG_G(io)[PHPDBG_STDERR].fd, fmt, ##__VA_ARGS__)