Home
last modified time | relevance | path

Searched refs:ZEND_ATTRIBUTE_FORMAT (Results 1 – 10 of 10) sorted by relevance

/PHP-7.3/Zend/
H A Dzend.h71 …d_error_noreturn(int type, const char *format, ...) ZEND_NORETURN ZEND_ATTRIBUTE_FORMAT(printf, 2,…
73 …ETURN void zend_error_noreturn(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2,…
229 …spprintf(char **message, size_t max_len, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 3,…
231 …_string *zend_strpprintf(size_t max_len, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2,…
248 …ut_debug_string(zend_bool trigger_break, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2,…
282 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf,…
283 …ow_error(zend_class_entry *exception_ce, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2,…
284 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 1, 2…
285 …al_type_error(zend_bool throw_exception, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2,…
286 …t_count_error(zend_bool throw_exception, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2,…
H A Dzend_exceptions.h59 …ass_entry *exception_ce, zend_long code, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 3,…
H A Dzend_smart_str.h55 ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
H A Dzend_portability.h199 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) macro
201 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) macro
/PHP-7.3/main/
H A Dsnprintf.h79 PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...) ZEND_ATTRIBUTE_FORMAT(pri…
81 PHPAPI int ap_php_snprintf(char *, size_t, const char *, ...) ZEND_ATTRIBUTE_FORMAT(printf, 3, 4);
84 PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
H A Dfastcgi.h106 typedef void (*fcgi_logger)(int type, const char *fmt, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
H A DSAPI.h232 void (*sapi_error)(int type, const char *error_msg, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
H A Dphp.h299 #define PHP_ATTRIBUTE_FORMAT ZEND_ATTRIBUTE_FORMAT
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_debug.h31 void zend_accel_error(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
/PHP-7.3/ext/sockets/
H A Dconversions.c180 ZEND_ATTRIBUTE_FORMAT(printf, 2 ,3)
189 ZEND_ATTRIBUTE_FORMAT(printf, 2 ,3)

Completed in 26 milliseconds