Searched refs:zend_strpprintf (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/Zend/ |
H A D | zend_exceptions.h | 72 zend_string *zend_strpprintf(size_t max_len, const char *format, ...);
|
H A D | zend_closures.c | 451 name = zend_strpprintf(0, "%s$%s", in zend_closure_get_debug_info() 455 name = zend_strpprintf(0, "%s$%s", in zend_closure_get_debug_info() 460 name = zend_strpprintf(0, "%s$param%d", in zend_closure_get_debug_info() 464 ZVAL_NEW_STR(&info, zend_strpprintf(0, "%s", i >= required ? "<optional>" : "<required>")); in zend_closure_get_debug_info()
|
H A D | zend_exceptions.c | 701 zend_string *zend_strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf() function 754 zend_string *real_message = zend_strpprintf(0, "%s and defined", ZSTR_VAL(message)); in ZEND_METHOD() 760 str = zend_strpprintf(0, "%s: %s in %s:" ZEND_LONG_FMT in ZEND_METHOD() 766 str = zend_strpprintf(0, "%s in %s:" ZEND_LONG_FMT in ZEND_METHOD()
|
H A D | zend_operators.c | 511 str = zend_strpprintf(0, "%.*H", (int) EG(precision), dval); in _convert_to_cstring() 553 str = zend_strpprintf(0, "%.*G", (int) EG(precision), dval); in _convert_to_string() 845 return zend_strpprintf(0, "%.*G", (int) EG(precision), Z_DVAL_P(op)); in _zval_get_string_func() 2836 str = zend_strpprintf(0, "%.*G", (int) EG(precision), (double)Z_DVAL_P(op));
|
H A D | zend_ast.c | 929 key = zend_strpprintf(0, "%.*G", (int) EG(precision), Z_DVAL_P(zv)); in zend_ast_export_zval()
|
Completed in 45 milliseconds