Home
last modified time | relevance | path

Searched defs:temp (Results 26 – 42 of 42) sorted by relevance

12

/php-src/main/
H A Dsnprintf.c339 char temp[EXPONENT_LENGTH]; /* for exponent conversion */ in php_conv_fp() local
/php-src/ext/pdo/
H A Dpdo_stmt.c319 zend_string *temp = zend_string_alloc(ZSTR_LEN(param->name) + 1, 0); in really_register_bound_param() local
320 ZSTR_VAL(temp)[0] = ':'; in really_register_bound_param() local
/php-src/ext/standard/
H A Dfile.c254 char *name = NULL, *value = NULL, *temp = NULL; in PHP_FUNCTION() local
1931 char *temp, *bptr, *line_end, *limit; in php_fgetcsv() local
H A Dmath.c1033 zval temp; in PHP_FUNCTION() local
H A Dimage.c1519 char temp[MAX_LENGTH_OF_LONG * 2 + sizeof("width=\"\" height=\"\"")]; in php_getimagesize_from_stream() local
H A Darray.c3219 zval *zv, temp; local
H A Dstring.c5962 char temp; local
/php-src/ext/phar/
H A Dphar.c1667 php_stream *temp; in phar_open_from_fp() local
1730 php_stream *temp; in phar_open_from_fp() local
H A Dphar_object.c56 zval temp; in phar_mung_server_vars() local
1395 char *fname, *error = NULL, *base = ZSTR_VAL(p_obj->base), *save = NULL, *temp = NULL; in phar_build() local
3414 phar_entry_info *oldentry, newentry = {0}, *temp; in PHP_METHOD() local
H A Dutil.c119 zend_off_t temp, eoffset; in phar_seek_efp() local
/php-src/ext/sqlite3/
H A Dsqlite3.c1657 zend_string *temp = zend_string_alloc(ZSTR_LEN(param->name) + 1, 0); in register_bound_parameter_to_sqlite() local
1658 ZSTR_VAL(temp)[0] = ':'; in register_bound_parameter_to_sqlite() local
/php-src/Zend/
H A Dzend_virtual_cwd.c1216 char *temp; in virtual_chdir_file() local
/php-src/ext/intl/converter/
H A Dconverter.c626 UChar *temp; in php_converter_do_convert() local
/php-src/ext/tidy/
H A Dtidy.c573 zval attribute, children, temp; in tidy_add_node_default_properties() local
/php-src/ext/hash/
H A Dhash.c993 unsigned char *computed_salt, *digest, *temp, *result, *K1, *K2 = NULL; in PHP_FUNCTION() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c10794 PCRE2_UCHAR *temp = (PCRE2_UCHAR *)codestart; in pcre2_compile() local
/php-src/ext/mbstring/
H A Dmbstring.c6627 unsigned char *temp = mime_header_decode_encoded_word(p, e, outcode, &buf, &state); in mb_mime_header_decode() local

Completed in 150 milliseconds

12