Home
last modified time | relevance | path

Searched refs:tmp (Results 101 – 125 of 1152) sorted by path

12345678910>>...47

/PHP-5.5/ext/gd/tests/
H A Dimagejpeg_nullbyte_injection.phpt26 $temp = $tempdir. "/test" . $userinput .".tmp";
31 var_dump(file_exists($tempdir. "/test1.tmp"));
H A Dimagepng_nullbyte_injection.phpt26 $temp = $tempdir. "/test" . $userinput .".tmp";
31 var_dump(file_exists($tempdir. "/test1.tmp"));
H A Dimagerotate_overflow.phpt18 $tmp = imagerotate ($im, 5, -9999999);
20 var_dump($tmp);
22 if ($tmp) {
23 imagedestroy($tmp);
H A Dimagewbmp_nullbyte_injection.phpt26 $temp = $tempdir. "/test" . $userinput .".tmp";
31 var_dump(file_exists($tempdir. "/test1.tmp"));
H A Dimagewebp_nullbyte_injection.phpt26 $temp = $tempdir. "/test" . $userinput .".tmp";
31 var_dump(file_exists($tempdir. "/test1.tmp"));
/PHP-5.5/ext/hash/
H A Dhash_ripemd.c246 tmp = 0; in RIPEMD128Transform()
309 tmp = a; a = aa; aa = tmp; in RIPEMD256Transform()
317 tmp = b; b = bb; bb = tmp; in RIPEMD256Transform()
325 tmp = c; c = cc; cc = tmp; in RIPEMD256Transform()
333 tmp = d; d = dd; dd = tmp; in RIPEMD256Transform()
344 tmp = 0; in RIPEMD256Transform()
506 tmp = b; b = bb; bb = tmp; in RIPEMD320Transform()
514 tmp = d; d = dd; dd = tmp; in RIPEMD320Transform()
522 tmp = a; a = aa; aa = tmp; in RIPEMD320Transform()
530 tmp = c; c = cc; cc = tmp; in RIPEMD320Transform()
[all …]
H A Dhash_sha.c176 #define W(i) ( tmp=x[(i-3)&15]^x[(i-8)&15]^x[(i-14)&15]^x[i&15], \
177 (x[i&15]=ROTATE_LEFT(tmp, 1)) )
225 php_hash_uint32 d = state[3], e = state[4], x[16], tmp; in SHA1Transform() local
H A Dhash_tiger.c108 php_hash_uint64 tmp[8]; \
111 ((unsigned char *) tmp)[i^7] = ((unsigned char *) str)[i]; \
113 split_ex(tmp); \
/PHP-5.5/ext/imap/
H A Dphp_imap.c1654 snprintf(tmp + 6, sizeof(tmp) - 6, "%4ld) ", cache->msgno); in PHP_FUNCTION()
1656 tmp[22] = ' '; in PHP_FUNCTION()
1664 if (i) strlcat(tmp, " ", sizeof(tmp)); in PHP_FUNCTION()
1666 strlcat(tmp, "} ", sizeof(tmp)); in PHP_FUNCTION()
3790 tmp[l] = '\0'; in PHP_FUNCTION()
3839 t = tmp; in PHP_FUNCTION()
3873 if (tmp) { in PHP_FUNCTION()
3874 efree(tmp); in PHP_FUNCTION()
4378 ADDRESS *tmp; in _php_imap_address_size() local
4383 if (tmp) do { in _php_imap_address_size()
[all …]
/PHP-5.5/ext/interbase/
H A Dinterbase.c805 char tmp[64], *s; in PHP_MINFO_FUNCTION() local
816 snprintf( (s = tmp), sizeof(tmp), "Firebird API version %d", FB_API_VER); in PHP_MINFO_FUNCTION()
840 info_func(s = tmp); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/interbase/tests/
H A D004.phpt21 $name = tempnam(dirname(__FILE__),"blob.tmp");
H A Dibase_drop_db_001.phpt10 unlink($file = tempnam('/tmp',"php_ibase_test"));
H A Dinterbase.inc11 unlink($test_base = tempnam('/tmp',"php_ibase_test"));
/PHP-5.5/ext/json/
H A Djson.c423 char *tmp; in json_escape_string() local
424 int l = spprintf(&tmp, 0, "%.*k", (int) EG(precision), d); in json_escape_string()
425 smart_str_appendl(buf, tmp, l); in json_escape_string()
426 efree(tmp); in json_escape_string()
/PHP-5.5/ext/ldap/
H A Dldap.c230 char tmp[32]; in PHP_MINFO_FUNCTION() local
248 snprintf(tmp, 31, "%d", LDAP_API_VERSION); in PHP_MINFO_FUNCTION()
257 snprintf(tmp, 31, "%d", LDAP_VENDOR_VERSION); in PHP_MINFO_FUNCTION()
263 snprintf(tmp, 31, "%F", SDKVersion/100.0); in PHP_MINFO_FUNCTION()
269 snprintf(tmp, 31, "%F", ver.SSL_version/100.0); in PHP_MINFO_FUNCTION()
273 snprintf(tmp, 31, "%d", ver.security_level); in PHP_MINFO_FUNCTION()
275 strcpy(tmp, "SSL not enabled"); in PHP_MINFO_FUNCTION()
1119 zval *tmp; in PHP_FUNCTION() local
1142 MAKE_STD_ZVAL(tmp); in PHP_FUNCTION()
1143 array_init(tmp); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/libxml/
H A Dlibxml.c317 xmlChar *tmp = xmlStrdup(resolved_path + pre_len); in php_libxml_streams_IO_open_wrapper() local
319 resolved_path = tmp; in php_libxml_streams_IO_open_wrapper()
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c101 int tmp[64]; in mbfl_filt_conv_html_enc() local
123 int *p = tmp + sizeof(tmp) / sizeof(tmp[0]); in mbfl_filt_conv_html_enc()
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c70 unsigned char *tmp; in mbfl_memory_device_realloc() local
75 if (tmp != NULL) { in mbfl_memory_device_realloc()
146 unsigned char *tmp; in mbfl_memory_device_output() local
150 if (tmp == NULL) { in mbfl_memory_device_output()
169 unsigned char *tmp; in mbfl_memory_device_output2() local
173 if (tmp == NULL) { in mbfl_memory_device_output2()
198 if (tmp == NULL) { in mbfl_memory_device_output4()
231 if (tmp == NULL) { in mbfl_memory_device_strcat()
258 if (tmp == NULL) { in mbfl_memory_device_strncat()
285 if (tmp == NULL) { in mbfl_memory_device_devcat()
[all …]
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1421 zval tmp; in PHP_INI_MH() local
1430 if (Z_STRLEN(tmp) > 0) { in PHP_INI_MH()
1432 zval_dtor(&tmp); in PHP_INI_MH()
1443 zval_dtor(&tmp); in PHP_INI_MH()
1693 char tmp[256]; in PHP_MINFO_FUNCTION() local
1694 …snprintf(tmp, sizeof(tmp), "%d.%d.%d", MBFL_VERSION_MAJOR, MBFL_VERSION_MINOR, MBFL_VERSION_TEENY); in PHP_MINFO_FUNCTION()
1695 php_info_print_table_row(2, "libmbfl version", tmp); in PHP_MINFO_FUNCTION()
2070 zval tmp; in PHP_FUNCTION() local
2074 Z_ARRVAL(tmp) = EG(active_symbol_table); in PHP_FUNCTION()
4092 char *tmp; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c2422 Node* tmp; in is_not_included() local
2423 tmp = x; x = y; y = tmp; in is_not_included()
H A Dregparse.c5404 Node *tmp; in parse_exp() local
5411 tmp = NCDR(*targetp) = node_new_list(qn, NULL); in parse_exp()
5412 if (IS_NULL(tmp)) { in parse_exp()
5416 targetp = &(NCAR(tmp)); in parse_exp()
H A Dst.c387 st_table_entry *tmp; local
409 tmp = ptr->next;
413 *key = tmp->key;
414 free(tmp);
483 st_table_entry *ptr, *last, *tmp; local
493 tmp = 0;
495 for (tmp = table->bins[i]; tmp; tmp=tmp->next) {
496 if (tmp == ptr) break;
499 if (!tmp) {
511 tmp = ptr;
[all …]
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_filters.phpt13 $secretfile = 'secert-file.tmp';
/PHP-5.5/ext/mysql/
H A Dconfig.m418 /var/tmp/mysql.sock \
23 /Private/tmp/mysql.sock \
24 /private/tmp/mysql.sock \
25 /tmp/mysql.sock \
H A Dphp_mysql.c826 tmp++;
827 if (tmp[0] != '/') {
828 port = atoi(tmp);
829 if ((tmp=strchr(tmp, ':'))) {
830 tmp++;
831 socket=tmp;
834 socket = tmp;
1107 int tmp; local
1108 if ((mysql = zend_list_find(resource_id, &tmp)) && tmp == le_plink) {
1945 char *table_name, *field_name, *tmp; local
[all …]

Completed in 136 milliseconds

12345678910>>...47