Home
last modified time | relevance | path

Searched refs:tmp (Results 501 – 525 of 1152) sorted by relevance

1...<<21222324252627282930>>...47

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt13 $tmp = explode('@', $row['_user']);
14 if (count($tmp) < 2)
16 if (($tmp[1] !== 'localhost') && ($tmp[1] !== '127.0.0.1'))
H A Dpdo_mysql_attr_case.phpt39 if (($tmp = $db->getAttribute(PDO::ATTR_CASE)) !== PDO::CASE_LOWER)
41 var_export($tmp, true));
61 if (($tmp = $db->getAttribute(PDO::ATTR_CASE)) !== PDO::CASE_UPPER)
63 var_export($tmp, true));
75 if (($tmp = $db->getAttribute(PDO::ATTR_CASE)) !== PDO::CASE_NATURAL)
77 var_export($tmp, true));
H A Dpdo_mysql___construct_options.phpt21 if (!is_object($db) || ($value !== ($tmp = @$db->getAttribute($option))))
25 $tmp, gettype($tmp),
85 $tmp = @$db->getAttribute($option);
86 if ($tmp !== $defaults[$option])
89 $tmp, gettype($tmp));
/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation6.phpt16 $filename = dirname(__FILE__)."/symlink_link_linkinfo_is_link6_check_root.tmp";
48 $filename = "$dirname/symlink_link_linkinfo_is_link_variation6.tmp";
54 $linkname = "$dirname/non_existent_link_variation5.tmp";
78 $filename = "$dirname/symlink_link_linkinfo_is_link_variation6.tmp";
H A Dcopy_variation10.phpt15 $file = $file_path."/copy_variation10.tmp";
29 unlink(dirname(__FILE__)."/copy_variation10.tmp");
H A Dflock_basic.phpt14 $file_handle = fopen("$file_path/lock.tmp", "w");
20 unlink("$file_path/lock.tmp");
H A Dunlink_basic.phpt12 $filename = "$file_path/unlink_basic.tmp"; // temp file name used here
25 $filename = "$file_path/unlink_basic.tmp";
H A Ddisk_total_space_basic.phpt22 $fh = fopen($file_path.$dir."/disk_total_space.tmp", "w");
35 unlink($file_path."/disk_total_space/disk_total_space.tmp");
H A Dfopen_variation13.phpt28 $tempDir = 'fopen_variation13.dir.tmp';
29 $tmpfile = 'fopen_variation13.tmp';
H A Dis_file_variation3.phpt13 $file_handle = fopen($file_path."/is_file_variation3.tmp", "w");
43 unlink($file_path."/is_file_variation3.tmp");
H A Dfile_get_contents_basic.phpt22 var_dump( file_get_contents($file_path."/file1.tmp") );
28 var_dump( file_get_contents($file_path."/file1.tmp") );
H A Dfileowner_basic.phpt19 $file_name = $file_path."/fileowner_basic.tmp";
36 $file_name = $file_path."/fileowner_basic.tmp";
H A Dfopen_variation6.phpt14 $absfile = __FILE__.'.tmp';
15 $relfile = "fopen_variation6.tmp";
H A Dfscanf_variation1.phpt18 $filename = "$file_path/fscanf_variation1.tmp";
38 $filename = "$file_path/fscanf_variation1.tmp";
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1358 Z_STRVAL_PP(tmp)[Z_STRLEN_PP(tmp) - 1] == '\'') { in PHP_FUNCTION()
1363 filename = estrndup(&Z_STRVAL_PP(tmp)[1], Z_STRLEN_PP(tmp) - 2); in PHP_FUNCTION()
1702 zval *pv_res, *tmp; in php_odbc_fetch_hash() local
1711 zval *pv_res, *tmp; in php_odbc_fetch_hash() local
1789 ZVAL_NULL(tmp); in php_odbc_fetch_hash()
1794 Z_STRVAL_P(tmp) = estrndup(buf, Z_STRLEN_P(tmp)); in php_odbc_fetch_hash()
1799 ZVAL_NULL(tmp); in php_odbc_fetch_hash()
1811 …zend_hash_update(Z_ARRVAL_P(return_value), Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)+1, &tmp, sizeof(zval *… in php_odbc_fetch_hash()
1944 ZVAL_NULL(tmp); in PHP_FUNCTION()
1949 Z_STRVAL_P(tmp) = estrndup(buf, Z_STRLEN_P(tmp)); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/filter/
H A Dsanitizing_filters.c70 unsigned char tmp[256]; in php_filter_encode_url() local
74 memset(tmp, 1, sizeof(tmp)-1); in php_filter_encode_url()
77 tmp[*s++] = 0; in php_filter_encode_url()
95 if (tmp[*s]) { in php_filter_encode_url()
H A Dfilter.c399 zval **tmp; in php_zval_filter() local
401 MAKE_COPY_ZVAL(tmp, *value); in php_zval_filter()
668 zval *tmp; in php_filter_call() local
670 ALLOC_ZVAL(tmp); in php_filter_call()
671 MAKE_COPY_ZVAL(filtered, tmp); in php_filter_call()
676 add_next_index_zval(*filtered, tmp); in php_filter_call()
687 zval **tmp, **arg_elm; in php_filter_array_handler() local
715 if (zend_hash_find(Z_ARRVAL_P(input), arg_key, arg_key_len, (void **)&tmp) != SUCCESS) { in php_filter_array_handler()
723 MAKE_COPY_ZVAL(tmp, nval); in php_filter_array_handler()
741 zval **filter_args = NULL, **tmp; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/gd/tests/
H A Dimagegif_nullbyte_injection.phpt26 $temp = $tempdir. "/test" . $userinput .".tmp";
31 var_dump(file_exists($tempdir. "/test1.tmp"));
/PHP-5.5/ext/curl/tests/
H A Dbug54798.phpt11 $fp = fopen(dirname(__FILE__) . '/bug54798.tmp', 'w+');
54 <?php @unlink(dirname(__FILE__) . '/bug54798.tmp'); ?>
/PHP-5.5/main/
H A Dmergesort.c244 tmp = *a; *a++ = *s; *s++ = tmp; \
253 tmp = *bot; *bot++ = *s; *s++ = tmp; \
267 int i, length, size2, tmp, sense; in setup() local
338 u_char *ai, *s, *t, *u, tmp; in insertionsort() local
/PHP-5.5/sapi/apache_hooks/
H A DREADME57 phpRequire /tmp/setup.php
64 #/tmp/setup.php
148 phpUriHandler /tmp/uri.php
150 #/tmp/uri.php
165 #/tmp/uri.php
178 #/tmp/setup.php
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt13 $tmp = NULL;
59 $tmp = $res->fetch_array($illegal_mode);
60 if (false !== $tmp)
62 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
64 $tmp = $res->fetch_array($illegal_mode);
65 if (false !== $tmp)
67 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
274 if (null !== ($tmp = $res->fetch_array(MYSQLI_ASSOC)))
275 printf("[015] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.5/sapi/apache/
H A Dmod_php5.c525 char *tmp, *tmp_user; in init_request_info() local
547 tmp = uudecode(r->pool, authorization); in init_request_info()
548 tmp_user = getword_nulls_nc(r->pool, &tmp, ':'); in init_request_info()
554 if (tmp) { in init_request_info()
555 SG(request_info).auth_password = estrdup(tmp); in init_request_info()
724 php_per_dir_entry tmp = *per_dir_entry; in copy_per_dir_entry() local
726 per_dir_entry->key = (char *) malloc(tmp.key_length+1); in copy_per_dir_entry()
727 memcpy(per_dir_entry->key, tmp.key, tmp.key_length); in copy_per_dir_entry()
730 per_dir_entry->value = (char *) malloc(tmp.value_length+1); in copy_per_dir_entry()
731 memcpy(per_dir_entry->value, tmp.value, tmp.value_length); in copy_per_dir_entry()
/PHP-5.5/scripts/dev/
H A Dconv_proto11 tmpfile=`mktemp -q /tmp/asd.XXXXXX`
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic2.phpt9 sendmail_path="cat > /tmp/php_test_mailBasic2.out"
28 $outFile = "/tmp/php_test_mailBasic2.out";

Completed in 191 milliseconds

1...<<21222324252627282930>>...47