Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 49) sorted by last modified time

12

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_out.c817 static void strx_printv(int *ccp, char *buf, size_t len, const char *format, zend_bool escape_xml, … in strx_printv()
846 static int phpdbg_xml_vsnprintf(char *buf, size_t len, const char *format, zend_bool escape_xml, va… in phpdbg_xml_vsnprintf()
853 PHPDBG_API int phpdbg_xml_vasprintf(char **buf, const char *format, zend_bool escape_xml, va_list a… in phpdbg_xml_vasprintf()
876 PHPDBG_API int _phpdbg_xml_asprintf(char **buf, const char *format, zend_bool escape_xml, ...) { in _phpdbg_xml_asprintf()
887 PHPDBG_API int _phpdbg_asprintf(char **buf, const char *format, ...) { in _phpdbg_asprintf()
1298 char *format = NULL, *buffer = NULL, *outbuf = NULL; in phpdbg_rlog_internal() local
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_log.c109 char format[129]; in fpm_log_write() local
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c1160 static void php_cli_server_logf(const char *format, ...) /* {{{ */ in php_cli_server_logf()
/PHP-7.0/main/
H A Dspprintf.c838 PHPAPI size_t vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) /* {{{ */ in vspprintf()
865 PHPAPI size_t spprintf(char **pbuf, size_t max_len, const char *format, ...) /* {{{ */ in spprintf()
877 PHPAPI zend_string *vstrpprintf(size_t max_len, const char *format, va_list ap) /* {{{ */ in vstrpprintf()
896 PHPAPI zend_string *strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in strpprintf()
H A Dsnprintf.c377 PHPAPI char * php_conv_fp(register char format, register double num, in php_conv_fp()
482 PHPAPI char * ap_php_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_en… in ap_php_conv_p2()
1227 static void strx_printv(int *ccp, char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in strx_printv()
1258 PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_slprintf()
1274 PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vslprintf()
1287 PHPAPI int ap_php_snprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_snprintf()
1299 PHPAPI int ap_php_vsnprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vsnprintf()
1308 PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap) /* {{{ */ in ap_php_vasprintf()
1332 PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) /* {{{ */ in ap_php_asprintf()
H A Dphp_sprintf.c31 php_sprintf (char*s, const char* format, ...) in php_sprintf()
H A Dfastcgi.c477 void __attribute__((weak)) fcgi_log(int type, const char *format, ...) { in fcgi_log()
H A Dmain.c708 PHPAPI size_t php_printf(const char *format, ...) in php_printf()
731 … void php_verror(const char *docref, const char *params, int type, const char *format, va_list arg… in php_verror()
929 PHPAPI ZEND_COLD void php_error_docref0(const char *docref, int type, const char *format, ...) in php_error_docref0()
941 …D void php_error_docref1(const char *docref, const char *param1, int type, const char *format, ...) in php_error_docref1()
953 …ref2(const char *docref, const char *param1, const char *param2, int type, const char *format, ...) in php_error_docref2()
998 …_cb(int type, const char *error_filename, const uint error_lineno, const char *format, va_list arg… in php_error_cb()
/PHP-7.0/ext/standard/
H A Durl.c660 zend_long format = 0; local
H A Dstring.c5315 char *str, *format; local
5488 char *format, *p, *e; local
H A Dscanf.c141 static char * BuildCharSet(CharSet *cset, char *format) in BuildCharSet()
311 PHPAPI int ValidateFormat(char *format, int numVars, int *totalSubs) in ValidateFormat()
578 PHPAPI int php_sscanf_internal( char *string, char *format, in php_sscanf_internal()
H A Dpack.c241 char *format; in PHP_FUNCTION() local
723 char *format, *input; in PHP_FUNCTION() local
H A Dfile.c1125 char *buf, *format; in PHP_FUNCTION() local
H A Dformatted_print.c393 char *format, padding; in php_formatted_print() local
H A Ddatetime.c90 char *format; in PHP_FUNCTION() local
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c47 static void php_sqlite3_error(php_sqlite3_db_object *db_obj, char *format, ...) in php_sqlite3_error()
/PHP-7.0/ext/soap/
H A Dphp_soap.h202 #define soap_error0(severity, format) \ argument
205 #define soap_error1(severity, format, param1) \ argument
208 #define soap_error2(severity, format, param1, param2) \ argument
211 #define soap_error3(severity, format, param1, param2, param3) \ argument
H A Dsoap.c171 #define call_old_error_handler(error_num, error_filename, error_lineno, format, args) \ argument
179 #define call_old_error_handler(error_num, error_filename, error_lineno, format, args) \ argument
2131 …nt error_num, const char *error_filename, const uint error_lineno, const char *format, va_list arg…
H A Dphp_encoding.c2885 static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNo… in to_xml_datetime_ex()
/PHP-7.0/ext/snmp/
H A Dsnmp.c505 static void php_snmp_error(zval *object, const char *docref, int type, const char *format, ...) in php_snmp_error()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c134 static string *string_printf(string *str, const char *format, ...) in string_printf()
/PHP-7.0/ext/phar/
H A Dphar_object.c2391 zend_long format = 9021976, method = 9021976; in PHP_METHOD() local
2495 zend_long format = 9021976, method = 9021976; in PHP_METHOD() local
/PHP-7.0/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h60 static inline void PDO_DBG_INF_FMT(char *format, ...) {} in PDO_DBG_INF_FMT()
61 static inline void PDO_DBG_ERR_FMT(char *format, ...) {} in PDO_DBG_ERR_FMT()
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_debug.c31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error()
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_alloc.c615 PHPAPI int _mysqlnd_sprintf(char ** pbuf, size_t max_len, const char *format, ...) in _mysqlnd_sprintf()
635 PHPAPI int _mysqlnd_vsprintf(char ** pbuf, size_t max_len, const char * format, va_list ap) in _mysqlnd_vsprintf()

Completed in 164 milliseconds

12