Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c355 zend_string *temp = zend_string_alloc(ZSTR_LEN(param->name) + 1, 0); in really_register_bound_param() local
356 ZSTR_VAL(temp)[0] = ':'; in really_register_bound_param() local
/PHP-7.4/main/
H A Dsnprintf.c442 char temp[EXPONENT_LENGTH]; /* for exponent conversion */ in php_conv_fp() local
/PHP-7.4/ext/standard/
H A Dfile.c388 char *name = NULL, *value = NULL, *temp = NULL; in PHP_FUNCTION() local
2084 char *temp, *tptr, *bptr, *line_end, *limit; in php_fgetcsv() local
H A Dmath.c1103 zval *number, temp; in PHP_FUNCTION() local
H A Dimage.c1467 char temp[MAX_LENGTH_OF_LONG * 2 + sizeof("width=\"\" height=\"\"")]; in php_getimagesize_from_stream() local
H A Dstring.c6063 char temp; local
H A Darray.c2962 Bucket *p, temp; local
/PHP-7.4/ext/phar/
H A Dphar.c1622 php_stream *temp; in phar_open_from_fp() local
1685 php_stream *temp; in phar_open_from_fp() local
H A Dphar_object.c55 zval temp; in phar_mung_server_vars() local
1415 char *fname, *error = NULL, *base = p_obj->b, *save = NULL, *temp = NULL; in phar_build() local
3453 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-7.4/ext/sqlite3/
H A Dsqlite3.c1685 zend_string *temp = zend_string_alloc(ZSTR_LEN(param->name) + 1, 0); in register_bound_parameter_to_sqlite() local
1686 ZSTR_VAL(temp)[0] = ':'; in register_bound_parameter_to_sqlite() local
/PHP-7.4/ext/hash/
H A Dhash.c727 unsigned char *computed_salt, *digest, *temp, *result, *K1, *K2 = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/intl/converter/
H A Dconverter.c670 UChar *temp; in php_converter_do_convert() local
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c1210 char *temp; in virtual_chdir_file() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c10306 PCRE2_UCHAR *temp = (PCRE2_UCHAR *)codestart; in pcre2_compile() local
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1867 char *list, *temp; in PHP_FUNCTION() local

Completed in 192 milliseconds

12