Home
last modified time | relevance | path

Searched refs:tmp (Results 426 – 450 of 1152) sorted by relevance

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

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_array.phpt12 $tmp = NULL;
15 if (!is_null($tmp = @mysqli_fetch_array()))
16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
18 if (!is_null($tmp = @mysqli_fetch_array($link)))
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
60 $tmp = mysqli_fetch_array($res, $illegal_mode);
61 if (false !== $tmp)
63 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link));
66 if (false !== $tmp)
68 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link));
[all …]
H A Dmysqli_debug_mysqlnd_only.phpt30 if (true !== ($tmp = @mysqli_debug($control_string))) {
34 gettype($tmp),
35 $tmp);
56 gettype($tmp),
57 $tmp);
/PHP-5.5/Zend/tests/
H A Dcast_to_bool.phpt33 $tmp = (bool)$var;
34 var_dump($tmp);
H A Dcast_to_int.phpt33 $tmp = (int)$var;
34 var_dump($tmp);
H A Dcast_to_double.phpt35 $tmp = (double)$var;
36 var_dump($tmp);
H A Dcast_to_string.phpt33 $tmp = (string)$var;
34 var_dump($tmp);
/PHP-5.5/ext/wddx/
H A Dwddx.c299 char tmp[128]; in PS_SERIALIZER_DECODE_FUNC() local
322 key_length = slprintf(tmp, sizeof(tmp), "%ld", idx) + 1; in PS_SERIALIZER_DECODE_FUNC()
323 key = tmp; in PS_SERIALIZER_DECODE_FUNC()
428 zval tmp; in php_wddx_serialize_number() local
430 tmp = *var; in php_wddx_serialize_number()
434 zval_dtor(&tmp); in php_wddx_serialize_number()
853 zval *tmp; in php_wddx_push_element() local
924 zval *tmp; in php_wddx_pop_element() local
1117 char *tmp; in php_wddx_process_data() local
1121 tmp[len] = '\0'; in php_wddx_process_data()
[all …]
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_save_basic.phpt22 $temp_filename = dirname(__FILE__)."/DomDocument_save_basic.tmp";
28 $temp_filename = dirname(__FILE__)."/DomDocument_save_basic.tmp";
H A DDOMNode_C14NFile_basic.phpt23 $output = dirname(__FILE__).'/DOMNode_C14NFile_basic.tmp';
33 $output = dirname(__FILE__).'/DOMNode_C14NFile_basic.tmp';
/PHP-5.5/ext/standard/tests/file/
H A Ddisk_free_space_error-win32.phpt29 $fh = fopen( $file_path."/disk_free_space.tmp", "w" );
31 var_dump( disk_free_space( $file_path."/disk_free_space.tmp" )); // file input instead of directory
32 var_dump( diskfreespace( $file_path."/disk_free_space.tmp" ));
40 unlink($file_path."/disk_free_space.tmp");
H A Dreadfile_variation9.phpt21 $theFile = "fileToRead.tmp";
81 Warning: readfile(%sreadfileVar8Sub/..///readfileVar8Sub//..//../readfileVar8Sub/fileToRead.tmp): f…
85 Warning: readfile(%sreadfileVar8Sub/BADDIR/fileToRead.tmp): failed to open stream: No such file or …
97 Warning: readfile(BADDIR/fileToRead.tmp): failed to open stream: No such file or directory in %s on…
H A Drename_variation8-win32.phpt17 $src_name = $file_path."/non_existent_file.tmp";
18 $dest_name = $file_path."/rename_variation8_new.tmp";
53 Warning: rename(%s/non_existent_file.tmp,%s/rename_variation8_new.tmp): The system cannot find the …
H A Dbug53241.phpt10 $fn = __DIR__ . "/test.tmp";
18 $fn = __DIR__ . "/test.tmp";
H A Dglob_variation5.phpt9 ini_set('open_basedir', '/tmp');
18 var_dump('/tmp' == ini_get('open_basedir'));
H A Drename_variation7.phpt11 $tmp_link = __FILE__.".tmp.link";
12 $tmp_link2 = __FILE__.".tmp.link2";
H A Ddisk_total_space_error-win32.phpt26 $fh = fopen( $file_path."/disk_total_space.tmp", "w" );
28 var_dump( disk_total_space( $file_path."/disk_total_space.tmp" )); // file input instead of directo…
36 unlink($file_path."/disk_total_space.tmp");
H A Dstat_variation5-win32.phpt23 $file_handle = fopen("$file_path/stat_variation5.tmp", "w"); // temp file
29 $filename = "$file_path/stat_variation5.tmp";
56 unlink("$file_path/stat_variation5.tmp");
H A Dfile_variation8.phpt42 $filename = 'FileGetContentsVar7.tmp';
91 …8.dir/fileVar8Sub/..///fileVar8Sub//..//../fileVar8Sub/FileGetContentsVar7.tmp): failed to open st…
96 Warning: file(%sfileVar8.dir/fileVar8Sub/BADDIR/FileGetContentsVar7.tmp): failed to open stream: No…
125 Warning: file(BADDIR/FileGetContentsVar7.tmp): failed to open stream: No such file or directory in …
H A Dfile_get_contents_variation7.phpt42 $filename = 'FileGetContentsVar7.tmp';
79 …/fileGetContentsVar7Sub//..//../fileGetContentsVar7Sub/FileGetContentsVar7.tmp): failed to open st…
84 …sfileGetContentsVar7.dir/fileGetContentsVar7Sub/BADDIR/FileGetContentsVar7.tmp): failed to open st…
101 Warning: file_get_contents(BADDIR/FileGetContentsVar7.tmp): failed to open stream: No such file or …
/PHP-5.5/ext/date/lib/
H A Dtm2unixtime.c379 timelib_sll tmp; in do_adjust_timezone() local
382 tmp = tz->z; in do_adjust_timezone()
383 tmp -= tz->dst * 60; in do_adjust_timezone()
384 tmp *= 60; in do_adjust_timezone()
385 return tmp; in do_adjust_timezone()
397 timelib_sll tmp; in do_adjust_timezone() local
411 tmp = -after->offset; in do_adjust_timezone()
413 tmp = -tz->z; in do_adjust_timezone()
421 gmt_offset = timelib_get_time_zone_info(tz->sse + tmp, tzi); in do_adjust_timezone()
431 return tmp; in do_adjust_timezone()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_phpinfo.phpt17 $tmp = ob_get_contents();
23 if (!preg_match("/$reg/", $tmp)) {
/PHP-5.5/ext/standard/
H A Dlevenshtein.c32 int *p1, *p2, *tmp; in reference_levdist() local
66 tmp = p1; in reference_levdist()
68 p2 = tmp; in reference_levdist()
/PHP-5.5/ext/curl/tests/
H A Dbug48203.phpt8 $fp = fopen(dirname(__FILE__) . '/bug48203.tmp', 'w');
25 <?php @unlink(dirname(__FILE__) . '/bug48203.tmp'); ?>
/PHP-5.5/sapi/cli/tests/
H A D021.phpt19 $filename = __DIR__.'/021.tmp.php';
36 unlink(__DIR__.'/021.tmp.php');
/PHP-5.5/ext/gd/
H A Dgd.c1298 snprintf(tmp, sizeof(tmp), "1.x"); in PHP_MINFO_FUNCTION()
1329 char tmp[12]; in PHP_MINFO_FUNCTION() local
1330 snprintf(tmp, sizeof(tmp), "%d", XpmLibraryVersion()); in PHP_MINFO_FUNCTION()
2630 FILE *tmp; in _php_image_output() local
2690 fclose(tmp); in _php_image_output()
4768 long tmp; in php_image_filter_smooth() local
4817 zval *tmp; in PHP_FUNCTION() local
4973 zval **tmp; in PHP_FUNCTION() local
5154 zval **tmp; in PHP_FUNCTION() local
5285 zval **tmp; in PHP_FUNCTION() local
[all …]

Completed in 118 milliseconds

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