Home
last modified time | relevance | path

Searched refs:ZEND_IGNORE_VALUE (Results 1 – 12 of 12) sorted by relevance

/php-src/sapi/phpdbg/
H A Dphpdbg_cmd.c96 ZEND_IGNORE_VALUE(asprintf(pointer, "%s", param->str)); in phpdbg_param_tostring()
100 ZEND_IGNORE_VALUE(asprintf(pointer, ZEND_ULONG_FMT, param->addr)); in phpdbg_param_tostring()
104 ZEND_IGNORE_VALUE(asprintf(pointer, ZEND_LONG_FMT, param->num)); in phpdbg_param_tostring()
108 ZEND_IGNORE_VALUE(asprintf(pointer, "%s::%s", param->method.class, param->method.name)); in phpdbg_param_tostring()
113ZEND_IGNORE_VALUE(asprintf(pointer, "%s:"ZEND_ULONG_FMT"#"ZEND_ULONG_FMT, param->file.name, param-… in phpdbg_param_tostring()
115 ZEND_IGNORE_VALUE(asprintf(pointer, "%s:"ZEND_ULONG_FMT, param->file.name, param->file.line)); in phpdbg_param_tostring()
120 ZEND_IGNORE_VALUE(asprintf(pointer, "%s#"ZEND_ULONG_FMT, param->str, param->num)); in phpdbg_param_tostring()
124ZEND_IGNORE_VALUE(asprintf(pointer, "%s::%s#"ZEND_ULONG_FMT, param->method.class, param->method.na… in phpdbg_param_tostring()
H A Dphpdbg_utils.c324 ZEND_IGNORE_VALUE(asprintf(&PHPDBG_G(prompt)[1], "\033[%sm%s\033[0m ", in phpdbg_get_prompt()
330 ZEND_IGNORE_VALUE(asprintf(&PHPDBG_G(prompt)[1], "%s ", PHPDBG_G(prompt)[0])); in phpdbg_get_prompt()
H A Dphpdbg_prompt.c365 ZEND_IGNORE_VALUE(asprintf(&init_file, "%s/%s", scan_dir, PHPDBG_INIT_FILENAME)); in phpdbg_init()
/php-src/ext/dom/
H A Dhtml_collection.c127 ZEND_IGNORE_VALUE(check_empty); in dom_html_collection_has_dimension()
H A Dnodelist.c301 ZEND_IGNORE_VALUE(check_empty); in dom_modern_nodelist_has_dimension()
H A Dxpath.c58 ZEND_IGNORE_VALUE(ctxt); in dom_xpath_proxy_factory()
H A Dphp_dom.c2208 ZEND_IGNORE_VALUE(check_empty); in dom_nodelist_has_dimension()
2306 ZEND_IGNORE_VALUE(check_empty); in dom_nodemap_has_dimension()
2349 ZEND_IGNORE_VALUE(check_empty); in dom_modern_nodemap_has_dimension()
/php-src/Zend/
H A Dzend_portability.h133 # define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; })) macro
135 # define ZEND_IGNORE_VALUE(x) ((void) (x)) macro
138 #define zend_quiet_write(...) ZEND_IGNORE_VALUE(write(__VA_ARGS__))
H A Dzend_API.c3286 ZEND_IGNORE_VALUE(module); in module_registry_unload()
H A Dzend_compile.c8849 ZEND_IGNORE_VALUE(VCWD_GETCWD(ZSTR_VAL(dirname), MAXPATHLEN)); in zend_try_ct_eval_magic_const()
8851 ZEND_IGNORE_VALUE(VCWD_GETWD(ZSTR_VAL(dirname))); in zend_try_ct_eval_magic_const()
/php-src/main/
H A Dphp.h281 #define php_ignore_value(x) ZEND_IGNORE_VALUE(x)
/php-src/ext/gd/libgd/
H A Dgdft.c413 ZEND_IGNORE_VALUE(min_length); /* On Posix systems this may be unused */

Completed in 104 milliseconds