Searched refs:s_tmp (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/ext/gd/tests/ |
H A D | createfromwbmp2_extern.phpt | 47 Warning: imagecreatefromwbmp(): '%s_tmp.wbmp' is not a valid WBMP file in %s on line %d
|
/PHP-7.0/Zend/ |
H A D | zend_exceptions.c | 559 char *s_tmp; in _build_trace_args() local 560 …size_t l_tmp = zend_spprintf(&s_tmp, MAX_LENGTH_OF_DOUBLE + EG(precision) + 1, "%.*G", (int) EG(pr… in _build_trace_args() 561 smart_str_appendl(str, s_tmp, l_tmp); in _build_trace_args() 563 efree(s_tmp); in _build_trace_args()
|
/PHP-7.0/ext/reflection/ |
H A D | php_reflection.c | 138 char *s_tmp; in string_printf() local 141 len = zend_vspprintf(&s_tmp, 0, format, arg); in string_printf() 150 memcpy(ZSTR_VAL(str->buf) + ZSTR_LEN(str->buf), s_tmp, len + 1); in string_printf() 153 efree(s_tmp); in string_printf()
|
Completed in 23 milliseconds