Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c320 zend_string *temp = zend_string_alloc(ZSTR_LEN(param->name) + 1, 0); in really_register_bound_param() local
321 ZSTR_VAL(temp)[0] = ':'; in really_register_bound_param() local
/PHP-8.2/ext/standard/
H A Dfile.c258 char *name = NULL, *value = NULL, *temp = NULL; in PHP_FUNCTION() local
1937 char *temp, *bptr, *line_end, *limit; in php_fgetcsv() local
H A Dmath.c976 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 Dstring.c5718 char temp; local
H A Darray.c2884 zval *zv, temp; local
/PHP-8.2/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
1383 char *fname, *error = NULL, *base = ZSTR_VAL(p_obj->base), *save = NULL, *temp = NULL; in phar_build() local
3395 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-8.2/ext/sqlite3/
H A Dsqlite3.c1652 zend_string *temp = zend_string_alloc(ZSTR_LEN(param->name) + 1, 0); in register_bound_parameter_to_sqlite() local
1653 ZSTR_VAL(temp)[0] = ':'; in register_bound_parameter_to_sqlite() local
/PHP-8.2/Zend/
H A Dzend_virtual_cwd.c1213 char *temp; in virtual_chdir_file() local
/PHP-8.2/ext/intl/converter/
H A Dconverter.c627 UChar *temp; in php_converter_do_convert() local
/PHP-8.2/ext/tidy/
H A Dtidy.c578 zval attribute, children, temp; in tidy_add_node_default_properties() local
/PHP-8.2/ext/hash/
H A Dhash.c994 unsigned char *computed_salt, *digest, *temp, *result, *K1, *K2 = NULL; in PHP_FUNCTION() local
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_compile.c10431 PCRE2_UCHAR *temp = (PCRE2_UCHAR *)codestart; in pcre2_compile() local

Completed in 122 milliseconds

12