Home
last modified time | relevance | path

Searched refs:tmp (Results 451 – 475 of 1152) sorted by relevance

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

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt29 if (true !== ($tmp = @mysqli_debug($control_string))) {
33 gettype($tmp),
34 $tmp);
55 gettype($tmp),
56 $tmp);
146 $tmp = array_diff($functions_all_funcs, $functions_trace);
147 if (!empty($tmp)) {
149 var_dump($tmp);
199 $tmp = array_merge($test_functions['doubledot'], $test_functions['simple']);
200 if (!empty($tmp)) {
[all …]
H A Dmysqli_result_references.phpt68 $tmp = array();
70 $tmp[] = $row;
72 $tmp = unserialize(serialize($tmp));
73 debug_zval_dump($tmp);
H A Dmysqli_fetch_all.phpt15 $tmp = NULL;
18 if (!is_null($tmp = @mysqli_fetch_all()))
19 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 if (!is_null($tmp = @mysqli_fetch_all($link)))
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
87 $tmp = mysqli_fetch_all($res, $illegal_mode);
88 if (false !== $tmp)
90 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link));
130 if (!$tmp = mysqli_fetch_all($res, MYSQLI_BOTH)) {
134 $row = $tmp[0];
[all …]
H A Dmysqli_fetch_object.phpt15 $tmp = NULL;
18 if (!is_null($tmp = @mysqli_fetch_object()))
19 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 if (!is_null($tmp = @mysqli_fetch_object($link)))
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_poll_mixing_insert_select.phpt55 if (true !== ($tmp = mysqli_query($link, $queries[$i], MYSQLI_ASYNC | MYSQLI_USE_RESULT)))
56 printf("[002] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
121 printf("[005] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
123 printf("[006] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
/PHP-5.5/ext/readline/
H A Dreadline_cli.c437 char *retval, *tmp; in cli_completion_generator_var() local
439tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(active_symbol_table), … in cli_completion_generator_var()
441 retval = malloc(strlen(tmp) + 2); in cli_completion_generator_var()
443 strcpy(&retval[1], tmp); in cli_completion_generator_var()
451 char *retval, *tmp; in cli_completion_generator_ini() local
453tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(ini_directives), NULL … in cli_completion_generator_ini()
455 retval = malloc(strlen(tmp) + 2); in cli_completion_generator_ini()
457 strcpy(&retval[1], tmp); in cli_completion_generator_ini()
569 char *tmp = malloc(len); in cli_completion_generator() local
571 snprintf(tmp, len, "%s::%s", (*pce)->name, retval); in cli_completion_generator()
[all …]
/PHP-5.5/ext/sockets/tests/
H A Dsocket_create_listen-nobind.phpt8 $filename = dirname(__FILE__) . '/006_root_check.tmp';
22 unlink(dirname(__FILE__) . '/006_root_check.tmp');
H A Dsocket_set_option_error_socket_option.phpt11 $filename = dirname(__FILE__) . '/006_root_check.tmp';
31 unlink(dirname(__FILE__) . '/006_root_check.tmp');
/PHP-5.5/ext/opcache/tests/
H A Dblacklist.phpt30 [5] => /tmp/path/?nocache.inc
31 [6] => /tmp/path/*/somedir
/PHP-5.5/Zend/tests/
H A Dcast_to_array.phpt37 $tmp = (array)$var;
38 var_dump($tmp);
H A Dcast_to_object.phpt33 $tmp = (object)$var;
34 var_dump($tmp);
/PHP-5.5/ext/standard/tests/file/
H A Dfile_variation8-win32.phpt50 $filename = 'FileGetContentsVar7.tmp';
99 …8.dir\fileVar8Sub\..\\\fileVar8Sub\\..\\..\fileVar8Sub\FileGetContentsVar7.tmp): failed to open st…
104 Warning: file(%sfileVar8.dir\fileVar8Sub\BADDIR\FileGetContentsVar7.tmp): failed to open stream: No…
133 Warning: file(BADDIR\FileGetContentsVar7.tmp): failed to open stream: No such file or directory in …
H A Dfile_get_contents_variation7-win32.phpt50 $filename = 'FileGetContentsVar7.tmp';
87 …\fileGetContentsVar7Sub\\..\\..\fileGetContentsVar7Sub\FileGetContentsVar7.tmp): failed to open st…
92 …sfileGetContentsVar7.dir\fileGetContentsVar7Sub\BADDIR\FileGetContentsVar7.tmp): failed to open st…
109 Warning: file_get_contents(BADDIR\FileGetContentsVar7.tmp): failed to open stream: No such file or …
H A Dreadfile_variation8-win32.phpt26 $theFile = "fileToRead.tmp";
89 …r8\readfileVar8Sub\..\\\readfileVar8Sub\\..\\..\readfileVar8Sub\fileToRead.tmp): failed to open st…
93 Warning: readfile(%s\readfileVar8\readfileVar8Sub\BADDIR\fileToRead.tmp): failed to open stream: No…
105 Warning: readfile(BADDIR\fileToRead.tmp): failed to open stream: No such file or directory in %s on…
H A Dfilesize_basic.phpt20 $file_name = $file_path."/filesize_basic.tmp";
30 $file_name = $file_path."/filesize_basic.tmp";
H A Dstat_variation7-win32.phpt26 $file_handle = fopen("$file_path/stat_variation7.tmp", "w"); // temp file
46 $obj3 = new object_temp("$file_path/stat_variation7.tmp");
47 $obj4 = new object_temp("$file_path/stat_variation7a.tmp");
52 $file_handle = fopen("$file_path/stat_variation7a.tmp", "w");
68 unlink("$file_path/stat_variation7.tmp");
69 unlink("$file_path/stat_variation7a.tmp");
H A Dunlink_variation4.phpt14 $filename = "$file_path/unlink_variation4.tmp";
35 Warning: unlink(%s/unlink_variation4.tmp): %s in %s on line %d
H A Dfile_put_contents_variation7-win32.phpt54 $filename = 'FileGetContentsVar7.tmp';
102 …\filePutContentsVar7Sub\\..\\..\filePutContentsVar7Sub\FileGetContentsVar7.tmp): failed to open st…
107 …sfilePutContentsVar7.dir\filePutContentsVar7Sub\BADDIR\FileGetContentsVar7.tmp): failed to open st…
124 Warning: file_put_contents(BADDIR\FileGetContentsVar7.tmp): failed to open stream: %s in %s on line…
/PHP-5.5/ext/soap/
H A Dphp_xml.c267 xmlNodePtr tmp = get_node_recurisve_ex(node->children, name, ns); in get_node_recurisve_ex() local
268 if (tmp) { in get_node_recurisve_ex()
269 return tmp; in get_node_recurisve_ex()
308 …xmlNodePtr tmp = get_node_with_attribute_recursive_ex(node->children, name, name_ns, attribute, va… in get_node_with_attribute_recursive_ex() local
309 if (tmp) { in get_node_with_attribute_recursive_ex()
310 return tmp; in get_node_with_attribute_recursive_ex()
/PHP-5.5/ext/curl/tests/
H A Dcurl_file_deleted_before_curl_close.phpt14 $temp_file = dirname(__FILE__) . '/curl_file_deleted_before_curl_close.tmp';
36 unlink(dirname(__FILE__) . '/curl_file_deleted_before_curl_close.tmp');
/PHP-5.5/
H A DMakefile.global92 $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini; \
94 echo > $(top_builddir)/tmp-php.ini; \
99 … -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini; \
104 …XECUTABLE) -n -c $(top_builddir)/tmp-php.ini $(PHP_TEST_SETTINGS) $(top_srcdir)/run-tests.php -n -…
106 rm $(top_builddir)/tmp-php.ini; \
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c613 while (tmp) { in fpm_worker_pool_config_alloc()
615 tmp->next = wp; in fpm_worker_pool_config_alloc()
618 tmp = tmp->next; in fpm_worker_pool_config_alloc()
697 char *tmp; in fpm_evaluate_full_path() local
709 *path = tmp; in fpm_evaluate_full_path()
1500 int tmp; in fpm_conf_load_ini_file() local
1522 free(tmp); in fpm_conf_load_ini_file()
1527 free(tmp); in fpm_conf_load_ini_file()
1645 char *tmp; in fpm_conf_init_main() local
1653 if (!tmp) { in fpm_conf_init_main()
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug48660.phpt6 $ini_location = dirname(__FILE__) . '/bug48660.tmp';
27 <?php @unlink(dirname(__FILE__) . '/bug48660.tmp'); ?>
/PHP-5.5/ext/gd/tests/
H A Dimagegd2_nullbyte_injection.phpt22 $temp = $tempdir. "/test" . $userinput .".tmp";
27 var_dump(file_exists($tempdir. "/test1.tmp"));
H A Dimagegd_nullbyte_injection.phpt22 $temp = $tempdir. "/test" . $userinput .".tmp";
27 var_dump(file_exists($tempdir. "/test1.tmp"));

Completed in 65 milliseconds

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