Home
last modified time | relevance | path

Searched refs:tmp (Results 226 – 250 of 1186) sorted by relevance

12345678910>>...48

/PHP-5.6/ext/gd/tests/
H A Dimagerotate_overflow.phpt18 $tmp = imagerotate ($im, 5, -9999999);
20 var_dump($tmp);
22 if ($tmp) {
23 imagedestroy($tmp);
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_fetch_assoc.phpt13 $tmp = NULL;
18 if (!is_null($tmp = @mysqli_fetch_assoc()))
19 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 if (!is_null($tmp = @mysqli_fetch_assoc($link)))
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
63 if (NULL !== ($tmp = mysqli_fetch_assoc($res)))
64 printf("[008] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_assoc_oo.phpt13 $tmp = NULL;
19 if (!is_null($tmp = @$res->fetch_assoc()))
20 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
27 if (!is_null($tmp = @$res->fetch_assoc($link)))
28 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
50 if (NULL !== ($tmp = $res->fetch_assoc()))
51 printf("[008] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_field_tell.phpt13 $tmp = NULL;
16 if (!is_null($tmp = @mysqli_field_tell()))
17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 if (!is_null($tmp = @mysqli_field_tell($link)))
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
34 if (!is_null($tmp = @mysqli_field_tell($res, 'too many arguments')))
35 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_get_host_info.phpt13 if (!is_null($tmp = @mysqli_get_host_info()))
14 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
16 if (!is_null($tmp = @mysqli_get_host_info(NULL)))
17 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt46 $tmp = '';
49 $tmp .= 'a';
54 $blob .= $tmp;
58 if (true != ($tmp = mysqli_stmt_send_long_data($stmt, 1, $blob)))
60 gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
78 if (true != ($tmp = mysqli_stmt_send_long_data($stmt, 1, $blob2)))
80 gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
83 if (false !== ($tmp = mysqli_stmt_execute($stmt)))
85 gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
H A Dmysqli_prepare.phpt13 $tmp = NULL;
16 if (!is_null($tmp = @mysqli_prepare()))
17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 if (!is_null($tmp = @mysqli_prepare($link)))
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
24 if (false !== ($tmp = @mysqli_prepare($link, false)))
25 printf("[003] Expecting boolean/false, got %s\n", gettype($tmp));
30 if (false !== ($tmp = mysqli_prepare($link, 'SELECT id FROM test WHERE id > ?')))
110 printf("[023] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
114 if (!is_null($tmp = @mysqli_stmt_prepare($link, 'SELECT id FROM test')))
[all …]
H A Dmysqli_stmt_bind_param.phpt22 $tmp = NULL;
26 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
29 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
47 if (!false === ($tmp = @mysqli_stmt_bind_param($stmt, " ", $tmp)))
48 printf("[003d] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
51 printf("[003a] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
63 printf("[004] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
66 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
336 gettype($tmp), $tmp,
[all …]
/PHP-5.6/ext/oci8/
H A Doci8_interface.c164 zval **tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
189 zval **tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
230 zval **tmp, *z_descriptor = getThis(); local
280 zval **tmp, *z_descriptor = getThis(); local
314 zval **tmp, *z_descriptor = getThis(); local
359 zval **tmp, *z_descriptor = getThis(); local
389 zval **tmp, *z_descriptor = getThis(); local
1454 MAKE_STD_ZVAL(tmp);
1455 array_init(tmp);
1462 MAKE_STD_ZVAL(tmp);
[all …]
/PHP-5.6/ext/standard/tests/file/
H A Dis_readable_variation2.phpt9 $filename = dirname(__FILE__)."/is_readable_root_check.tmp";
51 "$file_path/is_readable_variation21.tmp",
52 "$file_path/is_readable_variation22.tmp",
53 "$file_path/is_readable_variation23.tmp",
54 "$file_path/is_readable_variation24.tmp",
55 "$file_path/is_readable_variation25.tmp",
56 "$file_path/is_readable_variation26.tmp",
57 "$file_path/is_readable_variation27.tmp",
58 "$file_path/is_readable_variation28.tmp",
59 "$file_path/is_readable_variation29.tmp",
[all …]
H A Dis_executable_variation2.phpt9 $filename = dirname(__FILE__)."/is_readable_root_check.tmp";
52 "$file_path/is_executable_variation21.tmp",
53 "$file_path/is_executable_variation22.tmp",
54 "$file_path/is_executable_variation23.tmp",
55 "$file_path/is_executable_variation24.tmp",
56 "$file_path/is_executable_variation25.tmp",
57 "$file_path/is_executable_variation26.tmp",
58 "$file_path/is_executable_variation27.tmp",
59 "$file_path/is_executable_variation28.tmp",
60 "$file_path/is_executable_variation29.tmp",
[all …]
H A Dcopy_variation17.phpt15 $src_file = $file_path."/copy_variation17.tmp";
24 $file_path."/copy_variation17.tmp", //without wild-card char
25 $file_path."/copy*17.tmp",
26 $file_path."/*_variation17.tmp",
27 $file_path."/copy_variation*.tmp",
28 $file_path."/*.tmp"
31 $dest_file_name = $dir."/copy_copy_variation17.tmp";
51 unlink(dirname(__FILE__)."/copy_variation17.tmp");
H A Dcopy_variation16-win32.phpt28 $src_file_name = dirname(__FILE__)."/copy_variation16.tmp";
38 $base_dir."/copy_copy_variation16.tmp",
39 $base_dir."/copy_variation16_sub/copy_copy_variation16.tmp",
40 "$sub_dir/copy_copy_variation16.tmp",
41 "$sub_dir/../copy_copy_variation16.tmp",
42 "$sub_dir/../copy_variation16_sub/copy_copy_variation16.tmp",
43 "$sub_dir/..///../copy_copy_variation16.tmp",
45 "$dirname_with_blank/copy_copy_variation16.tmp"
93 Destination file name is => %s/copy_variation16/copy_copy_variation16.tmp
100 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy_copy_variation16.tmp
[all …]
H A Dcopy_variation16.phpt28 $src_file_name = dirname(__FILE__)."/copy_variation16.tmp";
38 $base_dir."/copy_copy_variation16.tmp",
39 $base_dir."/copy_variation16_sub/copy_copy_variation16.tmp",
40 "$sub_dir/copy_copy_variation16.tmp",
41 "$sub_dir/../copy_copy_variation16.tmp",
42 "$sub_dir/../copy_variation16_sub/copy_copy_variation16.tmp",
43 "$sub_dir/..///../copy_copy_variation16.tmp",
45 "$dirname_with_blank/copy_copy_variation16.tmp"
92 Destination file name is => %s/copy_variation16/copy_copy_variation16.tmp
99 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy_copy_variation16.tmp
[all …]
H A Dcopy_variation6-win32.phpt28 $src_file_name = dirname(__FILE__)."/copy_variation6.tmp";
36 $base_dir."/copy_copy_variation6.tmp",
37 $base_dir."/copy_variation6_sub/copy_copy_variation6.tmp",
38 "$sub_dir/copy_copy_variation6.tmp",
39 "$sub_dir/../copy_copy_variation6.tmp",
40 "$sub_dir/../copy_variation6_sub/copy_copy_variation6.tmp",
41 "$sub_dir/..///../copy_copy_variation6.tmp",
43 "$dirname_with_blank/copy_copy_variation6.tmp"
92 Destination file name is => %s/copy_variation6/copy_copy_variation6.tmp
99 Destination file name is => %s/copy_variation6/copy_variation6_sub/copy_copy_variation6.tmp
[all …]
H A Dcopy_variation6.phpt28 $src_file_name = dirname(__FILE__)."/copy_variation6.tmp";
36 $base_dir."/copy_copy_variation6.tmp",
37 $base_dir."/copy_variation6_sub/copy_copy_variation6.tmp",
38 "$sub_dir/copy_copy_variation6.tmp",
39 "$sub_dir/../copy_copy_variation6.tmp",
40 "$sub_dir/../copy_variation6_sub/copy_copy_variation6.tmp",
41 "$sub_dir/..///../copy_copy_variation6.tmp",
43 "$dirname_with_blank/copy_copy_variation6.tmp"
90 Destination file name is => %s/copy_variation6/copy_copy_variation6.tmp
97 Destination file name is => %s/copy_variation6/copy_variation6_sub/copy_copy_variation6.tmp
[all …]
H A Dis_writable_variation1.phpt8 $filename = dirname(__FILE__)."/is_writable_root_check.tmp";
34 $fp = fopen("$file_path/is_writable_variation1/bar.tmp", "w");
40 "$file_path/is_writable_variation1/bar.tmp",
43 "$file_path/is_writable_variation1/bar.tmp/",
46 "$file_path/is_writable_variation1//bar.tmp",
47 "$file_path//is_writable_variation1//bar.tmp",
48 "$file_path/is_writable_variation1/*.tmp",
49 "$file_path/is_writable_variation1/b*.tmp",
52 "$file_path/is_writable_variation1".chr(0)."bar.tmp",
53 "$file_path".chr(0)."is_writable_variation1/bar.tmp",
[all …]
/PHP-5.6/ext/pdo_mysql/tests/
H A Dbug_33689.phpt27 $tmp = $stmt->getColumnMeta(0);
30 if (!isset($tmp['pdo_type']) || (isset($tmp['pdo_type']) && $tmp['pdo_type'] != 2))
31 printf("Expecting pdo_type = 2 got %s\n", $tmp['pdo_type']);
33 unset($tmp['pdo_type']);
35 print_r($tmp);
/PHP-5.6/ext/standard/tests/network/
H A Dudgloop.phpt11 if (file_exists("/tmp/$uniqid.sock"))
12 die('Temporary socket /tmp/$uniqid.sock already exists.');
15 $server = stream_socket_server("udg:///tmp/$uniqid.sock", $errno, $errstr, STREAM_SERVER_BIND);
21 $client = stream_socket_client("udg:///tmp/$uniqid.sock");
33 unlink("/tmp/$uniqid.sock");
/PHP-5.6/ext/mysql/tests/
H A Dmysql_get_host_info.phpt12 if (NULL !== ($tmp = @mysql_get_host_info(NULL)))
13 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
33 if (!is_null($tmp = @mysql_get_host_info($link, "too many arguments"))) {
34 printf("[006] Expecting NULL/NULL got %s/%s\n", $tmp, gettype($tmp));
H A Dmysql_get_server_info.phpt12 if (null !== ($tmp = @mysql_get_server_info(NULL)))
13 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
33 if (NULL !== ($tmp = @mysql_get_server_info('too many', 'just too many')))
34 printf("[006] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.6/ext/standard/tests/dir/
H A Dscandir_variation9.phpt44 string(9) "file2.tmp"
46 string(9) "file1.tmp"
54 string(9) "file2.tmp"
56 string(9) "file1.tmp"
68 string(9) "file1.tmp"
70 string(9) "file2.tmp"
H A Dscandir_basic.phpt50 string(9) "file1.tmp"
52 string(9) "file2.tmp"
54 string(9) "file3.tmp"
60 string(9) "file3.tmp"
62 string(9) "file2.tmp"
64 string(9) "file1.tmp"
/PHP-5.6/ext/spl/tests/
H A DRecursiveDirectoryIterator_getSubPathname_basic.phpt13 touch($targetDir . DIRECTORY_SEPARATOR . 'getSubPathname_test_2.tmp');
14 …TOR . $depth0 . DIRECTORY_SEPARATOR . $depth1 . DIRECTORY_SEPARATOR . 'getSubPathname_test_3.tmp');
15 touch(__DIR__ . DIRECTORY_SEPARATOR . $depth0 . DIRECTORY_SEPARATOR . 'getSubPathname_test_1.tmp');
54 depth1%cdepth2%cgetSubPathname_test_2.tmp
55 depth1%cgetSubPathname_test_3.tmp
56 getSubPathname_test_1.tmp
/PHP-5.6/ext/date/lib/
H A Dparse_tz.c312 if (tmp) { in seek_to_tz_position()
383 timelib_tzinfo *tmp; in timelib_parse_tzfile() local
390 read_header(&tzf, tmp); in timelib_parse_tzfile()
392 read_types(&tzf, tmp); in timelib_parse_tzfile()
400 read_location(&tzf, tmp); in timelib_parse_tzfile()
402 tmp = NULL; in timelib_parse_tzfile()
405 return tmp; in timelib_parse_tzfile()
491 tmp->is_dst = to->isdst; in timelib_get_time_zone_info()
496 tmp->is_dst = 0; in timelib_get_time_zone_info()
504 tmp->offset = offset; in timelib_get_time_zone_info()
[all …]

Completed in 54 milliseconds

12345678910>>...48