Home
last modified time | relevance | path

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

12

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_utils.c227 PHPDBG_API int phpdbg_print(int type TSRMLS_DC, FILE *fp, const char *format, ...) /* {{{ */ in phpdbg_print()
305 char *format = NULL, *buffer = NULL; in phpdbg_rlog() local
/PHP-5.6/sapi/phpdbg/tests/
H A Drun-tests.php321 private static $format = array( variable in phpdbg\\testing\\Test
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_log.c109 char format[129]; in fpm_log_write() local
/PHP-5.6/main/
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()
1209 static void strx_printv(int *ccp, char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in strx_printv()
1240 PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_slprintf()
1256 PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vslprintf()
1269 PHPAPI int ap_php_snprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_snprintf()
1281 PHPAPI int ap_php_vsnprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vsnprintf()
1290 PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap) /* {{{ */ in ap_php_vasprintf()
1314 PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) /* {{{ */ in ap_php_asprintf()
H A Dspprintf.c812 PHPAPI int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) /* {{{ */ in vspprintf()
834 PHPAPI int spprintf(char **pbuf, size_t max_len, const char *format, ...) /* {{{ */ in spprintf()
H A Dphp_sprintf.c31 php_sprintf (char*s, const char* format, ...) in php_sprintf()
H A Dmain.c747 PHPAPI int php_printf(const char *format, ...) in php_printf()
771 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_lis… in php_verror()
960 PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...) in php_error_docref0()
972 …_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const char *format, ...) in php_error_docref1()
984 … char *docref TSRMLS_DC, const char *param1, const char *param2, int type, const char *format, ...) in php_error_docref2()
1029 …_cb(int type, const char *error_filename, const uint error_lineno, const char *format, va_list arg… in php_error_cb()
/PHP-5.6/ext/standard/
H A Durl.c676 long format = 0; 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()
579 PHPAPI int php_sscanf_internal( char *string, char *format, in php_sscanf_internal()
H A Dstring.c5354 char *str, *format; local
5531 char *format, *str, *p, *e; local
H A Dpack.c118 char *format; in PHP_FUNCTION() local
579 char *format, *input, *formatarg, *inputarg; in PHP_FUNCTION() local
H A Dformatted_print.c394 char *format, *result, padding; in php_formatted_print() local
H A Dfile.c1138 char *buf, *format; in PHP_FUNCTION() local
H A Ddatetime.c90 char *format; in PHP_FUNCTION() local
/PHP-5.6/ext/sqlite3/
H A Dsqlite3.c47 static void php_sqlite3_error(php_sqlite3_db_object *db_obj, char *format, ...) in php_sqlite3_error()
/PHP-5.6/ext/soap/
H A Dsoap.c172 #define call_old_error_handler(error_num, error_filename, error_lineno, format, args) \ argument
180 #define call_old_error_handler(error_num, error_filename, error_lineno, format, args) \ argument
2145 …nt error_num, const char *error_filename, const uint error_lineno, const char *format, va_list arg…
H A Dphp_soap.h205 #define soap_error0(severity, format) \ argument
208 #define soap_error1(severity, format, param1) \ argument
211 #define soap_error2(severity, format, param1, param2) \ argument
214 #define soap_error3(severity, format, param1, param2, param3) \ argument
H A Dphp_encoding.c2979 static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNo… in to_xml_datetime_ex()
/PHP-5.6/ext/snmp/
H A Dsnmp.c512 static void php_snmp_error(zval *object, const char *docref TSRMLS_DC, int type, const char *format in php_snmp_error()
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c129 static string *string_printf(string *str, const char *format, ...) in string_printf()
/PHP-5.6/ext/phar/
H A Dphar_object.c2369 long format = 9021976, method = 9021976; in PHP_METHOD() local
2472 long format = 9021976, method = 9021976; in PHP_METHOD() local
/PHP-5.6/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h55 static inline void PDO_DBG_INF_FMT(char *format, ...) {} in PDO_DBG_INF_FMT()
56 static inline void PDO_DBG_ERR_FMT(char *format, ...) {} in PDO_DBG_ERR_FMT()
/PHP-5.6/ext/opcache/
H A Dzend_accelerator_debug.c31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error()
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_debug.h206 static inline void DBG_INF_FMT(const char * const format, ...) {} in DBG_INF_FMT()
207 static inline void DBG_ERR_FMT(const char * const format, ...) {} in DBG_ERR_FMT()
217 static inline void TRACE_ALLOC_INF_FMT(const char * const format, ...) {} in TRACE_ALLOC_INF_FMT()
218 static inline void TRACE_ALLOC_ERR_FMT(const char * const format, ...) {} in TRACE_ALLOC_ERR_FMT()
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 175 milliseconds

12