Home
last modified time | relevance | path

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

12

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_log.c109 char format[129]; in fpm_log_write() local
/PHP-5.5/main/
H A Dsnprintf.c377 PHPAPI char * php_conv_fp(register char format, register double num, in php_conv_fp()
482 char * ap_php_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_end, regi… 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.c677 PHPAPI int php_printf(const char *format, ...) in php_printf()
701 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_lis… in php_verror()
877 PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...) in php_error_docref0()
889 …_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const char *format, ...) in php_error_docref1()
901 … char *docref TSRMLS_DC, const char *param1, const char *param2, int type, const char *format, ...) in php_error_docref2()
946 …_cb(int type, const char *error_filename, const uint error_lineno, const char *format, va_list arg… in php_error_cb()
/PHP-5.5/ext/standard/
H A Durl.c711 long format = 0; local
H A Dstring.c5344 char *str, *format; local
5521 char *format, *str, *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()
579 PHPAPI int php_sscanf_internal( char *string, char *format, in php_sscanf_internal()
H A Dpack.c111 char *format; in PHP_FUNCTION() local
531 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.c1130 char *buf, *format; in PHP_FUNCTION() local
H A Ddatetime.c90 char *format; in PHP_FUNCTION() local
/PHP-5.5/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.5/ext/soap/
H A Dsoap.c170 #define call_old_error_handler(error_num, error_filename, error_lineno, format, args) \ argument
178 #define call_old_error_handler(error_num, error_filename, error_lineno, format, args) \ argument
2125 …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.c2981 static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNo… in to_xml_datetime_ex()
/PHP-5.5/ext/snmp/
H A Dsnmp.c514 static void php_snmp_error(zval *object, const char *docref TSRMLS_DC, int type, const char *format in php_snmp_error()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c129 static string *string_printf(string *str, const char *format, ...) in string_printf()
/PHP-5.5/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.5/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.5/ext/opcache/
H A Dzend_accelerator_debug.c31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error()
/PHP-5.5/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()
/PHP-5.5/ext/mysqli/
H A Dmysqli_exception.c39 void php_mysqli_throw_sql_exception(char *sqlstate, int errorno TSRMLS_DC, char *format, ...) in php_mysqli_throw_sql_exception()
/PHP-5.5/ext/intl/doc/
H A Dformatter_api.php183 public function format($number, $type = 0) {} function in NumberFormatter

Completed in 160 milliseconds

12