/PHP-5.3/ext/intl/formatter/ |
H A D | formatter_format.c | 35 zval **number; in PHP_FUNCTION() local 139 double number; in PHP_FUNCTION() local
|
H A D | formatter_parse.c | 124 double number; in PHP_FUNCTION() local
|
/PHP-5.3/ext/standard/ |
H A D | rand.c | 294 long number; in PHP_FUNCTION() local 315 long number; in PHP_FUNCTION() local
|
H A D | formatted_print.c | 132 php_sprintf_appendint(char **buffer, int *pos, int *size, long number, in php_sprintf_appendint() 177 unsigned long number, in php_sprintf_appenduint() 209 int *size, double number, in php_sprintf_appenddouble() 299 php_sprintf_append2n(char **buffer, int *pos, int *size, long number, in php_sprintf_append2n()
|
H A D | math.c | 1067 zval **number, temp; in PHP_FUNCTION() local
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gdxpm.c | 22 int i, j, k, number; in gdImageCreateFromXpm() local
|
H A D | gd_gif_in.c | 277 static int ReadColorMap(gdIOCtx *fd, int number, unsigned char (*buffer)[256]) /* {{{ */ in ReadColorMap()
|
/PHP-5.3/ext/intl/doc/ |
H A D | formatter_api.php | 183 public function format($number, $type = 0) {} 206 public function formatCurrency($number, $currency) {} 353 function numfmt_format($formatter, $number, $type = null) {} 376 function numfmt_format_currency($formatter, $number, $currency) {}
|
/PHP-5.3/ext/oci8/ |
H A D | oci8_collection.c | 340 int php_oci_collection_append_number(php_oci_collection *collection, char *number, int number_len T… in php_oci_collection_append_number() 628 int php_oci_collection_element_set_number(php_oci_collection *collection, long index, char *number,… in php_oci_collection_element_set_number()
|
/PHP-5.3/sapi/cli/ |
H A D | php_cli_readline.c | 281 ulong number; in cli_completion_generator_ht() local
|
/PHP-5.3/ext/mysqli/ |
H A D | mysqli_nonapi.c | 918 uint minlength, maxlength, number, state; local
|
/PHP-5.3/ext/imap/ |
H A D | php_imap.c | 4859 PHP_IMAP_EXPORT void mm_searched(MAILSTREAM *stream, unsigned long number) in mm_searched() 4879 PHP_IMAP_EXPORT void mm_exists(MAILSTREAM *stream, unsigned long number) in mm_exists() 4883 PHP_IMAP_EXPORT void mm_expunged(MAILSTREAM *stream, unsigned long number) in mm_expunged() 4887 PHP_IMAP_EXPORT void mm_flags(MAILSTREAM *stream, unsigned long number) in mm_flags()
|
/PHP-5.3/ext/mbstring/ucgendat/ |
H A D | ucgendat.c | 823 short wnum, neg, number[2], compat; in read_cdata() local
|
/PHP-5.3/ext/reflection/ |
H A D | php_reflection.c | 945 int number = va_arg(args, int); in _extension_ini_string() local 4891 int number = va_arg(args, int); in _addconstant() local 4924 int number = va_arg(args, int); in _addinientry() local
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 579 #define number frame->Xnumber in match() macro
|
H A D | pcre_internal.h | 2381 pcre_uint16 number; /* Capture number */ member
|
/PHP-5.3/Zend/ |
H A D | zend_operators.c | 104 ZEND_API double zend_string_to_double(const char *number, zend_uint length) /* {{{ */ in zend_string_to_double()
|
/PHP-5.3/ext/date/ |
H A D | php_date.c | 998 static char *english_suffix(timelib_sll number) in english_suffix()
|