Home
last modified time | relevance | path

Searched refs:temp (Results 226 – 248 of 248) sorted by relevance

12345678910

/PHP-8.3/ext/standard/tests/file/
H A Dfwrite_variation3-win32.phpt32 // create temp file and fill it content of type $file_content_type
H A Dfwrite_variation3.phpt32 // create temp file and fill it content of type $file_content_type
H A Dreadfile_basic-win32.phpt16 $file_prefix = "readfile_basic"; // temp files created with this prefix
18 // the content that is filled into the temp files as created
H A Dreadfile_basic.phpt16 $file_prefix = "readfile_basic"; // temp files created with this prefix
18 // the content that is filled into the temp files as created
H A Dfwrite_variation1-win32-mb.phpt32 // create the temp file with content of type $file_content_type
H A Dfwrite_variation1.phpt25 // create the temp file with content of type $file_content_type
H A D007_basic.phpt55 // remove the temp file
H A Dunlink_variation5.phpt16 // temp file used
22 // create temp file
H A Dis_executable_basic-win32-mb.phpt30 // delete the temp file
H A Dis_executable_basic-win32.phpt30 // delete the temp file
H A Dis_executable_basic.phpt32 // delete the temp file
H A Dis_readable_basic-win32-mb.phpt31 // delete the temp file
H A Dis_readable_basic-win32.phpt31 // delete the temp file
H A Dis_readable_basic.phpt32 // delete the temp file
H A Dis_writable_basic.phpt30 // delete the temp file
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.c1667 zend_string *temp = zend_string_alloc(ZSTR_LEN(param->name) + 1, 0); in register_bound_parameter_to_sqlite() local
1668 ZSTR_VAL(temp)[0] = ':'; in register_bound_parameter_to_sqlite() local
1669 memmove(ZSTR_VAL(temp) + 1, ZSTR_VAL(param->name), ZSTR_LEN(param->name) + 1); in register_bound_parameter_to_sqlite()
1670 param->name = temp; in register_bound_parameter_to_sqlite()
/PHP-8.3/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
321 memmove(ZSTR_VAL(temp) + 1, ZSTR_VAL(param->name), ZSTR_LEN(param->name) + 1); in really_register_bound_param()
322 param->name = temp; in really_register_bound_param()
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c2554 TValue temp;
2555 if(luaV_tonumber(p1,&temp)==NULL)
3474 {int temp=e->f;e->f=e->t;e->t=temp;}
3531 int temp;
3532 temp=o1;o1=o2;o2=temp;
4757 TValue temp;
4777 setobj(L,&temp,tm);
4778 t=&temp;
4820 int temp=strcoll(l,r);
4821 if(temp!=0)return temp;
/PHP-8.3/ext/standard/
H A Darray.c3106 zval *zv, temp; local
3150 ZVAL_COPY_VALUE(&temp, &hash->arPacked[n_left]);
3152 ZVAL_COPY_VALUE(&hash->arPacked[rnd_idx], &temp);
3178 ZVAL_COPY_VALUE(&temp, &hash->arPacked[n_left]);
3180 ZVAL_COPY_VALUE(&hash->arPacked[rnd_idx], &temp);
H A Dstring.c5635 char temp; local
5653 temp = str[n_left];
5655 str[rnd_idx] = temp;
/PHP-8.3/ext/mbstring/
H A Dmbstring.c6365 unsigned char *temp = mime_header_decode_encoded_word(p, e, outcode, &buf, &state); in mb_mime_header_decode() local
6366 if (temp) { in mb_mime_header_decode()
6367 p = temp; in mb_mime_header_decode()
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c10433 PCRE2_UCHAR *temp = (PCRE2_UCHAR *)codestart; in pcre2_compile() local
10434 if (PRIV(auto_possessify)(temp, &cb) != 0) errorcode = ERR80; in pcre2_compile()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc456 …* Use "unsigned offset" variant if 'offset' can be encoded, otherwise move 'offset' into temp regi…
487 …* Use "unsigned offset" variant if 'offset' can be encoded, otherwise move 'offset' into temp regi…

Completed in 239 milliseconds

12345678910