Home
last modified time | relevance | path

Searched refs:tmp (Results 351 – 375 of 1152) sorted by relevance

1...<<11121314151617181920>>...47

/PHP-5.5/ext/opcache/tests/
H A Dopcache-2.blacklist5 /tmp/path/?nocache.inc
6 /tmp/path/*/somedir
/PHP-5.5/ext/curl/tests/
H A Dbug61948-win32.phpt9 open_basedir="c:/tmp"
14 var_dump(curl_setopt($ch, CURLOPT_COOKIEFILE, "c:/tmp/foo"));
22 …riction in effect. File(c:/xxx/bar) is not within the allowed path(s): (c:/tmp) in %sbug61948-win3…
/PHP-5.5/ext/phar/tests/tar/files/
H A Dmake_invalid_tar.php.inc6 fwrite($this->tmp, (binary)'oopsie');
7 fclose($this->tmp);
/PHP-5.5/ext/standard/tests/file/
H A Dfileinode_basic.phpt14 fopen("$file_path/inode.tmp", "w");
15 print( fileinode("$file_path/inode.tmp") )."\n";
27 unlink (dirname(__FILE__)."/inode.tmp");
H A Dfile_get_contents_file_put_contents_basic.phpt22 $file_name = "/file_put_contents.tmp";
30 $file_name = "/file_put_contents1.tmp";
39 unlink($file_path."/file_put_contents.tmp");
40 unlink($file_path."/file_put_contents1.tmp");
H A Dlstat_stat_variation1.phpt24 $fp = fopen("$file_path/lstat_stat_variation1.tmp", "w"); // temp file
30 $old_filename = "$file_path/lstat_stat_variation1.tmp";
31 $new_filename = "$file_path/lstat_stat_variation1a.tmp";
52 unlink("$file_path/lstat_stat_variation1a.tmp");
H A Dcopy_basic.phpt16 $file_name1 = $file_path."/copy_basic1.tmp";
17 $file_name2 = $file_path."/copy_basic2.tmp";
39 $file_name1 = $file_path."/copy_basic1.tmp";
40 $file_name2 = $file_path."/copy_basic2.tmp";
H A Dcopy_variation18.phpt17 $src_file_name = $file_path."/copy_variation18.tmp";
22 $dest_file_name = $file_path."/copy_copy_variation18.tmp";
48 unlink(dirname(__FILE__)."/copy_copy_variation18.tmp");
49 unlink(dirname(__FILE__)."/copy_variation18.tmp");
H A Dlstat_stat_variation14.phpt25 $filename = "$file_path/lstat_stat_variation14.tmp";
30 $linkname = "$file_path/lstat_stat_variation14_hard.tmp";
52 unlink("$file_path/lstat_stat_variation14_hard.tmp");
53 unlink("$file_path/lstat_stat_variation14.tmp");
H A Dtempnam_variation6.phpt19 $file_name = "tempnam_variation6.tmp";
51 File name is => %s%etempnam_variation6.tmp%s
54 File name is => %s%etempnam_variation6.tmp%s
57 File name is => %s%etempnam_variation6.tmp%s
H A Dfile_get_contents_file_put_contents_variation1.phpt25 file_put_contents( $file_path."/file_put_contents_variation1.tmp", $buffer);
26 var_dump( file_get_contents($file_path."/file_put_contents_variation1.tmp", 0) );
27 var_dump( file_get_contents($file_path."/file_put_contents_variation1.tmp", 1) );
28 var_dump( file_get_contents($file_path."/file_put_contents_variation1.tmp", 0, NULL, 5) );
29 var_dump( file_get_contents($file_path."/file_put_contents_variation1.tmp", 1, NULL, 5) );
30 var_dump( file_get_contents($file_path."/file_put_contents_variation1.tmp", 0, NULL, 5, 20) );
31 var_dump( file_get_contents($file_path."/file_put_contents_variation1.tmp", 1, NULL, 5, 20) );
42 unlink($file_path."/file_put_contents_variation1.tmp");
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_warning_unclonable.phpt30 …ing object/mysqli_warning, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($tmp, true) : …
H A Dmysqli_character_set.phpt21 $tmp = NULL;
29 $tmp = mysqli_fetch_assoc($res);
31 $version = explode('.', $tmp['server_version']);
85 if (!$tmp = mysqli_fetch_assoc($res))
88 if ($tmp['id'] != $i)
90 $i, $tmp['id'],
93 if ($tmp['label'] != chr(ord("a") + $i))
95 chr(ord("a") + $i), $tmp['label'],
H A Dmysqli_connect_oo_defaults.phpt13 $tmp = NULL;
36 $tmp = $res->fetch_assoc();
39 if (!isset($tmp['testing']) || $tmp['testing'] != 'mysqli.default_socket') {
41 var_dump($tmp);
118 $tmp = $res->fetch_assoc();
120 if ($tmp['username'] !== $user)
121 …printf("[011] Expecting string/%s, got %s/%s\n", $user, gettype($tmp['username']), $tmp['username'…
/PHP-5.5/ext/mysql/tests/
H A Dmysql_list_processes.phpt12 $tmp = NULL;
15 if (NULL !== ($tmp = @mysql_list_processes($link, $link)))
16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_field_seek.phpt12 $tmp = NULL;
15 if (!is_null($tmp = @mysql_field_seek()))
16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
18 if (!is_null($tmp = @mysql_field_seek($link)))
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.5/ext/zip/lib/
H A Dzip_source_pkware.c112 zip_uint16_t tmp; in decrypt() local
121 tmp = ctx->key[2] | 2; in decrypt()
122 tmp = (tmp * (tmp ^ 1)) >> 8; in decrypt()
123 b ^= tmp; in decrypt()
/PHP-5.5/ext/filter/tests/
H A D015.phpt16 'file:///tmp/test.c',
17 'ftp://ftp.example.com/tmp/',
18 '/tmp/test.c',
44 var_dump(filter_var("/tmp/test", FILTER_VALIDATE_URL, FILTER_FLAG_HOST_REQUIRED));
61 string(18) "file:///tmp/test.c"
62 string(26) "ftp://ftp.example.com/tmp/"
/PHP-5.5/ext/soap/
H A Dphp_encoding.c612 tmp == tmp->details.sdl_type->encode) { in master_to_zval()
616 tmp = tmp->details.sdl_type->encode; in master_to_zval()
887 str = estrndup(Z_STRVAL(tmp), Z_STRLEN(tmp)); in to_xml_string()
995 zval tmp; in to_xml_hexbin() local
1137 zval tmp; in to_xml_double() local
1144 tmp = *data; in to_xml_double()
1497 ce = tmp; in to_zval_object_ex()
2925 tmp == tmp->details.sdl_type->encode) { in guess_zval_convert()
2929 tmp = tmp->details.sdl_type->encode; in guess_zval_convert()
3177 if (data == &tmp) {zval_dtor(&tmp);} in to_xml_list()
[all …]
H A Dphp_schema.c2065 void **tmp; in schema_find_by_ref() local
2068 return tmp; in schema_find_by_ref()
2073 return tmp; in schema_find_by_ref()
2087 if (tmp) { in schema_attribute_fixup()
2132 sdlTypePtr *tmp; in schema_attributegroup_fixup() local
2138 if (tmp) { in schema_attributegroup_fixup()
2187 sdlTypePtr *tmp; in schema_content_model_fixup() local
2234 sdlTypePtr *tmp; in schema_type_fixup() local
2240 if (tmp) { in schema_type_fixup()
2359 efree(tmp); in delete_model()
[all …]
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation2.phpt6 $filename = __FILE__ . '.tmp';
63 string(%i) "%s.tmp"
88 string(%i) "%s.tmp"
111 string(%i) "%s.tmp"
134 string(%i) "%s.tmp"
/PHP-5.5/ext/spl/
H A Dspl_functions.c84 zval *tmp; in spl_add_class_name() local
86 if (zend_hash_find(Z_ARRVAL_P(list), pce->name, len+1, (void*)&tmp) == FAILURE) { in spl_add_class_name()
87 MAKE_STD_ZVAL(tmp); in spl_add_class_name()
88 ZVAL_STRINGL(tmp, pce->name, pce->name_length, 1); in spl_add_class_name()
89 zend_hash_add(Z_ARRVAL_P(list), pce->name, len+1, &tmp, sizeof(zval *), NULL); in spl_add_class_name()
/PHP-5.5/ext/date/lib/
H A Ddow.c28 timelib_sll tmp; in positive_mod() local
30 tmp = x % y; in positive_mod()
31 if (tmp < 0) { in positive_mod()
32 tmp += y; in positive_mod()
35 return tmp; in positive_mod()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_50323.phpt24 $tmp = explode('=', $v);
25 if (count($tmp) == 2)
26 $old_options[$tmp[0]] = $tmp[1];
/PHP-5.5/main/streams/
H A Dglob_wrapper.c214 char *tmp, *pos; in php_glob_stream_opener() local
240 if ((tmp = strrchr(pos, '/')) != NULL) { in php_glob_stream_opener()
241 pos = tmp+1; in php_glob_stream_opener()
244 if ((tmp = strrchr(pos, '\\')) != NULL) { in php_glob_stream_opener()
245 pos = tmp+1; in php_glob_stream_opener()
255 php_glob_stream_path_split(pglob, pglob->glob.gl_pathv[0], 1, &tmp TSRMLS_CC); in php_glob_stream_opener()
257 php_glob_stream_path_split(pglob, path, 1, &tmp TSRMLS_CC); in php_glob_stream_opener()

Completed in 73 milliseconds

1...<<11121314151617181920>>...47