Home
last modified time | relevance | path

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

12345678910

/php-src/ext/sqlite3/
H A Dsqlite3.c1665 zend_string *temp = zend_string_alloc(ZSTR_LEN(param->name) + 1, 0); in register_bound_parameter_to_sqlite() local
1666 ZSTR_VAL(temp)[0] = ':'; in register_bound_parameter_to_sqlite() local
1667 memmove(ZSTR_VAL(temp) + 1, ZSTR_VAL(param->name), ZSTR_LEN(param->name) + 1); in register_bound_parameter_to_sqlite()
1668 param->name = temp; in register_bound_parameter_to_sqlite()
/php-src/ext/standard/tests/file/
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-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c2555 TValue temp;
2556 if(luaV_tonumber(p1,&temp)==NULL)
3475 {int temp=e->f;e->f=e->t;e->t=temp;}
3532 int temp;
3533 temp=o1;o1=o2;o2=temp;
4758 TValue temp;
4778 setobj(L,&temp,tm);
4779 t=&temp;
4821 int temp=strcoll(l,r);
4822 if(temp!=0)return temp;
/php-src/ext/standard/
H A Darray.c3220 zval *zv, temp; local
3264 ZVAL_COPY_VALUE(&temp, &hash->arPacked[n_left]);
3266 ZVAL_COPY_VALUE(&hash->arPacked[rnd_idx], &temp);
3292 ZVAL_COPY_VALUE(&temp, &hash->arPacked[n_left]);
3294 ZVAL_COPY_VALUE(&hash->arPacked[rnd_idx], &temp);
H A Dstring.c5962 char temp; local
5980 temp = str[n_left];
5982 str[rnd_idx] = temp;
/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
6628 if (temp) { in mb_mime_header_decode()
6629 p = temp; in mb_mime_header_decode()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c10794 PCRE2_UCHAR *temp = (PCRE2_UCHAR *)codestart; in pcre2_compile() local
10795 if (PRIV(auto_possessify)(temp, &cb) != 0) errorcode = ERR80; in pcre2_compile()

Completed in 118 milliseconds

12345678910